usfiscaldata

Query U.S. Treasury Fiscal Data REST API for federal financial datasets.

74|5|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/dralkh/seerai --skill usfiscaldata-dralkh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: usfiscaldata
Source: https://github.com/dralkh/seerai/tree/main/skills/usfiscaldata
Command: npx skills add https://github.com/dralkh/seerai --skill usfiscaldata-dralkh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It removes the manual burden of pulling federal financial data from the U.S. Treasury Fiscal Data API, making it easier to track debt, cash balances, spending, revenues, rates, and securities in one place.

Core Features & Use Cases

  • Debt and fiscal tracking: retrieve national debt, Daily Treasury Statement, Monthly Treasury Statement, and Treasury Report on Receivables data.
  • Market and rates analysis: query auctions, exchange rates, interest rates, TIPS indexes, and savings bond rates.
  • Research workflows: build repeatable analyses, compare periods, and export clean tabular data for Python, R, or pandas.
  • Example use case: a policy analyst can pull the latest debt, interest expense, and revenue series to build a fiscal dashboard or briefing memo.

Quick Start

Ask for the latest U.S. Treasury debt series and a clean pandas-ready table with the fields, filters, and pagination settings needed to reproduce it.

Frequently Asked Questions about usfiscaldata

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query U.S. Treasury fiscal data without an API key?

You can query U.S. Treasury fiscal data without an API key by sending GET-based requests to the Treasury Fiscal Data REST API. The tool handles fields, filters, sorting, and pagination to return typed responses across JSON, CSV, and XML endpoints.

Can I retrieve national debt and interest rate data for pandas analysis?

Yes, you can retrieve national debt and interest rate data for pandas analysis. The tool queries debt, interest rate, and auction datasets from the Treasury Fiscal Data API and outputs clean tabular data ready for Python workflows.

What federal financial datasets are available through the Treasury Fiscal Data API?

The available federal financial datasets include national debt, Daily Treasury Statement, Monthly Treasury Statement, exchange rates, interest rates, auctions, savings bond rates, TIPS indexes, and Treasury Report on Receivables data.

Does the Treasury Fiscal Data API support CSV and XML response formats?

Yes, the Treasury Fiscal Data API supports CSV and XML response formats. The tool performs typed response parsing across JSON, CSV, and XML endpoints to integrate with various data pipelines.

How do I filter and paginate large Treasury datasets when querying federal revenue?

You filter and paginate large Treasury datasets by specifying fields, filter criteria, sort order, and pagination settings in GET-based requests. This retrieves targeted federal revenue subsets without overwhelming your analysis environment.