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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
5 0 0 1

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikon
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

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 5.0 MiB each and 10.0 MiB total.

Upvotes
5 0 0 1

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea