DailyTreasuryRecord

A single record from the Daily Treasury Statement.

Federal-GovernmentFinanceTreasuryNational DebtExchange RatesEconomics

Properties

Name Type Description
record_date string Date of the treasury statement.
account_type string Treasury account type.
open_today_bal string Opening balance for the day in U.S. dollars.
close_today_bal string Closing balance for the day in U.S. dollars.
open_mo_bal string Opening balance for the month.
open_fy_bal string Opening balance for the fiscal year.
View JSON Schema on GitHub

JSON Schema

treasury-daily-treasury-record-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/u-s-treasury-fiscal-data/refs/heads/main/json-schema/treasury-daily-treasury-record-schema.json",
  "title": "DailyTreasuryRecord",
  "description": "A single record from the Daily Treasury Statement.",
  "type": "object",
  "properties": {
    "record_date": {
      "type": "string",
      "format": "date",
      "description": "Date of the treasury statement.",
      "example": "2026-04-30"
    },
    "account_type": {
      "type": "string",
      "description": "Treasury account type.",
      "example": "Federal Reserve Account"
    },
    "open_today_bal": {
      "type": "string",
      "description": "Opening balance for the day in U.S. dollars.",
      "example": "850123456789.00"
    },
    "close_today_bal": {
      "type": "string",
      "description": "Closing balance for the day in U.S. dollars.",
      "example": "845678901234.00"
    },
    "open_mo_bal": {
      "type": "string",
      "description": "Opening balance for the month.",
      "example": "750000000000.00"
    },
    "open_fy_bal": {
      "type": "string",
      "description": "Opening balance for the fiscal year.",
      "example": "700000000000.00"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/treasury-daily-treasury-record"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no email required.

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