For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
21 0 0 1

How to retrieve MSCI index constituents & weights (index shares + weights) ?

For example for MSCI Europe .dMIEU00000PUS the weight in the index for LVMH (one of the constituents) is 1.94% and it represents 277,616,536 shares.

I can get the constituents in Python, but i don't know how to get the number of shares in the index and the weight in the index.

Thanks for your guidance.

Sylvain

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonconstituents
icon clock
10 |1500

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

Upvotes
Accepted
21 0 0 1

screenshot in Codebk :


1618925302786.png (64.3 KiB)
icon clock
10 |1500

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

Upvotes
21 0 0 1

example of what we have inside EIKON. I would like the same in Python



icon clock
10 |1500

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

Upvote
23k 22 9 14

Hello @sylvain.freneat0,

Please see both answers in this related discussion thread, does this help?

icon clock
10 |1500

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

Upvotes
21 0 0 1

Hi @zoya.farberov yes actually I found the correct fields to use in combination of an index.

We need to use those fields :

TR.IndexConstituentWeightPercent -> for the Weights of the constituents

TR.IndexConstituentShares -> for the number of shares of the constituents

icon clock
10 |1500

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

Click below to post an Idea Post Idea