Is there an API endpoint for Bulk Request of Historical Data?

Is there a way to get historical OHLCV data for multiple tickers in a single request. For example I input an array / list of 200+ tickers and it gives it out to me in form of a dictionary, keyed by tickers.

Hi @Shibli_Baig
That functionality is not provided, as historical data can be huge, making it challenging to supply for multiple instruments. Currently, the Historical API supports only a single instrument. For more details, please refer to the API documentation.

Thanks!

Can you not do something like yfinance? Or maybe limit it to 6 months old data like you have done for Get Trade History?