I am using this formula to extract the index constituents details which In my opinion represent the latest available constituents. How Do i extract the constituents as of a particular date?
I tried to extract it via
df = ld.get_data(['.nifty200'],['TR.IndexConstituentRIC','TR.IndexConstituentName'], {'SDate': '2025-01-01'})
It didn't really output anything. How Can i get the constituents as of a particular date?