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?
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?
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.