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.

1 Answer

· Write an Answer
Upvotes
Accepted
14.4k 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.