US Treasury FiscalData Scraper: Debt, Rates, FX, MTS
Pricing
from $8.00 / 1,000 results
US Treasury FiscalData Scraper: Debt, Rates, FX, MTS
Get official US Treasury data: national debt (Debt to the Penny), Treasury security interest rates, government exchange rates for 170+ currencies, and the Monthly Treasury Statement. Date filters, per-currency filter, optional AI trend insight. JSON, CSV, Excel.
Pricing
from $8.00 / 1,000 results
Rating
0.0
(0)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
US Treasury FiscalData Scraper: Debt, Rates, FX, MTS
Pull official US Treasury financial data from a single actor: the daily national debt (Debt to the Penny), average interest rates on Treasury securities, official government exchange rates for 170+ currencies, and the Monthly Treasury Statement (receipts, outlays, deficit/surplus). Clean date filters, a per-currency filter, and an optional one-call AI trend insight over the returned series. Results come back as JSON, CSV or Excel.
Most tools give you one of these feeds. This actor exposes four high-value Treasury datasets through one uniform interface, keeps every raw field, and adds parsed numeric versions so the numbers are ready to chart or reconcile.
What you get
- National debt (daily) total public debt outstanding, debt held by the public, intragovernmental holdings.
- Treasury security interest rates (monthly) average interest rate by security type and description.
- Government exchange rates (quarterly) the official Treasury reporting rate of exchange for 170+ currencies, the rate US federal agencies and many companies must use for foreign-currency reporting and compliance.
- Monthly Treasury Statement receipts, outlays and the monthly deficit/surplus by classification line.
- Optional AI trend insight one plain-English summary of the series direction and change.
Example output
National debt (debt_to_penny), one record per day:
{"dataset": "debt_to_penny","recordDate": "2026-08-13","record_date": "2026-08-13","tot_pub_debt_out_amt": "39934816207844.37","debt_held_public_amt": "32200971487306.14","intragov_hold_amt": "7733844720538.23","debtTotalUsd": 39934816207844.37,"debtHeldPublicUsd": 32200971487306.14,"intragovHoldingsUsd": 7733844720538.23,"observedAt": "2026-08-16T18:23:14.981Z","error": null}
Government exchange rate (rates_of_exchange):
{"dataset": "rates_of_exchange","recordDate": "2026-06-30","country": "Euro Zone","currency": "Euro","country_currency_desc": "Euro Zone-Euro","exchange_rate": "0.877","exchangeRate": 0.877,"effectiveDate": "2026-06-30","observedAt": "2026-08-16T18:23:34.912Z","error": null}
Optional AI trend insight (one row per run, only when withAiInsight is on):
{"dataset": "debt_to_penny","recordType": "ai_insight","aiTrend": "The national debt is on an upward trajectory.","aiChangeSummary": "The total public debt increased by approximately $1.42 trillion from July 24, 2026, to August 13, 2026.","aiNotableObservations": ["Debt rose consistently over the observed period.","The largest single-day increase was on August 13, 2026."],"seriesRecordCount": 15}
Input
| Field | Type | Description |
|---|---|---|
dataset | select | Which dataset: debt_to_penny, avg_interest_rates, rates_of_exchange, mts_mtss. Default debt_to_penny. |
dateFrom | string | Only records with record date on or after this date (YYYY-MM-DD). |
dateTo | string | Only records with record date on or before this date (YYYY-MM-DD). |
currency | string | For rates_of_exchange only: keep rows whose country/currency contains this text (for example Euro, Canada, Yen). |
extraFilter | string | Advanced passthrough appended to the Treasury filter= parameter. |
sort | string | Sort expression. Default -record_date (newest first). |
withAiInsight | boolean | Opt-in AI trend insight, one call and one charge per run. Disabled for free users. Default off. |
maxResults | integer | Maximum records to collect. Free Apify plans are capped at 10 per run. |
Datasets
dataset value | Contents | Cadence |
|---|---|---|
debt_to_penny | Total public debt outstanding, debt held by the public, intragovernmental holdings | Daily |
avg_interest_rates | Average interest rate by security type and description | Monthly |
rates_of_exchange | Official Treasury reporting rate of exchange, 170+ currencies | Quarterly |
mts_mtss | Monthly Treasury Statement receipts, outlays, deficit/surplus | Monthly |
Output fields
| Field | Description |
|---|---|
dataset | The dataset the record belongs to. |
recordDate | Record date (YYYY-MM-DD). |
debtTotalUsd, debtHeldPublicUsd, intragovHoldingsUsd | Parsed national-debt figures (numbers, USD). |
avgInterestRate | Parsed average interest rate (number, percent). |
country, currency, exchangeRate, effectiveDate | Exchange-rate fields; exchangeRate is a number. |
classification, receiptsUsd, outlaysUsd, deficitSurplusUsd | Monthly Treasury Statement figures. |
aiTrend, aiChangeSummary, aiNotableObservations | AI insight row (when enabled). |
observedAt | When the record was collected. |
error | Null on success; a short message if a run could not complete. |
All original Treasury field names are also passed through untouched alongside the parsed helpers.
Use cases
- Foreign-currency accounting and compliance use the official Treasury quarterly FX rates required for US federal foreign-currency reporting and many corporate filings.
- Fintech and treasury dashboards stream the daily national debt and Treasury security interest rates into your product.
- Economic and macro research build deficit, debt trajectory and interest-rate time series for models and reports.
- Government contractors and auditors reconcile Monthly Treasury Statement receipts, outlays and deficit lines.
- FX and multi-currency invoicing value cross-border transactions against the recognized government exchange rate.
- Data journalism chart the US debt, spending and deficit with clean, source-of-truth numbers.
Billing
This actor is priced pay per event:
| Event | Price (USD) | When it is charged |
|---|---|---|
result | $0.008 | Once per Treasury record returned in the dataset. |
ai_insight | $0.012 | Once per run, only when the optional AI trend insight produces usable output. Disabled for free users. |
You are never charged when a run fails or returns no data. Free Apify plans are capped at 10 results per run and the AI add-on is disabled for them.
