Mortgage Delinquency Rate was last reported at 1.86 percent as of April 1, 2026. That is down 1.06% from the prior reading of 1.88 percent. This indicator is reported Quarterly, End of Period and seasonally adjusted, and is tracked under the Credit category.
| Date | Value (percent) |
|---|---|
| 2026 Q2 | 1.86 |
| 2026 Q1 | 1.88 |
| 2025 Q4 | 1.79 |
| 2025 Q3 | 1.78 |
| 2025 Q2 | 1.78 |
| 2025 Q1 | 1.77 |
| 2024 Q4 | 1.77 |
| 2024 Q3 | 1.74 |
| 2024 Q2 | 1.73 |
| 2024 Q1 | 1.71 |
| Date | Value (percent) |
|---|---|
| 2023 Q4 | 1.70 |
| 2023 Q3 | 1.72 |
| 2023 Q2 | 1.72 |
| 2023 Q1 | 1.74 |
| 2022 Q4 | 1.79 |
| 2022 Q3 | 1.84 |
| 2022 Q2 | 1.96 |
| 2022 Q1 | 2.09 |
| 2021 Q4 | 2.29 |
| 2021 Q3 | 2.30 |
Pull the full history of Mortgage Delinquency Rate 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=USMTGDELINQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USMTGDELINQ", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USMTGDELINQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();