API Limit while collecting OHLC data from Historical API

SurajKar
Hi Team,

While we collect OHLC data from Kite historical API for nifty 500, we get a response timeout error after 20 symbols.

Could you please help me with the reference on collecting OHLC for nifty 500 symbols within 5 sec?

Thanks for the help in advance
  • sujith
    The historical data API is provided for backtesting purposes. It is not meant for live market strategies.
    You can generate candles at your end using the live market data provided on Websocket API. You can check out this thread to know more.
  • sujith
    You might be getting blocked because of CDN. The solution is to use dump old candles at your end and use that as source and build candles at your end for live market data.
Sign In or Register to comment.