usfiscaldata

Retrieve U.S. Treasury Fiscal Data API records for national debt, statements, rates, and exchanges using requests and pandas libraries.

13|3|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/tassiovale/claude-code-kit --skill usfiscaldata-tassiovale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: usfiscaldata
Source: https://github.com/tassiovale/claude-code-kit/tree/main/skills/usfiscaldata
Command: npx skills add https://github.com/tassiovale/claude-code-kit --skill usfiscaldata-tassiovale

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to easily query the U.S. Treasury Fiscal Data API for federal financial data, providing insights into national debt, statements, interest rates, and more.

Core Features & Use Cases

  • National Debt Data: Obtain the current and historical total public debt.
  • Treasury Statements: Access daily and monthly Treasury statements for operating cash balances and transactions.
  • Interest Rates & Exchange: Retrieve interest rates on Treasury securities and exchange rates for various currencies.
  • Use Case: If you need to understand the current national debt or track interest rates, this skill can help you access and analyze the relevant data.

Quick Start

To get the current national debt, you can run: ```python usfiscaldata get DebtToThePenny

Frequently Asked Questions about usfiscaldata

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

FAQPage Schema
How do I retrieve current national debt data from the U.S. Treasury?

U.S. Treasury fiscal data includes daily and monthly Treasury statements detailing operating cash balances and federal transactions, accessed via HTTP requests to the Treasury Fiscal Data API for financial analysis and policy-making.

Can I get historical interest rates on Treasury securities using Python?

Yes, this Skill requires the requests and pandas Python libraries to handle HTTP API requests and data manipulation, making it appropriate for financial analysis, policy-making, and general U.S. fiscal data tracking.

What is included in daily Treasury statements from the U.S. Treasury Fiscal Data API?

You can retrieve historical interest rates on Treasury securities by making HTTP requests to the U.S. Treasury Fiscal Data API and manipulating the returned data using the pandas library.

Do I need pandas and requests to access U.S. Treasury fiscal data?

You can retrieve current national debt data by querying the U.S. Treasury Fiscal Data API for total public debt figures using Python requests and pandas to fetch and structure the federal financial data.

What's the best way to track exchange rates from the U.S. Treasury?

The best way to track exchange rates is retrieving currency data directly from the U.S. Treasury Fiscal Data API, which provides exchange rates alongside interest rates and national debt for comprehensive financial analysis.

Does the U.S. Treasury Fiscal Data API provide historical public debt records?

Yes, the U.S. Treasury Fiscal Data API provides both current and historical total public debt records, allowing users to access and analyze national debt trends over time using Python data manipulation tools.