I am using the following API to consume historical data
https://api-t1.fyers.in/data/history?symbol=NSE:SBIN-EQ&resolution=30&date_format=1&range_from=2023-09-01&range_to=2023-09-02&cont_flag='
This approach via query parameter allows to fetch only 1 symbol at a time.
i want to fetch data of multiple symbols in one shot (due to limitation of 10000 request per day ) so that the no of requests can be reduced.
1. Is it possible to fetch historical data of multiple symbols in one shot vis Rest APIs ?
2
9 replies