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
1 1 4 8

time zone for event calendar

hello,

if i query the corporate event calendar, what time zone can i expect the values will be?

pseudocode of my call is like this:

ek.get_data(
        instruments=instruments,
        fields=[
            'TR.EventStartDate',
            'TR.EventType',
            'TR.EventTitle',
            'TR.EventStatus',
            'TR.EventCountry',
            'TR.EventLastUpdate',
            'TR.EventStartTime',
            'TR.EventEndDate',
            'TR.EventEndTime',
            'TR.EventStartQualifier',
            'TR.EventEndQualifier'
        ])
#contentevents
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.

Hi @mjg ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,

AHS

Hi,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
14.2k 30 5 10

Hi @mjg ,

The return data is in the GMT timezone.

You can see this post on how to convert the timezone on your Python code.

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.