I'm looking for the canonical (best) way to retrieve the set of index constituents as of a specific date, using the refinitiv.dataplatform API in Python. Assume for the purpose of discussion that I'm interested in constituents in .TRAFWLT1 or .TRXFLDUSP as of 2020-09-30. Ideally, I'd like to get back a data frame where I can also have some columns of constituent-specific data (e.g., free float market cap, dividend yield, P/E, P/Book, etc.), but if I can't do that in a single call...my follow-up question is how would I retrieve this constituent level data, once I have the constituent set.
I apologize if this seems like a basic question, but I've searched in the API Playground as well as in the API samples and if the information is there, I'm not seeing it.