Hello,
I'm trying to pull the bid and ask for FX intraday prices in the Refinitiv Eikon data API. The code below pulls the high, low, open, and close. When I set field = ['BID'], or CF_BID, or TR.BIDPRICE, it returns NAN.
ek.get_timeseries(ric,
start_date=datetime.timedelta(-1),
end_date=datetime.timedelta(0),
interval='minute')