Bank Consumer Loans was last reported at 1,917.6 Bil. of $ as of August 1, 2026. That is up 0.32% from the prior reading of 1,911.5 Bil. of $. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Credit category. The next scheduled release is September 25, 2026.
| Date | Value (Bil. of $) |
|---|---|
| Aug 2026 | 1,917.5 |
| Jul 2026 | 1,911.5 |
| Jun 2026 | 1,900.5 |
| May 2026 | 1,893.7 |
| Apr 2026 | 1,887.8 |
| Mar 2026 | 1,882.9 |
| Feb 2026 | 1,872.8 |
| Jan 2026 | 1,867.9 |
| Dec 2025 | 1,860.5 |
| Nov 2025 | 1,852.2 |
| Date | Value (Bil. of $) |
|---|---|
| Oct 2025 | 1,844.6 |
| Sep 2025 | 1,836.1 |
| Aug 2025 | 1,828.5 |
| Jul 2025 | 1,823.0 |
| Jun 2025 | 1,828.1 |
| May 2025 | 1,826.8 |
| Apr 2025 | 1,819.2 |
| Mar 2025 | 1,822.2 |
| Feb 2025 | 1,820.6 |
| Jan 2025 | 1,816.1 |
Pull the full history of Bank Consumer Loans 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=USBANKCONSLOANS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USBANKCONSLOANS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USBANKCONSLOANS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();