☰
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
14.1K
All Categories
0
Incidents
158
Node JS client
43
Go client
801
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
466
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
October 2024
sujith
Question about API limits getting last traded price
newtrader1
October 2024
edited October 2024
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 2024
The optimal solution will be to use
Websocket API
.
Sign In
or
Register
to comment.