☰
Login
Signup
Home
›
Java client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
January 2018
shailu
January 2018
anthonyabhilashp
January 2018
sujith
is there any limitation to call getHistoricalData api for 100 instruments every minute?
shailu
January 2018
in
Java client
is there any limitation to call getHistoricalData api for 100 instruments every minute? Means 100 getHistoricalData API calls in a single minute?
sujith
January 2018
The historical data API is capped to a maximum of 3 requests per second.
anthonyabhilashp
January 2018
edited January 2018
is there any way we can get historical data in bulk, like get all historical data for 100/200 instruments at a single request?
sujith
January 2018
@anthonyabhilashp
,
We don't have bulk fetch APIs for historical data as of now. For every request, we fetch data from the database which takes up resources. Hence as of now, we can't provide bulk fetch APIs.
We may revise the rate limits in future.
shailu
January 2018
ok thanks, we can close this thread.
This discussion has been closed.
We don't have bulk fetch APIs for historical data as of now. For every request, we fetch data from the database which takes up resources. Hence as of now, we can't provide bulk fetch APIs.
We may revise the rate limits in future.