Frankfurter · JSON Structure

V2 Provider Structure

Provider schema from Frankfurter API

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

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

Properties

key name country_code rate_type pivot_currency data_url terms_url start_date end_date publishes_missed currencies

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/v2-provider-structure.json",
  "name": "Provider",
  "description": "Provider schema from Frankfurter API",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "Provider identifier"
    },
    "name": {
      "type": "string",
      "description": "Full provider name"
    },
    "country_code": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code"
    },
    "rate_type": {
      "type": "string",
      "description": "Official rate type as used by the source"
    },
    "pivot_currency": {
      "type": "string",
      "description": "Base currency for published rates"
    },
    "data_url": {
      "type": "uri",
      "description": "Link to the data source"
    },
    "terms_url": {
      "type": "uri",
      "description": "Link to terms of use"
    },
    "start_date": {
      "type": "date",
      "description": "Earliest available date"
    },
    "end_date": {
      "type": "date",
      "description": "Latest available date"
    },
    "publishes_missed": {
      "type": "int32",
      "minimum": 0,
      "description": "Number of expected publishes missed since end_date. For daily providers, counts scheduled publish days strictly between end_date and today. For weekly and monthly providers, counts ISO weeks or calendar months between the latest imported bucket and the bucket whose publish window has already started. Null when the provider has no scheduled cadence or no imported data."
    },
    "currencies": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Currency codes covered by this provider"
    }
  },
  "required": [
    "key",
    "name",
    "currencies"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/v2-provider-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.