Consumer Credit Outstanding was last reported at 5,186,204.07 Bil. of $ as of July 1, 2026. That is up 0.35% from the prior reading of 5,168,141.71 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 | 5,186,204.07 |
| Jun 2026 | 5,166,907.71 |
| May 2026 | 5,152,735.06 |
| Apr 2026 | 5,153,816.46 |
| Mar 2026 | 5,133,899.60 |
| Feb 2026 | 5,111,066.35 |
| Jan 2026 | 5,103,845.83 |
| Dec 2025 | 5,099,419.16 |
| Nov 2025 | 5,084,254.90 |
| Oct 2025 | 5,080,761.86 |
| Date | Value (Bil. of $) |
|---|---|
| Sep 2025 | 5,072,661.64 |
| Aug 2025 | 5,059,151.34 |
| Jul 2025 | 5,056,652.31 |
| Jun 2025 | 5,044,179.05 |
| May 2025 | 5,048,450.21 |
| Apr 2025 | 5,038,646.32 |
| Mar 2025 | 5,022,633.70 |
| Feb 2025 | 4,958,507.58 |
| Jan 2025 | 4,956,486.55 |
| Dec 2024 | 4,948,059.37 |
Pull the full history of Consumer Credit Outstanding 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=USCONSCREDIT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCONSCREDIT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCONSCREDIT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();