Hi,
We are trying to extract close prices for some indices via the python API but are repeatedly getting timeout issues. Is there any thresholds for python API.
our inputs are 15 days gap between start and end date. passing around 200 list of RICS.
ek.get_timeseries(listOfRICs,'*',start_date = startDate,end_date=endDate,interval='daily',raw_output=True)
Thanks.