how can I choose the timezone of the arguments but also of the returned values in the result data frame?
eg:
ek.get_timeseries(i, start_date = "2021-07-18T00:00:00", end_date = "2021-07-20T16:34:05", interval="minute")
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
how can I choose the timezone of the arguments but also of the returned values in the result data frame?
eg:
ek.get_timeseries(i, start_date = "2021-07-18T00:00:00", end_date = "2021-07-20T16:34:05", interval="minute")
just so we all know, this was probably the most complete answer
https://community.developers.refinitiv.com/questions/50077/how-to-get-timeseries-data-for-a-given-timezone-an.html
From my testing, I can specify timezone with this format "2020-12-10T14:50:00-02:00".
However, the time in the resutl is stil in GMT.
thanks. I'll check again. meanwhile, can you confirm that there are no user preferences that might define the API timezone presentation?