Open Exchange Rates · Example Payload

Convert Response

Foreign ExchangeCurrencyForexFinanceExchange RatesCurrency ConversionHistorical Rates

Convert Response is an example object payload from Open Exchange Rates, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

disclaimerlicenserequestmetaresponse

Example Payload

Raw ↑
{
  "disclaimer": "Usage subject to terms: https://openexchangerates.org/terms",
  "license": "https://openexchangerates.org/license",
  "request": {
    "query": "/convert/100/USD/EUR",
    "amount": 100,
    "from": "USD",
    "to": "EUR"
  },
  "meta": {
    "timestamp": 1686614400,
    "rate": 0.924123
  },
  "response": 92.4123
}