ExchangeRate-API · JSON Structure

Exchangerate Api Historical Structure

Type: object Properties: 10
Currency ExchangeForeign ExchangeFinancial DataForexCurrency ConversionPublic APIs

HistoricalRatesResponse is a JSON Structure definition published by ExchangeRate-API, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

result documentation terms_of_use year month day base_code requested_amount conversion_rates conversion_amounts

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HistoricalRatesResponse",
  "type": "object",
  "properties": {
    "result": {"type": "string"},
    "documentation": {"type": "string"},
    "terms_of_use": {"type": "string"},
    "year": {"type": "integer"},
    "month": {"type": "integer"},
    "day": {"type": "integer"},
    "base_code": {"type": "string"},
    "requested_amount": {"type": "['number', 'null']"},
    "conversion_rates": {"type": "['object', 'null']"},
    "conversion_amounts": {"type": "['object', 'null']"}
  }
}