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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
98 10 21 27

Check for Open Markets in Eikon.

Is there a way to check for open markets or at least opening times within Eikon?


If I wanted to do so with Nasdaq, how could I achieve this using Eikon?


Thanks in advance.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
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.

1 Answer

Upvote
Accepted
18k 21 12 20

Hi @aquilesjlp300

You can use US/EXCH9 RIC code to get unstructured text data.


df,e = ek.get_data('US/EXCH9',['ROW80_7','ROW80_8','ROW80_9','ROW80_10','ROW80_11'])
print(df['ROW80_7'][0])
print(df['ROW80_8'][0])
print(df['ROW80_9'][0])
print(df['ROW80_10'][0])
print(df['ROW80_11'][0])



ahs1.png (201.5 KiB)
ahs2.png (21.0 KiB)
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