SP500 constituents RIC

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

Best Answer

  • @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