☰
Login
Signup
Home
›
Node JS 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
15.1K
All Categories
0
Incidents
180
Node JS client
52
Go client
861
.Net API client
402
Kite Publisher
555
.Net / VBA / Excel (3rd party)
505
Algorithms and Strategies
1.1K
Java client
1.2K
API clients
410
PHP client
4.4K
Python client
365
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.7K
General
In this Discussion
April 15
nagavenij
April 15
maulik_1803
Ratelimits on APIs
maulik_1803
April 14
in
Node JS client
As per the official documentation, the current rate limits are:
* Quote API: 1 request/second
* Historical Candle API: 3 requests/second
What’s not clear is whether these limits are purely per-second throttles or if there’s an additional cap over a longer duration.
Do we have any upper bound like a rolling window limit (for example, 2000 requests per 30 minutes or per hour)?
We need clarity on this before designing anything that depends on sustained high-frequency calls.
Thanks
Tagged:
historical API
API
historical data
getting quotes
market data
maulik_1803
April 14
@salim_chisty
Can you please clarify?
maulik_1803
April 15
@Nivas
@salim_chisty
Please help here.
nagavenij
April 15
Rate limits are enforced on a per-second basis, and exceeding them will result in a 429 error. There are no minute-level rate limits. For continuous data, please use the WebSocket API.
Sign In
or
Register
to comment.