Frankfurter · Example Payload

V2 Provider Example

Currency ExchangeForeign ExchangeFXOpen SourceMITSelf-HostedPublic APIs

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

Top-level fields

keynamecountry_coderate_typepivot_currencydata_urlterms_urlstart_dateend_datepublishes_missedcurrencies

Example Payload

Raw ↑
{
  "key": "RBA",
  "name": "United States Dollar",
  "country_code": "DE",
  "rate_type": "reference",
  "pivot_currency": "CNY",
  "data_url": "https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html",
  "terms_url": "https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html",
  "start_date": "2026-03-25",
  "end_date": "2026-03-25",
  "publishes_missed": 93,
  "currencies": [
    "EUR",
    "EUR"
  ]
}