The query below doesn't return any data. The RIC is correct and has values on Eikon Desktop. Could you please let me know what is wrong with the query?
temp_df = ek.get_timeseries('EURFVMc2',
start_date = '2020-09-23T00:00:00',
end_date = '2020-10-01T00:00:00',
fields = 'CLOSE',
interval = 'daily')