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

Is there a one request through which I can pull all the RICs under a RIC root and get the eikon quote page Fids data of each of those RICs?

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

Not an EDP question. Moving the question to Eikon Data API.

Hello @sreedhanya.kavunkara

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 reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Hello @sreedhanya.kavunkara

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar 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

But I m looking for retrieving the data using TRTH API using python, as I am working on automating some quality checks.

@sreedhanya.kavunkara, your initial query did not mention TRTH. Could you please post a new query in the TRTH forum, with as much detail as possible for us to understand exactly what you want to achieve ?

1 Answer

· Write an Answer
Upvotes
Accepted
3.8k 4 4 6

HI @sreedhanya.kavunkara

Here is the example of retrieving index constituents along with the data for each particular stock:

ek.get_data("0#.GDAXI",["DISPLY_NAME","TRDPRC_1","NETCHNG_1"])

And similar example for the futures chain:

ek.get_data("0#LCO:",["CONTR_MNTH","TRDPRC_1"])
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.