THIS API ENDPOINT IS AVAILABLE TO EOD HISTORICAL DATA — ALL WORLD, EOD+INTRADAY — ALL WORLD EXTENDED AND ALL-IN-ONE PACKAGE SUBSCRIPTION PLANS, FREE SUBSCRIPTIONS HAVE ACCESS TO IT AS WELL. EACH REQUEST TO THIS API ENDPOINT CONSUMES 1 API CALL.
There is an special API for bulk splits and dividends download: https://eodhd.com/financial-apis/bulk-api-eod-splits-dividends/.
Historical Dividends API
To get dividends for any ticker to use the following URL:
Let’s take a closer look at this URL and explain all parts in detail.
- AAPL.US consists of two parts: {SYMBOL_NAME}.{EXCHANGE_ID}, then you can use, for example, AAPL.MX for Mexican Stock Exchange. Or AAPL.US for NASDAQ. Check the list of supported exchanges to get more information about stock markets we do support.
- from – date from with format “Y-m-d”
- to – date to with format “Y-m-d”
- api_token – API Key, we will send you after you subscribe to our services.
If you skip “from” or “to” then you’ll get the maximum available data for the symbol. For testing purposes, you can try the following API Key (works only for AAPL.US ticker): demo
For dividends, we provide ex-dividend dates and values for almost all symbols we have in the database. For major US tickers from NYSE, NASDAQ, and major European companies we provide more information:
- Ex-dividend date
- Declaration date
- Record date
- Payment date
- Value
- Unadjusted Value
- Dividend currency
Please note, that the extended format with declaration date, record date, and the payment date is available only for major US tickers and only in JSON format.

Historical Splits API
To get splits for any tickers, you should use the following URL:
- AAPL.US consists of two parts: {SYMBOL_NAME}.{EXCHANGE_ID}, then you can use, for example, AAPL.MX for Mexican Stock Exchange. Or AAPL.US for NASDAQ. Check the list of supported exchanges to get more information about stock markets we do support.
- from – date from with format “Y-m-d”
- to – date to with format “Y-m-d”
- api_token – API Key, we will send you after you subscribe to our services.
If you skip “from” or “to,” then you get the entire period the symbol. For testing purposes, you can try the following API Key (works only for AAPL.US ticker): demo
We have API limits 100 000 requests per day. Each symbol request costs 1 API call.
We hope it will work for you! Enjoy!