US Treasury FiscalData Scraper: Debt, Rates, FX, MTS avatar

US Treasury FiscalData Scraper: Debt, Rates, FX, MTS

Pricing

from $8.00 / 1,000 results

Go to Apify Store
US Treasury FiscalData Scraper: Debt, Rates, FX, MTS

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

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

US Treasury FiscalData Scraper: Debt, Rates, FX, MTS

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

FieldTypeDescription
datasetselectWhich dataset: debt_to_penny, avg_interest_rates, rates_of_exchange, mts_mtss. Default debt_to_penny.
dateFromstringOnly records with record date on or after this date (YYYY-MM-DD).
dateTostringOnly records with record date on or before this date (YYYY-MM-DD).
currencystringFor rates_of_exchange only: keep rows whose country/currency contains this text (for example Euro, Canada, Yen).
extraFilterstringAdvanced passthrough appended to the Treasury filter= parameter.
sortstringSort expression. Default -record_date (newest first).
withAiInsightbooleanOpt-in AI trend insight, one call and one charge per run. Disabled for free users. Default off.
maxResultsintegerMaximum records to collect. Free Apify plans are capped at 10 per run.

Datasets

dataset valueContentsCadence
debt_to_pennyTotal public debt outstanding, debt held by the public, intragovernmental holdingsDaily
avg_interest_ratesAverage interest rate by security type and descriptionMonthly
rates_of_exchangeOfficial Treasury reporting rate of exchange, 170+ currenciesQuarterly
mts_mtssMonthly Treasury Statement receipts, outlays, deficit/surplusMonthly

Output fields

FieldDescription
datasetThe dataset the record belongs to.
recordDateRecord date (YYYY-MM-DD).
debtTotalUsd, debtHeldPublicUsd, intragovHoldingsUsdParsed national-debt figures (numbers, USD).
avgInterestRateParsed average interest rate (number, percent).
country, currency, exchangeRate, effectiveDateExchange-rate fields; exchangeRate is a number.
classification, receiptsUsd, outlaysUsd, deficitSurplusUsdMonthly Treasury Statement figures.
aiTrend, aiChangeSummary, aiNotableObservationsAI insight row (when enabled).
observedAtWhen the record was collected.
errorNull 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:

EventPrice (USD)When it is charged
result$0.008Once per Treasury record returned in the dataset.
ai_insight$0.012Once 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.