U.S. Treasury Fiscal Data

U.S. Treasury Fiscal Data is a free, public source for federal government financial data published by the Bureau of the Fiscal Service. Its REST API serves machine-readable government reports and economic indicators - the national debt, average interest rates on Treasury securities, daily and monthly Treasury statements of federal revenue and spending, Treasury reporting rates of exchange, and Treasury securities auctions - as JSON, CSV, or XML. Every dataset endpoint responds from a single database table and supports field selection, filtering, sorting, and pagination. No registration, API key, or authentication is required, and the data is in the public domain.

6 APIs 0 Features
Government DataTreasuryEconomic IndicatorsInterest RatesOpen DataNational DebtGovernment ReportsPublic DomainFederal Finance

APIs

Treasury Debt API

National debt figures as machine-readable government reports. Debt to the Penny reports the total public debt outstanding each day (debt held by the public plus intragovernmenta...

Average Interest Rates API

Monthly average interest rates on U.S. Treasury securities by security type and description - Treasury Bills, Notes, Bonds, TIPS, Floating Rate Notes, and the various government...

Daily Treasury Statement API

The Daily Treasury Statement (DTS) summarizes the federal government's cash and debt operations each business day - the Treasury General Account operating cash balance, deposits...

Monthly Treasury Statement API

The Monthly Treasury Statement (MTS) is the official monthly report of federal government receipts (revenue) and outlays (spending), the resulting budget surplus or deficit, and...

Treasury Reporting Rates of Exchange API

The official U.S. Treasury Reporting Rates of Exchange - the exchange rates the federal government uses to convert foreign currency balances into U.S. dollars for reporting. Rat...

Treasury Securities API

Treasury securities auction data - CUSIP, security type and term, auction and issue and maturity dates, price per 100, high and low yields, and bid metrics for Bills, Notes, Bon...

Collections

Pricing Plans

Fiscaldata Plans Pricing

1 plans

PLANS

Rate Limits

Fiscaldata Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
AgenticAccess
AgenticAccess
🔗
Website
Website
🔗
Documentation
Documentation
💬
Support
Support
👥
GitHubOrganization
GitHubOrganization
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: U.S. Treasury Fiscal Data API
  version: '1.0'
  description: 'Free, public, read-only REST API from the U.S. Bureau of the Fiscal Service. No authentication required. Base
    URL: https://api.fiscaldata.treasury.gov/services/api/fiscal_service. Every endpoint supports fields, filter, sort, format,
    page[number], and page[size].'
items:
- info:
    name: Debt
    type: folder
  items:
  - info:
      name: Debt to the Penny
      type: http
    http:
      method: GET
      url: https://api.fiscaldata.treasury.gov/services/api/fiscal_service/v2/accounting/od/debt_to_penny?fields=record_date,tot_pub_debt_out_amt&sort=-record_date&page[size]=10
    docs: Total public debt outstanding by day. No auth required.
  - info:
      name: Interest Expense on the Debt
      type: http
    http:
      method: GET
      url: https://api.fiscaldata.treasury.gov/services/api/fiscal_service/v2/accounting/od/interest_expense?sort=-record_date&page[size]=10
    docs: Monthly and fiscal-year-to-date interest paid on the federal debt.
- info:
    name: Interest Rates
    type: folder
  items:
  - info:
      name: Average Interest Rates on Treasury Securities
      type: http
    http:
      method: GET
      url: https://api.fiscaldata.treasury.gov/services/api/fiscal_service/v2/accounting/od/avg_interest_rates?filter=record_date:gte:2024-01-01&sort=-record_date&page[size]=25
    docs: Monthly average interest rate by Treasury security type and description.
- info:
    name: Daily Treasury Statement
    type: folder
  items:
  - info:
      name: Operating Cash Balance
      type: http
    http:
      method: GET
      url: https://api.fiscaldata.treasury.gov/services/api/fiscal_service/v1/accounting/dts/operating_cash_balance?fields=record_date,account_type,open_today_bal&sort=-record_date&page[size]=10
    docs: Treasury General Account operating cash balance by business day.
  - info:
      name: Deposits and Withdrawals of Operating Cash
      type: http
    http:
      method: GET
      url: https://api.fiscaldata.treasury.gov/services/api/fiscal_service/v1/accounting/dts/deposits_withdrawals_operating_cash?sort=-record_date&page[size]=10
    docs: Daily deposits to and withdrawals from federal operating cash.
- info:
    name: Monthly Treasury Statement
    type: folder
  items:
  - info:
      name: Receipts (MTS Table 4)
      type: http
    http:
      method: GET
      url: https://api.fiscaldata.treasury.gov/services/api/fiscal_service/v1/accounting/mts/mts_table_4?sort=-record_date&page[size]=25
    docs: Monthly federal receipts (revenue) by source.
  - info:
      name: Outlays (MTS Table 5)
      type: http
    http:
      method: GET
      url: https://api.fiscaldata.treasury.gov/services/api/fiscal_service/v1/accounting/mts/mts_table_5?sort=-record_date&page[size]=25
    docs: Monthly federal outlays (spending) by agency and function.
- info:
    name: Exchange Rates
    type: folder
  items:
  - info:
      name: Treasury Reporting Rates of Exchange
      type: http
    http:
      method: GET
      url: https://api.fiscaldata.treasury.gov/services/api/fiscal_service/v1/accounting/od/rates_of_exchange?filter=record_date:gte:2024-01-01&sort=-record_date&page[size]=25
    docs: Official Treasury exchange rates per country and currency, quarterly.
- info:
    name: Securities
    type: folder
  items:
  - info:
      name: Treasury Securities Auctions
      type: http
    http:
      method: GET
      url: https://api.fiscaldata.treasury.gov/services/api/fiscal_service/v1/accounting/od/auctions_query?sort=-auction_date&page[size]=25
    docs: Treasury securities auction results - CUSIP, term, dates, price, and yields.