How to get multiple script data in historic data?

Can we get historic data for multiple scripts? I see in the example given the API link is : https://api.fyers.in/data-rest/v2/history/?symbol=NSE:SBIN-EQ&resolution=30&date_format=1&range_from=2021-01-01&range_to=2021-01-02&cont_flag=

How to send multiple scripts in place of symbol? Please help.

Hi @ganesh.09br3889 ,

As per now, you can give only one symbol for history API. To get the multiple script data, you can make a list (array) of your scripts and by running “For” loop, you can get the data of every script one by one.

I hope it will help.
Thanks