Federal Debt Outstanding was last reported at 39,065,421 Mil. of $ as of January 1, 2026. That is up 1.43% from the prior reading of 38,514,009 Mil. of $. This indicator is reported Quarterly, End of Period and not seasonally adjusted, and is tracked under the Fiscal category.
| Date | Value (Mil. of $) |
|---|---|
| 2026 Q1 | 39,065,421 |
| 2025 Q4 | 38,514,009 |
| 2025 Q3 | 37,637,553 |
| 2025 Q2 | 36,211,469 |
| 2025 Q1 | 36,214,310 |
| 2024 Q4 | 36,218,605 |
| 2024 Q3 | 35,464,674 |
| 2024 Q2 | 34,831,634 |
| 2024 Q1 | 34,586,533 |
| 2023 Q4 | 34,001,494 |
| Date | Value (Mil. of $) |
|---|---|
| 2023 Q3 | 33,167,334 |
| 2023 Q2 | 32,332,274 |
| 2023 Q1 | 31,458,438 |
| 2022 Q4 | 31,419,689 |
| 2022 Q3 | 30,928,912 |
| 2022 Q2 | 30,568,582 |
| 2022 Q1 | 30,400,960 |
| 2021 Q4 | 29,617,215 |
| 2021 Q3 | 28,428,919 |
| 2021 Q2 | 28,529,436 |
Pull the full history of Federal Debt Outstanding into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=USDEBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USDEBT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USDEBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();