Business Loan Delinquency Rate was last reported at 1.27 percent as of April 1, 2026. That is down 4.51% from the prior reading of 1.33 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.27 |
| 2026 Q1 | 1.33 |
| 2025 Q4 | 1.34 |
| 2025 Q3 | 1.33 |
| 2025 Q2 | 1.29 |
| 2025 Q1 | 1.28 |
| 2024 Q4 | 1.27 |
| 2024 Q3 | 1.18 |
| 2024 Q2 | 1.15 |
| 2024 Q1 | 1.11 |
| Date | Value (percent) |
|---|---|
| 2023 Q4 | 1.02 |
| 2023 Q3 | 0.98 |
| 2023 Q2 | 1.00 |
| 2023 Q1 | 0.97 |
| 2022 Q4 | 1.02 |
| 2022 Q3 | 1.12 |
| 2022 Q2 | 1.03 |
| 2022 Q1 | 1.05 |
| 2021 Q4 | 1.12 |
| 2021 Q3 | 1.03 |
Pull the full history of Business 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=USBIZDELINQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USBIZDELINQ", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USBIZDELINQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();