Frankfurter · JSON Structure

V1 Rates Structure

Exchange rates keyed by currency code

Type: object Properties: 0
Currency ExchangeForeign ExchangeFXOpen SourceMITSelf-HostedPublic APIs

rates is a JSON Structure definition published by Frankfurter. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/frankfurter/refs/heads/main/json-structure/v1-rates-structure.json",
  "name": "rates",
  "description": "Exchange rates keyed by currency code",
  "type": "object",
  "additionalProperties": {
    "type": "double",
    "exclusiveMinimum": 0
  },
  "example": {},
  "propertyNames": {
    "$ref": "#/components/schemas/base"
  },
  "minProperties": 1
}