question

Upvotes
Accepted
1 0 3 3

Constituents list for a specific point in time

Is it possible to request the constituents list for a specific point in time via the Datastream API in python. For example, the Global equity index TOTMKWD consist of 7285 constituents in 2021-08-05 where we can request that list in the following way:

ds.get_data('LTOTMKNL|L',kind=0)


How can we request the list of constituents for TOTMKWD in e.g. 2020-02-02?

datastream-apidsws-apiconstituents
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
Upvotes
Accepted
80k 257 52 75

@jeroen.kouwenberg

I found G#LTOTMKWD when searching in the Datastream Navigator.

1628216573140.png

I can use it with the DatastreamWS and it returns 7285 instruments.

1628216633635.png

However, it doesn't work with the MMYY suffixed (G#LTOTMKWD0220). Please directly contact the Refinitiv Datastream Web Service support team via MyRefinitiv for more information.


1628216573140.png (16.8 KiB)
1628216633635.png (36.5 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.

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.