Is it possible to fetch RICs for all the constituents of the S&P500 (with Python)?
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
Is it possible to fetch RICs for all the constituents of the S&P500 (with Python)?
@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