Hi, in Excel Addin or API from Bloomberg, you can get the BID and ASK price from a forex like this:
bdp(securities = "EUR/USD N 102320@091620 Curncy",
fields = c('PX_BID', 'PX_ASK'))
Is there something similar to get exchange on specific future date on historical date?