We have two types of API limit: Minute API Limit and Daily API limit.
Daily API Limit
Key Notes:
- The daily limit is restricted to 100 000 API requests.
- Each request to Technical API, Intraday API and News API consumes 5 API calls.
- Each request to Fundamental API, Options API, and Bond Fundamentals API consumes 10 API calls.
- Each symbol request costs 1 API call. For example, multiple tickers request with 10 symbols costs 10 API calls.
- The same logic works for any multiple tickers API endpoints.
- Any Bulk API for the entire exchange request costs 100 API calls for the entire exchange. And 100 API calls + N API calls in case of request of Bulk API with ‘symbols’ parameter, where N = the number of symbols.
We reset the daily limit on midnight GMT time. However, we do not reset the counter itself, the counter will be reset on any API request right after midnight GMT time. Before that, the counter shows the number of API requests on the last active day.
It’s easy to check Daily API Limit on your Settings page.
If you need more than 100 000 API requests, you can subscribe for one more the same package and we will increase the limit, while your API key will be kept the same.
Minute API Limit
Minute limit means that API is restricted to no more than 1000 requests per minute. It’s easy to check this limit with headers you get with every request:
- X-RateLimit-Limit: 2000
- X-RateLimit-Remaining: 1998
Not now, but this API will be published in upcoming weeks.
Not now, but this API will be published in the upcoming weeks.
Excellent, will be very useful!
Not yet, we have some delays, but it will be published at the beginning of June.
I guess you can check User API: https://eodhistoricaldata.com/financial-apis/user-api/
Yes, great ! Many thanks.
how to select future commodities contract
At the moment we have only continuous commodities data with the nearest expiration date. The full list of commodities we have, you can find here: https://eodhistoricaldata.com/financial-apis/list-supported-commodities/.
I was impressed with your APIs.
Thanks a lot.
Hello EOD Team,
how can i show the 1000 per minute API limit, i don’t know how i can take it from the headers
We provide it in HTTP response as a header:
X-RateLimit-Limit