Mortgage Debt Service Ratio was last reported at 5.83 percent as of April 1, 2026. That is down 0.74% from the prior reading of 5.87 percent. This indicator is reported Quarterly and seasonally adjusted, and is tracked under the Credit category.
| Date | Value (percent) |
|---|---|
| 2026 Q2 | 5.83 |
| 2026 Q1 | 5.88 |
| 2025 Q4 | 5.92 |
| 2025 Q3 | 5.87 |
| 2025 Q2 | 5.83 |
| 2025 Q1 | 5.76 |
| 2024 Q4 | 5.69 |
| 2024 Q3 | 5.74 |
| 2024 Q2 | 5.70 |
| 2024 Q1 | 5.66 |
| Date | Value (percent) |
|---|---|
| 2023 Q4 | 5.64 |
| 2023 Q3 | 5.62 |
| 2023 Q2 | 5.54 |
| 2023 Q1 | 5.58 |
| 2022 Q4 | 5.62 |
| 2022 Q3 | 5.58 |
| 2022 Q2 | 5.69 |
| 2022 Q1 | 5.63 |
| 2021 Q4 | 5.43 |
| 2021 Q3 | 5.29 |
Pull the full history of Mortgage Debt Service Ratio 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=USMTGDEBTSERVICE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USMTGDEBTSERVICE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USMTGDEBTSERVICE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();