CurrencyBeacon · Example Payload

Conversion Example

CurrencyExchange RatesForexCryptocurrencyFinancial DataHistorical RatesCurrency Conversion

Conversion Example is an example object payload from CurrencyBeacon, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

metadatefromtoamountvalue

Example Payload

Raw ↑
{
  "meta": {
    "code": 200,
    "disclaimer": "Usage subject to terms. See https://currencybeacon.com/terms"
  },
  "date": "2026-06-13",
  "from": "USD",
  "to": "EUR",
  "amount": 100,
  "value": 91.85
}