TreasuryDirect Scraper | US Treasury Securities Data
Pricing
from $19.00 / 1,000 results
TreasuryDirect Scraper | US Treasury Securities Data
Extract TreasuryDirect securities auction data: CUSIP, security type, issue and maturity dates, interest rate, and high yield. Filter by type and date range. Useful for fixed income analysts, fintech apps, and researchers tracking US Treasury debt markets.
Pricing
from $19.00 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

🏦 TreasuryDirect Scraper
🚀 Export US Treasury securities data in seconds. Savings bonds, T-bills, notes, bonds, sales, transfers, and outstanding balances, straight to CSV, Excel, JSON, or XML.
🕒 Last updated: 2026-05-25 · 📊 multi-field records · Full historical coverage · TreasuryDirect & Bureau of the Fiscal Service
The US Treasury publishes a rich set of marketable and non-marketable securities datasets via the Fiscal Data API. This actor wraps those endpoints, returning per-record data on sales, transfers, outstanding amounts, and savings bonds.
Coverage spans the full historical record published by Treasury, with multi-fiscal-year reporting and per-security-type breakdowns.
| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| Finance teams | Treasury market analysis |
| Researchers | Public debt research |
| Journalists | Federal debt reporting |
| Investors | Track savings bond programs |
📋 What the TreasuryDirect Scraper does
- Calls Treasury Fiscal Data API for selected dataset
- Supports date filtering and pagination
- Returns raw record fields plus scrapedAt timestamp
💡 Why it matters: Treasury debt data, accessible without manual portal queries.
🎬 Full Demo (🚧 Coming soon)
⚙️ Input
| Field | Type | Description |
|---|---|---|
| dataset | enum | Choose securities_sales, securities_transfers, securities_outstanding, savings_bonds_pieces_amounts_owned |
| maxItems | integer | Cap on rows |
| startDate | string | YYYY-MM-DD |
| endDate | string | YYYY-MM-DD |
{ "dataset": "securities_sales", "maxItems": 50 }
{ "dataset": "securities_outstanding", "startDate": "2024-01-01", "endDate": "2024-12-31" }
⚠️ Good to Know: Each dataset has different fields. Sample the first run with maxItems=3 to inspect the schema.
📊 Output
Each record includes the raw fields from the chosen Fiscal Data dataset plus scrapedAt and error.
✨ Why choose this Actor
- Official Treasury Fiscal Data API
- No auth required
- Historical depth back to dataset inception
📈 How it compares to alternatives
| Approach | Cost | Speed | Maintenance |
|---|---|---|---|
| This actor | Pay per result | Fast | None |
| Fiscal Data portal manual | Free | Slow | High |
| Custom scripts | Free | Fast | Custom code |
🚀 How to use
- Create a free account w/ $5 credit
- Open the actor
- Pick a dataset and optional date range
- Run
- Download dataset as CSV, Excel, JSON, or XML
💼 Business use cases
Treasury research
Sales and outstanding amounts by security type.
Compliance
Auditing federal debt issuance over time.
Investor relations
Reporting on Series I/EE bond programs.
Macro analysts
Quantifying Treasury supply.
🔌 Automating TreasuryDirect Scraper
Make, Zapier, Slack, Airbyte, GitHub Actions, Google Drive.
🌟 Beyond business use cases
Research
Public finance studies.
Personal
Track your savings bond program.
Non-profit
Government accountability work.
Experimentation
Train models on Treasury issuance.
🤖 Ask an AI assistant about this scraper
ChatGPT, Claude, Perplexity, or Copilot can explain the datasets.
❓ Frequently Asked Questions
Q: What is Fiscal Data? A: The Bureau of the Fiscal Service open data portal. Q: Do I need API keys? A: No. Q: Which datasets are supported? A: Sales, transfers, outstanding, savings bonds. Q: What is the data lag? A: Datasets are updated monthly. Q: Are auction results included? A: They are exposed by separate auction datasets. Q: How far back? A: Dataset-dependent. Q: Can I filter by security type? A: Use start/end dates here; filter further downstream. Q: What currency? A: USD. Q: How is data normalised? A: Raw fields are passed through. Q: Are there real-time prices? A: Treasury Fiscal Data is statistical, not market quotes.
🔌 Integrate with any app
Make, Zapier, Slack, Airbyte, GitHub Actions, Google Sheets, Webhooks.
🔗 Recommended Actors
| Actor | Description |
|---|---|
| USAspending Contracts Scraper | Federal awards data |
| BLS CPI Data Scraper | Consumer Price Index series |
| FDIC Bank Scraper | FDIC institution data |
💡 Pro Tip: browse the complete ParseForge collection.
🆘 Need Help? Open our contact form
⚠️ Disclaimer: independent tool, not affiliated with the US Treasury. Only publicly available data collected.