Hello,
I look for the full list of all the companies that have ever entered the S&P 500 Index for the last 25 years. I tried many modifications of this line, but none of them worked by far. Sometimes I get the 505 companies that are the in the Index now, but that is not what I need. Any suggestions? Thank you!
rics, err = ek.get_data(instruments=".SPX", fields=["TR.IndexConstituentRIC"],
parameters={'SDate':'1993-01-01', 'EDate': '2018-06-13'})