Historical Data for multiple instruments in single call

r2k1984
Hi,

I'm looking to get historical data for a day to multiple instruments with 1m candle for intraday processing. I see currently I have call the API every time for one transaction.

Is there a way you can provide all the data in payload as you do for the quote call?
  • sujith
    We don't have bulk fetch API. You will have to loop through and fetch data.

    We only store OHLC data for historical data.
Sign In or Register to comment.