For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 1 3

Eikon Data API Time Series Timezone

Hi All,


Seems like a bit of a redundent question but it's not clear what timezone Eikon returns data in. How can I easy check and convert to my local timezone?


df = ek.get_timeseries(['PHP='],

start_date=datetime.timedelta(-1),

end_date=datetime.timedelta(0),

interval='minute')


eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythontime-series
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
Accepted
39.2k 75 11 27

get_timeseries method of Eikon Data APIs library always returns timestamps in GMT.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
11.5k 16 7 10

Hello @jeremy.cahill

Additional to my colleague's answer, you can find an example of how to convert timezone in the previous post.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea