Is there any limitation on no of calls which can be made here

cdesai1987
string urlEx = "https://api.kite.trade/instruments/NSE/" + StockName + "?api_key=XXX&access_token=" + accesstoken;

I am getting an error saying "too may calls" specifically in afternoon time
Is there any limitation on no of calls which can be made here per day?

Regards,
Chintan
  • Vivek
    You can make maximum of 3 request/second (burstable up to 5 req/sec) and more than that you will hit api limit.
Sign In or Register to comment.