Any way to get historical data of multiple scrips in a single API call?

musafirsafwan
I wanted to know whether there is any way to get historical data of multiple scrips in a single API call. Looping over all scrips and getting historical data for each scrip one by one takes a lot of time.

Thanks.
  • sujith
    Hi @musafirsafwan,
    We don't have bulk fetch APIs for fetching historical data. If the provided API is not a feasible solution then I would suggest using the Websocket live streaming data to generate candle data at your end.
    You can get started from here.
Sign In or Register to comment.