Get FX Forward Rate
Formula
=BlueGamma.FX_FORWARD(currency_pair, [date])
Parameters
currency_pair
string
Currency pair in ISO format (e.g. EURUSD
, USDJPY
)
date
string (optional)
Future date to fetch the forward rate for. Defaults to today.
Returns
Forward FX rate (e.g. 1.0923
)
Example
=BlueGamma.FX_FORWARD("EURUSD", "2025-06-01")
Last updated