GET HISTORICAL DATA FOR MULTIPLE SCRIPT

srikanta10
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')
  • rakeshr
    @srikanth
    We don't provide bulk instrument fetching of historical data. You need to run loop for each instrument in your instrument list.
  • SudhakarC
    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.
  • sujith
    sujith edited May 2020
    @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.
Sign In or Register to comment.