According to the article at
https://community.developers.lseg.com/home/leaving?allowTrusted=1&target=https%3A%2F%2Fdevelopers.lseg.com%2Fen%2Farticle-catalog%2Farticle%2Fbuilding-historical-index-constituents
,the get_constituents_as_of function is supposed to retrieve index constituents for a specific date.
However, when I tried to pull constituent data for 2026-03-23, 2026-04-01, and 2026-04-02, the results were identical across all three dates.Meanwhile, get_constituent_changes does show constituent changes during this period, which seems inconsistent and unexpected.
When I completely copy the code from the webpage, the returned result is different from the example shown on the webpage.