Question about API limits getting last traded price

newtrader1
newtrader1 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
Sign In or Register to comment.