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.
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.
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.
If you are looking for live market data then we suggest you to generate candles at your end using the Websockets API.
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.