Frankfurter · JSON Structure

V1 Rates On Date Structure

ratesOnDate schema from Frankfurter API

Type: object Properties: 4 Required: 3
Currency ExchangeForeign ExchangeFXOpen SourceMITSelf-HostedPublic APIs

ratesOnDate is a JSON Structure definition published by Frankfurter, describing 4 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amount base date rates

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-on-date-structure.json",
  "name": "ratesOnDate",
  "description": "ratesOnDate schema from Frankfurter API",
  "type": "object",
  "properties": {
    "amount": {
      "$ref": "#/components/schemas/amount"
    },
    "base": {
      "$ref": "#/components/schemas/base"
    },
    "date": {
      "$ref": "#/components/schemas/date"
    },
    "rates": {
      "$ref": "#/components/schemas/rates"
    }
  },
  "required": [
    "base",
    "date",
    "rates"
  ]
}