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?