API Rate Limit

adiRajain
I have created 3 strategies, can I run these strategies separately on my account. Currently all these strategies are in separate files.
So that separate ticker is constantly fetching data on instruments list( Nifty options list).

Will this situation cause API rate limit issues ?
  • ANL
    You can use 3 tickers per app, which is allowed. Check more details about Rate limit
  • 2raiseto0
    This wont cause rate limit issues, you can have upto three connections per app and each connection can fetch upto ~3000 instruments.

    That being said, I would advice against this, the better way would be to have centralized single connection to the web socket stream, then spin up a web socket server locally that will stream the market data from kite locally, then you can have as many connections as you want to the local stream.
  • adiRajain
    ok, will go ahead with the web socket server approach and see how it goes for me. thanks
Sign In or Register to comment.