Revolving Consumer Credit was last reported at 1,357,221.44 Bil. of $ as of July 1, 2026. That is up 0.21% from the prior reading of 1,354,418.69 Bil. of $. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Consumer category. The next scheduled release is October 7, 2026.
| Date | Value (Bil. of $) |
|---|---|
| Jul 2026 | 1,357,221.44 |
| Jun 2026 | 1,351,069.14 |
| May 2026 | 1,344,328.87 |
| Apr 2026 | 1,349,631.51 |
| Mar 2026 | 1,337,959.33 |
| Feb 2026 | 1,327,206.23 |
| Jan 2026 | 1,326,083.72 |
| Dec 2025 | 1,324,322.34 |
| Nov 2025 | 1,316,595.76 |
| Oct 2025 | 1,317,360.55 |
| Date | Value (Bil. of $) |
|---|---|
| Sep 2025 | 1,312,713.48 |
| Aug 2025 | 1,308,162.07 |
| Jul 2025 | 1,310,351.97 |
| Jun 2025 | 1,301,742.19 |
| May 2025 | 1,299,722.40 |
| Apr 2025 | 1,299,129.25 |
| Mar 2025 | 1,292,802.55 |
| Feb 2025 | 1,304,274.47 |
| Jan 2025 | 1,301,982.23 |
| Dec 2024 | 1,296,965.62 |
Pull the full history of Revolving Consumer Credit 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=USREVCREDIT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USREVCREDIT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USREVCREDIT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();