Historical data

Hi everyone!
I’m a beginner developer and I’m just starting to get familiar with the EODHD API. I need to retrieve historical stock data for analysis. Could you please guide me on how to properly use the API for this task?

  1. How do I obtain an API key and set up access?
  2. What endpoints are available for retrieving historical data?
  3. What parameters should be specified in the request to get data for a specific period?
  4. Are there any example requests and responses that I can use to test the functionality?

Any help would be greatly appreciated! Thank you!

Hello! Welcome to our community!

  1. To get an API key and access data, simply register and subscribe to a plan that meets your needs.
  2. To retrieve historical prices, you can use the EOD API, Tick Data API or the Intraday API.
  3. To filter data by date, use the FROM and TO parameters as described in the documentation linked in the second point.
  4. Examples of requests and responses are also provided in the documentation.

We are happy to help if you have any further questions.

Great. Thanks for your help!

You are very welcome!