Just wondering if anyone has been able to make a batch call to the iex cloud api requesting technical indicators like SMA10day or EMA10day for multiple tickers.
I have no problem accessing some of the other features via the following url: batch_api_call_url = f'https://cloud.iexapis.com/v1/stock/market/batch?&types=quote,stats,advanced-stats,company&symbols={tickers}&token={iex_token}'
However, the technical indicators endpoint eludes me. Any guidance is much appreciated!