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
3 0 0 1

Is it possible to retrieve via Eikon Data API using Python in one go? Similar to the Eikon Excel =@TR("EUROIS=ICAP";"";"CH=Fd RH=IN";N4)

client is interested in accessing EUROIS=ICAP using Eikon Data API. In the Quote in Eikon it is a Chain display however via Eikon Data API

df, err = ek.get_data(

instruments = ['EUROIS=ICAP'],

fields = ['PRIMACT_1']

)


display(df) doesn't return the list of RICs.


Thanks for your help

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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.

Hello @silke.haupt1,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

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

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
10.2k 18 6 9

@silke.haupt1 I can't find that as a chain - the quote display is simply a list of instruments rather than a chain but if you hover over each tenor then you can get the instruments eg:

SW EUREONSW=ICAP

2W EUREON2W=ICAP

...

30Y EUREON30Y=ICAP

These are fixed then you can put those into get_data call. Note: you can also select different broker quotes (in this case you wanted ICAP but there are others of course)

I hope this can help

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.