Hi,
I want to extract daily spot and forward FX data at the exact same time of the day. It seems that ek.get_timeseries is not using standardized time and I want to enforce that.
I am using the code:
ek.get_timeseries(RICs, fields, start_date, end_date, interval = "daily")
However, for a simple example of "EUR=" and "JPY=" we see different times for their CLOSE:
I have seen a similar question asked here however there is no accepted answer and people say this data is standardized but, as the above example shows, probably isn't. I have to get a lot of currencies, for the past 24 years. I also need to get the sport and the 1-month forwards, i.e. "EUR=" and "EUR1MV=". Therefore, I need to find a robust way of downloading this data.