☰
Login
Signup
Home
›
General
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
October 30
sujith
Question about API limits getting last traded price
newtrader1
October 29
edited October 29
in
General
Hi,
I am using python to get last traded price for a single stock.
ltp = kite.ltp(f"NSE:{stock}")[f"NSE:{stock}"]["last_price"]
Three of my scripts are using this code for 3 different stocks. So, sometimes, kite.ltp may be called 3 times per second.
Will this hit API limit?
I cannot get ltp for all the three stocks in a single call, because the three scripts are independent of one another.
Please reply.
Thanks
Tagged:
Python Client
kiteapi
API
limit
sujith
October 30
The optimal solution will be to use
Websocket API
.
Sign In
or
Register
to comment.