☰
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.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
996
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
February 2017
pranksterguru
February 2017
sujith
market quote hit limitation
pranksterguru
February 2017
in
Java client
is there any limitation on how many times market quote can be hit?
market quote seems to be having much information which websocket streaming doesnt have
sujith
February 2017
@pranksterguru
,
All http requests to Kite Connect are capped to 3.
pranksterguru
February 2017
only 3 times a day?
are you talking about total number of hits or concurrent hit?
sujith
February 2017
No its not 3 per day. It is 3 per second.
But please don't bombard server with getquote() request. Use websocket for getting quote data.
Sign In
or
Register
to comment.
All http requests to Kite Connect are capped to 3.
are you talking about total number of hits or concurrent hit?
But please don't bombard server with getquote() request. Use websocket for getting quote data.