Hi! I’m new to EODHD and not sure where to begin. I want to get some stock price data, maybe also try technical indicators later.
I know a bit of Python but still learning.
What’s the easiest way to start using the API? Any tips or beginner examples?
Thanks!
Ralfy
June 11, 2025, 6:38pm
2
Hi
These guys have a helpful article that can give you a good understanding of how to work with their product
Thank you very much for the helpful article. Could you please explain how I can specify time intervals in the Intraday API?
Ralfy
June 13, 2025, 7:38pm
4
You need to provide the dates in UNIX timestamp format.
Hello!
You can use Epoch & Unix Timestamp Conversion Tools for date conversion.
Thank you. How can I access intraday data for the current day?
You are welcome.
The Intraday API provides only historical data. For current data, you can use either the Live API or the WebSocket API .
How many API calls does the WebSocket connection consume?
The WebSocket does not consume API calls, but you can request data for up to 50 tickers simultaneously. This limit can be increased for an additional fee.
How much will cost 500 tickers?
You can calculate this value directly in your dashboard .