Household Debt was last reported at 21,377,787 USD Million as of April 1, 2026. That is up 1.25% from the prior reading of 21,113,848 USD Million. This indicator is reported Quarterly, End of Period and seasonally adjusted, and is tracked under the Credit category. The next scheduled release is December 10, 2026.
| Date | Value (USD Million) |
|---|---|
| 2026 Q2 | 21,377,787 |
| 2026 Q1 | 21,113,848 |
| 2025 Q4 | 20,931,778 |
| 2025 Q3 | 20,771,770 |
| 2025 Q2 | 20,578,920 |
| 2025 Q1 | 20,389,237 |
| 2024 Q4 | 20,232,020 |
| 2024 Q3 | 20,138,620 |
| 2024 Q2 | 19,986,593 |
| 2024 Q1 | 19,858,530 |
| Date | Value (USD Million) |
|---|---|
| 2023 Q4 | 19,734,888 |
| 2023 Q3 | 19,614,274 |
| 2023 Q2 | 19,460,603 |
| 2023 Q1 | 19,316,696 |
| 2022 Q4 | 19,200,295 |
| 2022 Q3 | 18,959,378 |
| 2022 Q2 | 18,648,975 |
| 2022 Q1 | 18,257,865 |
| 2021 Q4 | 17,875,125 |
| 2021 Q3 | 17,537,436 |
Pull the full history of Household Debt 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=USHHDEBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHHDEBT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHHDEBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();