Index Constituents of delayed RIC (Russel 3000)

Hi, i have a delayed access to Russel 3000 index constituents (Do not have permission to get with "TR.IndexConstituentRIC") , so i get the data in excel with this formula -> =TR("0#.RUA","", "SKIP:1-1")

How can i get this with python?

Thanks

Tagged:

Best Answer

  • raksina.samasiri
    Answer ✓

    @elie ,

    This seems to be a permission issue, could you please try to print an error returned from get_data function using the code below to confirm this assumption?

    df, err = ek.get_data(["0#.RUA"],['DSPLY_NAME'])
    print(err)

    In case an error returned mentioned that you don't have permission, you can contact Refinitiv Content Helpdesk, which can be reached using any method below

Answers

  • @elie

    I can use the following code to retrieve Russel 3000 index constituents.

    df, err = ek.get_data(["0#.RUA"],['DSPLY_NAME'])
    df

    The output is:

    1634522075954.png

  • Doesn't work for me, I get NaN