ExchangeRate-API · Example Payload

Pair Conversion Response

CurrencyExchange RatesFinanceForexFinancial DataCurrency Conversion

Pair Conversion Response is an example object payload from ExchangeRate-API, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resultdocumentationterms_of_usetime_last_update_unixtime_last_update_utctime_next_update_unixtime_next_update_utcbase_codetarget_codeconversion_rateconversion_result

Example Payload

Raw ↑
{
  "result": "success",
  "documentation": "https://www.exchangerate-api.com/docs",
  "terms_of_use": "https://www.exchangerate-api.com/terms",
  "time_last_update_unix": 1585267200,
  "time_last_update_utc": "Fri, 27 Mar 2020 00:00:00 +0000",
  "time_next_update_unix": 1585353600,
  "time_next_update_utc": "Sat, 28 Mar 2020 00:00:00 +0000",
  "base_code": "EUR",
  "target_code": "GBP",
  "conversion_rate": 0.8412,
  "conversion_result": 5.8884
}