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

How do I get company RIC codes from s & p from eikon reuters using python

how do i want to get company ric codes with python

ric codes want from 1930 onwards

eikoneikon-data-apipythonworkspacerefinitiv-dataplatform-eikonworkspace-data-apiapinews
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
32.2k 41 11 20

Hello @emrearuk,

Try this:

 ek.get_data('.SPX',['TR.IndexConstituentRIC'])

Refer to this discussion for the additional details on retrieving constituents that may be of relevance.

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.

I would like to get the RIC codes of all companies starting from 1940 including participating and leaving companies. thank you

Upvotes
1 0 1 8

yes, this is correct

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.