Is it possible to fetch RICs for all the constituents of the S&P500 (with Python)?
@leoneg - please try the following
import eikon as ekek.set_app_key('YOUR APPKEY HERE')df,err = ek.get_data(['0#.SPX'],['TR.CommonName'])df