Consumer Loan Delinquency Rate was last reported at 2.62 percent as of April 1, 2026. That is down 0.76% from the prior reading of 2.64 percent. This indicator is reported Quarterly, End of Period and seasonally adjusted, and is tracked under the Credit category.
| Date | Value (percent) |
|---|---|
| 2026 Q2 | 2.62 |
| 2026 Q1 | 2.64 |
| 2025 Q4 | 2.63 |
| 2025 Q3 | 2.72 |
| 2025 Q2 | 2.75 |
| 2025 Q1 | 2.77 |
| 2024 Q4 | 2.76 |
| 2024 Q3 | 2.73 |
| 2024 Q2 | 2.72 |
| 2024 Q1 | 2.67 |
| Date | Value (percent) |
|---|---|
| 2023 Q4 | 2.62 |
| 2023 Q3 | 2.52 |
| 2023 Q2 | 2.37 |
| 2023 Q1 | 2.22 |
| 2022 Q4 | 2.07 |
| 2022 Q3 | 1.92 |
| 2022 Q2 | 1.80 |
| 2022 Q1 | 1.65 |
| 2021 Q4 | 1.55 |
| 2021 Q3 | 1.52 |
Pull the full history of Consumer Loan 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=USCONSDELINQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCONSDELINQ", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCONSDELINQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();