Hi,
When trying to get historical data for SPX, get_history and get_data returns data using tickers of the current constituents and not of the constituents at the requested time. For instance, ld.get_history(universe=[f"0#.SPX"], fields=["TR.PriceClose"], parameters={"SDATE":"2011-02-01"}) returns the price closes of the current 503 SPX constituents on 2011-02-01, with the values for price closes of instruments not in the SPX at that time as missing. Please let me know how can I get historical data for index constituents (https://developers.lseg.com/en/article-catalog/article/building-historical-index-constituents) if get_history does not use the historical constituents. Thanks!