How to get Index Membership for an Equity Instrument

I am trying to retrieve the Indicies that in instrument is a part of... This data is available on the Index Membership on Company overview pages.. Can I access this data programatically?

image

Best Answer

  • Alex Putkov.1
    Alex Putkov.1 ✭✭✭✭✭
    Answer ✓

    Here's an example

    ek.get_data('TRI.N',['TR.MemberIndexRic','TR.MemberIndexName'])

    You may want to look at this tutorial which talks at length about metadata discovery (finding field names and parameters) for use with Eikon Data APIs.

Answers