Hi Reuters,
I am currently using a python script that links up our FX OMS database with Eikon python API, to check if the rate we are getting are within pre agreed discretionary spread off the BBO at the time. Think of it as a real time sanity check/fat finger monitor.
Currently I am using get_data which pulls in the best bid/ask for FX eg PHP= at time we get the FIX fill. It works fine however I am looking to be able to pull one historical data point given a date/time such as when my code crashes... don’t want to compare historical fills against real time/current rates
Get_timeseries would be best for this however believe it doesn’t support bid/ask, and seems like get_data doesn’t support historical time?