Frankfurter · JSON Structure

V1 Date Structure

Date in YYYY-MM-DD format, all dates stored in UTC.

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

date 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-date-structure.json",
  "name": "date",
  "description": "Date in YYYY-MM-DD format, all dates stored in UTC.",
  "type": "date",
  "example": "2024-01-15"
}