🇺🇸 US Treasury Data Scraper
Pricing
from $9.00 / 1,000 results
🇺🇸 US Treasury Data Scraper
Extract official US national debt figures, federal outlays, and average interest rates directly from the Treasury API into structured financial rows.
🇺🇸 US Treasury Data Scraper
Pricing
from $9.00 / 1,000 results
Extract official US national debt figures, federal outlays, and average interest rates directly from the Treasury API into structured financial rows.
One entry per watch target. Each feed produces one summary digest row. Use debt_to_penny for headline debt, avg_interest_rates for monthly rates, mts_table_1 for receipts/outlays, and record_setting_auction for auction record watches.
Keywords to flag in digest evidence titles, summaries, and source dimensions. Use this for terms like deficit, 10-Year, Treasury Bills, or Bonds.
Used to fetch enough history for comparisons and to determine recency for record-setting auction dates. 90 works well for recurring runs; 365 is broader for discovery.
Upper bound on nested evidence rows per feed digest. Keep it low for summary-first output; raise it only when you intentionally want a broader panel of securities or auction terms.
dataset stores results in the Apify dataset. webhook posts the digest JSON to webhookUrl.
POST target for the digest payload. Leave empty for dataset delivery.
all emits every feed digest row. action_needed emits only feeds with critical signals or watch-term hits. new_only emits only feeds whose evidence changed since the prior run.
Stable key used to persist seen evidence hashes across recurring runs so changedSinceLastRun and new_only mode stay comparable. Use the same key across scheduled runs.
Treasury Fiscal Data endpoint for daily debt totals. No authentication required.
Treasury Fiscal Data endpoint for monthly average rates across marketable and non-marketable debt.
Treasury Fiscal Data endpoint for receipts, outlays, and surplus/deficit summary rows.
Treasury Fiscal Data endpoint for record-setting auction highs and lows by security type and term.
Timeout for each Treasury API or webhook request.
When true, every feed always produces a digest row even if no new evidence was detected. When false, stable feeds are omitted from all mode output.
Validate and fetch without persisting state or posting webhooks. Safe for testing input shapes.
Set a fixed ISO timestamp to make runs deterministic against fixture data.
Local JSON fixture for offline debt_to_penny tests.
Local JSON fixture for offline avg_interest_rates tests.
Local JSON fixture for offline mts_table_1 tests.