I am using the Eikon API in python.
When I pull data now (11:40am) I get the data from 10am.
Please find below my code:
ek.get_timeseries('EUR=', fields='Close', start_date='2025-01-01 12:00:00', end_date='2025-06-11 11:00:00', interval='hour')
Is there a way to ensure that I get the most recent data?