currency/latest

Latest exchange rates for one base currency against one or more target currencies.

0.1 credits / call ($0.0001)
charged on success

What it does

Returns the most recent foreign-exchange reference rates for a base currency against a set of target currencies, optionally scaled by an amount so the response is a direct conversion.

Primary use cases

  • Converting an amount from one currency to another at the latest rate.
  • Pulling a board of rates for a base currency (e.g. USD against EUR, GBP, JPY).
  • Grounding an agent's financial answer in published reference rates rather than guessed numbers.

Good to know

Rates are published once per working day from European Central Bank reference data, so intraday and weekend values repeat the most recent publication. Omit symbols to return every available currency.

Parameters

basestringoptionaldefault: "EUR"

Base currency, ISO 4217 code (e.g. USD). Defaults to EUR.

amountnumberoptionaldefault: 1

Amount of the base currency to convert. Defaults to 1.

symbolsstringoptional

Comma-separated target currencies, ISO 4217 (e.g. "EUR,GBP,JPY"). Omit for all.

currency/latest — Faro