☰
Login
Signup
Home
›
API clients
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
154
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
994
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
October 28
QXB643
October 29
sujith
can't call 1000 ltps quote
QXB643
October 23
in
API clients
I can use the quote ltp call function with 700 tickers but when it comes to 1000 tickers (max limit as per the API document) this error shows up:
DataException: Unknown Content-Type (text/html) with response: (b'
400 Bad request
\nYour browser sent an invalid request.\n\n')
has the ticker limit changed? if so, what is the maximum number of tickers allowed?
sujith
October 23
You can read the
Quotes API documentation
to know the number of tokens allowed for an API call.
QXB643
October 28
"This API returns the LTPs of up to 1000 instruments in one go." THIS IS WHAT THE API DOCUMENTATION SAYS BUT I CAN'T CALL MORE THAN 700 LTPS
sujith
October 29
Ah, I thought Quote API. Let me check with team about the LTP API.
sujith
October 29
It is happening because of the large url length. We have asked the team to fix it. In the meanwhile, the ideal solution is to use instrument token as the params for request to squeeze in more instruments or slice the request.
Sign In
or
Register
to comment.