U.S. Treasury Fiscal Data · JSON Structure

Treasury Exchange Rate Response Structure

Response from the Exchange Rates endpoint.

Type: object Properties: 3
Federal GovernmentFinanceTreasuryNational DebtExchange RatesEconomics

ExchangeRateResponse is a JSON Structure definition published by U.S. Treasury Fiscal Data, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data meta links

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/u-s-treasury-fiscal-data/refs/heads/main/json-structure/treasury-exchange-rate-response-structure.json",
  "name": "ExchangeRateResponse",
  "description": "Response from the Exchange Rates endpoint.",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of exchange rate records.",
      "items": {
        "type": "string"
      }
    },
    "meta": {
      "type": "string"
    },
    "links": {
      "type": "string"
    }
  }
}