I would like to retrieve constituents of the SP500 in 2015 but i get an empty list:
const_SP500_2015 = ek.get_data('.SPX','TR.IndexConstituentRIC',parameters={'SDate': '2015-01-09', 'EDate': '2015-01-09'})
Could you explain me why? is there something wrong in the formula?