Hi,
ek.get_timeseries( ['BLX'], fields=['CLOSE'], interval = 'minute',start_date='2017-11-1T19:30', end_date='2017-11-1T19:35')
produces the error: *** IndexError: too many indices for array
It seems this is due to no data for 'BLX' in that period. But what's important is that the error causes the bulk request to throw exception (e.g. ek.get_timeseries( ['BLX','AA'], fields=['CLOSE'], interval = 'minute',start_date='2017-11-1T19:30', end_date='2017-11-1T19:35') ) which is not the case until this morning (2017-11-2T14:00 utc)
Can anyone explain?
Thanks