Historical Data Limit

QD1497
I am able to access historical data but after 10 requests it stops working. If there should be a time gap please specify the same so that I can proceed on my work further.
  • sujith
    You can refer to the rate limits here.
  • QD1497
    I am executing 2 request per minute but after 10 Requests it stops sending me data.
  • QD1497
    can I pass of array of tokens for the same ?
  • sujith
    The historical data API doesn't support bulk fetch. The correct usage guideline is to fetch and dump the data at your end and use that as the source.
    If you are looking for live market data then we suggest you to generate candles at your end using the Websockets API.
  • QD1497
    how can I increase requests or at what time interval should I trigger request so that I can get historical data.
  • sujith
    One can't increase the rate limits. You will have to subscribe for another Kite Connect app and use that for fetching more frequent data.
    If you want to create the candle data at your end then you can get started here for which you don't need to create another app.
Sign In or Register to comment.