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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 1

SP500 constituents RIC

Is it possible to fetch RICs for all the constituents of the S&P500 (with Python)?

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonrics
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
6.7k 8 6 7

@leoneg - please try the following

import eikon as ek
ek.set_app_key('YOUR APPKEY HERE')
df,err = ek.get_data(['0#.SPX'],['TR.CommonName'])
df
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