HI, How to get historical data for multiple instrument at a time. For single script it like $kite->getHistoricalData(454878,'day','2020-05-07','2020-05-08')
Many time receiving too many request exception. How to solve this. Is there option to get every 5 minutes historical data for all equity stocks for current day.
@SudhakarC, You can check out this thread to know about rate limits.
We don't recommend using historical data for live strategies. We suggest you generate candles at your end using the live market data provided via Websockets. You can check out this thread to get started.
We don't provide bulk instrument fetching of historical data. You need to run loop for each instrument in your instrument list.
You can check out this thread to know about rate limits.
We don't recommend using historical data for live strategies. We suggest you generate candles at your end using the live market data provided via Websockets. You can check out this thread to get started.