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 3 2

Trading Calendar For An Exchange

Hi, is there a python method to return a dataframe of all trading dates for an stock exchange, using get_data() ?

eikoneikon-data-apipythonworkspacerefinitiv-dataplatform-eikonworkspace-data-apicalendar
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 78 11 27

@yongks
Trading calendars for exchanges are not currently available through any Eikon APIs.

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
18.2k 21 13 21

You can get "text" information on a given country.

Please check the RIC code on Eikon Desktop by open HOLIDAY, HOLIDAY2, HOLIDAY3, HOLIDAY4

For example, Japan.

Sample code:

df,err=ek.get_data(['JP/HOLIDAY'], ['ROW80_5','ROW80_6'])

ahs1.png (55.1 KiB)
ahs2.png (85.7 KiB)
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.

Is it possible to get for specific year, say 2015 ?

Upvotes
1 1 3 2

Tks for the tips. Is it possible to retrieve info for specific year ? say 2015 ?

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 @yongks

I could not find the holiday data in the past.

You can contact Refinitiv content helpdesk at https://my.refinitiv.com/ to get an authoritative answer on the content question.

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.