question

Upvotes
Accepted
1 2 2 1

dsws historical index of constituent list

I want to extract historical constituents of index in DATASTREAM, I read somewhere in the forums that it is possible to append List with MMYY information to obtain the list for that month.

LHKHCOLC - Current constituent list of Hang Seng Large Cap index.
LHKHCOLC0419 - Latest constituent list of Hang Seng Large Cap index as of April 2019.
LHKHCOLC0310 - Earliest constituent list of Hang Seng Large Cap index as of March 2010.

But is the returned list for a month MMYY representative for

the 1st day of the month OR last day of the month OR the whole duration of the month? As in during the whole month any constituent that was part of the index will be returned when queried INDEXMMYY ??

eq: values returned with LS&PCOMP1219 would represent the list on 1st Dec, 2019, or 31st Dec 2019 or durign the whole month of December 2019, all constituents that ever made it to the list will be returned?


Thanks



datastream-apidsws-api
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.

Hello @dawat1354

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,


AHS


Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

Upvotes
Accepted
78.8k 250 52 74

@dawat1354

I have done a quick check on this. I found that there were the following joiners and leavers of LHKHCOLC on 10-Sep-2018.

Joiners

  • HK Electric Inv
  • HKT Trust
  • Nine Dragons Paper
  • Prada S P
  • United Company Rusal
  • Wuxi Biologics

Leavers

  • Hang Lung Group
  • HT Securities

Then, I have checked the existence of those items in LHKHCOLC0818, LHKHCOLC0918, and LHKHCOLC1018, as shown below.

From this information, it looks like the values returned from LHKHCOLC0918 would represent the list on 30 Sep 2018. However, you need to contact the Datastream support team via MyRefinitiv for confirmation.


1583916990624.png (23.6 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.

Upvotes
1 0 0 0

I have an identical problem. I want to extract historical constituents of the CDAX Performance Index which is LCDAXGEN. But when I add MMYY it doesn't work. How do I get the data of stocks that were previously listed in the CDAX?

Thank you

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.

Upvotes
78.8k 250 52 74

@refinitiv.user1

The accepted question will not be monitored by the moderators.

Please post a new question on the forum. Moreover, please share the code that you are using.

I can run this code properly.

ds.get_data("LCDAXGEN0122", fields=["MNEM","RIC"], kind=0)

1690774033249.png



1690774033249.png (13.0 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.