Credit Card Delinquency Rate was last reported at 2.85 % as of April 1, 2026. That is down 2.06% from the prior reading of 2.91 %. This indicator is reported Quarterly, End of Period and seasonally adjusted, and is tracked under the Credit category.
| Date | Value (%) |
|---|---|
| 2026 Q2 | 2.85 |
| 2026 Q1 | 2.91 |
| 2025 Q4 | 2.95 |
| 2025 Q3 | 2.99 |
| 2025 Q2 | 3.04 |
| 2025 Q1 | 3.05 |
| 2024 Q4 | 3.08 |
| 2024 Q3 | 3.20 |
| 2024 Q2 | 3.22 |
| 2024 Q1 | 3.17 |
| Date | Value (%) |
|---|---|
| 2023 Q4 | 3.10 |
| 2023 Q3 | 2.94 |
| 2023 Q2 | 2.75 |
| 2023 Q1 | 2.47 |
| 2022 Q4 | 2.26 |
| 2022 Q3 | 2.05 |
| 2022 Q2 | 1.83 |
| 2022 Q1 | 1.69 |
| 2021 Q4 | 1.57 |
| 2021 Q3 | 1.53 |
Pull the full history of Credit Card 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=USCARDDELINQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCARDDELINQ", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCARDDELINQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();