Is there a way to get historical FX (forex) tick data using Refinitiv APIs using Python?
I tried the below and only got NAs:
df2 = ek.get_timeseries(rics = "GBP=",
fields = ['BID', 'ASK'],
interval="tick",
# count=2000,
start_date="2022-05-19",
end_date="2022-05-20") # start_date="2022-05-19T10:00:00", end_date="2022-05-19T10:00:00"