Hi,
I'd like to pull historical intraday fixings for nearly all FX forwards using the Eikon python API. Though this is not efficient, I've been able to pull some intraday data using the 0#WMFWDI and its subchains. This has two problems:
- Firstly, 0#WMFWDI returns a list of chains. These chains return a list of FX forward pairs and tenors and I must send individual requests for each of these rics. Is there a way to do this in a more systematic way?
- Secondly, by specifying an interval in my requests (i.e. 'get_timeseries('...', interval='hourly')), I can get hourly timestamps. Is it possible for these to clip on to intraday times?
Thank you in advance