A call to
ek.get_timeseries(["aUSCPTANIFR"], start_date="2015-01-01", end_date="2017-01-1")
returns data beginning from year 1917, while end date is respected. Specifying other date formats, does not work either.
Hi Gurpreet,
We have identify a server issue causing this behaviour and a fix is planned to return an appropriate error in this scenario. This should be rolled out within the next few weeks.
Thanks
Iain
Available timeseries data for this RIC are only monthly, quarterly or yearly values.
Any request with other interval (tick, minute, hour, session, daily and weekly) returns all data from 1917.
Example :
>>> ek.get_timeseries(["aUSCPTANIFR"], start_date="2015-01-01", end_date="2017-01-1", interval='quarterly')aUSCPTANIFR VALUEDate2015-03-31 -0.0627052015-06-30 -0.0385602015-09-30 0.1095062015-12-31 0.4672972016-03-31 1.0811412016-06-30 1.0472532016-09-30 1.1179322016-12-31 1.801049
Thanks for the reponse. It still doesn't make sense why invalid data would be returned, if interval was omitted. At least, a user would like to see an error message stating a required field is missing.