Hi all,
The Eikon API 'get_timeseries' function shows unexpected behavior. The 'start_date' is not respected in the following code:
market = [ '.BADI','FXSYSAL=NPX','ENOFBLQH8','ENOFBLYZ8','ENOFBLYZ9','F1BYF8','F1BYF9','F1PQV7','F1PYF8','F1PYF9','ATWQU7','ATWQZ7','ATWYZ8','ATWYZ9','CFI2Z7','CFI2H8','CFI2Z8','CFI2Z9','LCOc1','LCOc2','LCOc3','.OSEBX','.GDAXI','.SSEC','.AXJO','.FTSEE','EUR=X','NOK=X','GBP=X','/.DXY','/.BADI','SKMELYH8','SKMELYH9',]
df = eikon.get_timeseries(market,
fields=["Close"], start_date = "2016-03-01",
interval="daily")
df
Furthermore, there is no error message when hitting the 3,000 output limit. So the output (of 7 instruments * 472 rows = 3302) results looks like this:
While the output of 5 instruments * 472 rows = 2460 looks like this:
Can we please get error message instead of populating the output with NaNs?
Thanks for your help!