How to fetch multiple instruments historical candle data.

kartikpateldev
kartikpateldev edited August 7 in General
We have historical ccandle data api (/instruments/historical/:instrument_token/:interval) which gives historical data of just single instrument. My requirement is that i want less historical data like last weeks or months historical data of multiple instrumentd.

So how I can achieve this. Is they any API which Im missing out?

Thanks in advance
  • rakeshr
    No, there is no different API to fetch historical data for the list of instruments. You will need to iterate through the list, and make historical API call. Make sure to be within the rate limit. Go through the historical data FAQs here.
Sign In or Register to comment.