Can't get Russell 2000 constituents

Hi - I'm unable to get data on Russell 2000 constituents. Other indexes, S&P 500, IXIC, etc work fine. It makes me wonder if it's a permission issue, but I can see the constituents just fine if I open a monitor page within Eikon.

It's exactly the same as this issue posted two years ago. https://community.developers.refinitiv.com/questions/51945/cant-get-constituents-of-russell-index-1.html


image


Tks!


Best Answer

  • @noel.randewich Please try with a realtime field such as 'CF_NAME' - I have seen a few times chain resolutions fail when using TR fields. This works for me:

    df, err = ek.get_data('0#.RUT','CF_NAME')
    df

    image

    If you are still unable to get the constituents you may not have access to them and will need to request this content set is added to your subscription. You can speak to your account team who can assist with this. I hope this can help.

Answers