Today we updated our bulk API for historical data and added splits and dividends. This API allows to easily download the data for entire exchange for a particular day. It works for end-of-day historical data feed as well as for splits and dividends data. From today you need no to perform thousands and thousands of API requests per day. It’s not necessary anymore. We developed bulk download API endpoint, and it’s easy to download historical data any day in bulk. Get more information on this API in our documentation. General bulk API for EOD, Splits, and Dividends The following example returns end-of-day data for US stocks in bulk for a particular day: http://eodhd.com/api/eod-bulk-last-day/US?api_token={YOUR_API_KEY} The following example returns all splits for US stocks in bulk for a specific day: http://eodhd.com/api/eod-bulk-last-day/US?api_token={YOUR_API_KEY}&type=splits The following example returns all dividends for US stocks in bulk for a particular day: http://eodhid.com/api/eod-bulk-last-day/US?api_token={YOUR_API_KEY}&type=dividends Get more information on this API in our documentation.
Lars Nygaard July 18, 2018 at 4:12 am Is it also possible to bulk download eod/splits/dividend for the entire history? So not just for one day?
EOD Historical Data Article Author July 18, 2018 at 6:45 am Yes, it’s possible. At the moment we have two types of queries: 1. You can get all splits and dividends for a particular ticker: https://eodhistoricaldata.com/knowledgebase/api-splits-dividends/ 2. You can get the data for entire exchange for a particular day: https://eodhistoricaldata.com/knowledgebase/bulk-api-eod-splits-dividends/