SP500 constituents RIC

Options

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

Best Answer

  • jason.ramchandani01
    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

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.