Upgrade from Eikon -> Workspace. Learn about programming differences.

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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
5 1 1 2

I/B/E/S timestamps in which time zone?

Dear all,

I retrieved earnings forecasts from the Eikon API and compared it to forecasts retrieved from WRDS. The activation times match across both platforms, but WRDS states that it's in US Eastern Standard Time while TR.EPSEstDate can be in either EST, GMT, or IST. According to the Eikon helpdesk, data retrieved in the Netherlands must be in GMT. But since my data matches WRDS timestamps, I think my retrieved Eikon data must then be in EST.

How can I find out? All help appreciated, thanks,

Dirk

eikoneikon-data-apirefinitiv-dataplatform-eikonworkspaceworkspace-data-api
icon clock
10 |1500

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

Upvotes
Accepted
39.4k 77 11 27

For each value of TR.EPSEstDate field you can retrieve the time zone, in which the value is provided, using TR.EPSEstDate.origtimezone, e.g.

ek.get_data('ABNd.AS',
            ['TR.EPSEstDate','TR.EPSEstDate.origtimezone',
             'TR.EPSEstBrokerName','TR.EPSEstValue'])
icon clock
10 |1500

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

Upvotes
5 1 1 2

Very helpful, this worked like a charm, many thanks.

icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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