Get Fixing

Fetches the rate for a specified central bank or benchmark rate.

=BlueGamma.FIXING(index, [date])

Parameters

  • index string Rate index or benchmark (e.g. SOFR, SONIA, EURIBOR).

  • date string (optional) Date to fetch the fixing for. Defaults to the latest available fixing.

Returns Daily published fixing (e.g. 5.342%).

=BlueGamma.FIXING("SOFR", "2025-06-01")

Last updated