ek.get_timeseries('BOK9') returns me up to 11th of jan, which should be the 14th. Properly works in excel though so no data issue
Resolver not registered: react.asset.discussionTagsAsset
I restarted the kernel, that fixed it. But should not be necessary in my opinion. I had Reuters running overnight on a pc which does not shut down.
BOK9 is just an example, the rest of the RIC BO has the same issue and maybe even more commodities
Hi @eddy_de_groot
I'm not able to replicate your output. The code
df = ek.get_timeseries(["BOK9"], start_date="2019-01-01", end_date="2019-01-15")df
gives me:
If I specify the end_date I also get the data properly, but if I leave the enddate unspecified I only get up to the 11th
I'm still not able to replicate that. Can you share the code?
I already did in the original question:
ek.get_timeseries('BOK9')
@eddy_de_groot when did you connect to the api originally? was it last week or yesterday?
I believe it was yesterday
@eddy_de_groot it is a known bug in in the get_timeseries() call. I believe this issue is going to be fixed in 0.1.14. In the meantime, you need to explicitly set the start_date and end_date parameters.
Permission Problem You need the session.valid permission to do that.