Credit Card Interest Rate was last reported at 20.94 percent as of May 1, 2026. That is down 0.29% from the prior reading of 21.00 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Credit category. The next scheduled release is October 7, 2026.
| Date | Value (percent) |
|---|---|
| May 2026 | 20.94 |
| Feb 2026 | 21.00 |
| Nov 2025 | 20.97 |
| Aug 2025 | 21.39 |
| May 2025 | 21.16 |
| Feb 2025 | 21.37 |
| Nov 2024 | 21.47 |
| Aug 2024 | 21.76 |
| May 2024 | 21.51 |
| Feb 2024 | 21.59 |
| Date | Value (percent) |
|---|---|
| Nov 2023 | 21.47 |
| Aug 2023 | 21.19 |
| May 2023 | 20.84 |
| Feb 2023 | 20.09 |
| Nov 2022 | 19.07 |
| Aug 2022 | 16.27 |
| May 2022 | 15.13 |
| Feb 2022 | 14.56 |
| Nov 2021 | 14.51 |
| Aug 2021 | 14.54 |
Pull the full history of Credit Card Interest 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=USCARDRATE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCARDRATE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCARDRATE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();