Hi,
I was wondering which date format is correct when downloading S&P 500 constituents for 2nd of January 2002. The following are the two alternatives, I was wondering which one is the correct one:
sp2002, err = ek.get_data('0#.SPX(20020201)',
'TR.IndexConstituentRIC',
)
Or,
sp2002, err = ek.get_data('0#.SPX(20020102)',
'TR.IndexConstituentRIC',
)
Best,
Mahdieh