Hello,
When I try to get the close for RIC TRDEBFVMc4 for the 13/08/2021 using get_timeseries (see call below), I get an error No data available for the requested date range.
However, when I look at that RIC in the terminal, I can see a data point for the 13/08/2021:
import eikon as ek
df = ek.get_timeseries('TRDEBFVMc4',
start_date = '2021-08-13T00:00:00',
end_date = '2021-08-13T00:00:00',
fields = ['CLOSE'],
interval = 'daily')
Could you please help with that?
Thank you