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 2 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-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-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.

@yongks
Thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply that best answers your question. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.
Thanks,
-AHS

@yongks

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

Thanks,
-AHS

Upvotes
Accepted
39.4k 77 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 2 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.