question

Upvotes
Accepted
55 1 3 2

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?

eikon-data-apirdp-apirefinitiv-data-platform
1595012063007.png (74.9 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
39.4k 77 11 27

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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thank you Alex!

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.