Frankfurter · Example Payload

V2 Currency Detail Example

Currency ExchangeForeign ExchangeFXOpen SourceMITSelf-HostedPublic APIs

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

Top-level fields

iso_codeiso_numericnamesymbolproviderspeg

Example Payload

Raw ↑
{
  "iso_code": "INR",
  "iso_numeric": "840",
  "name": "United States Dollar",
  "symbol": "\u20ac",
  "providers": [
    "SNB",
    "ECB"
  ],
  "peg": {
    "base": "AUD",
    "rate": 0.2408,
    "authority": "HKMA",
    "source": "https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html"
  }
}