Is it possible to retrieve the historical holdings of an ETF?
I know that I can retrieve the current holdings by the following call:
data, err = ek.get_data(['IWF'],
['TR.FundHoldingRIC'],
{'StartNum': 0,
'EndNum': 1000})
However, this TR.FundHoldingRIC seems to not recognize the parameters SDate and EDate.
Another option that would help is to retrieve the "leavers and joiners" assets for the ETF. These values for the index are not an option, I would like to work with the ETF.