Commercial and Industrial Loans was last reported at 2,945.1 Bil. of $ as of August 1, 2026. That is up 1.57% from the prior reading of 2,899.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 | 2,945.0 |
| Jul 2026 | 2,899.3 |
| Jun 2026 | 2,905.1 |
| May 2026 | 2,888.4 |
| Apr 2026 | 2,859.7 |
| Mar 2026 | 2,823.5 |
| Feb 2026 | 2,785.6 |
| Jan 2026 | 2,738.4 |
| Dec 2025 | 2,711.3 |
| Nov 2025 | 2,703.6 |
| Date | Value (Bil. of $) |
|---|---|
| Oct 2025 | 2,694.9 |
| Sep 2025 | 2,693.1 |
| Aug 2025 | 2,682.1 |
| Jul 2025 | 2,668.2 |
| Jun 2025 | 2,680.1 |
| May 2025 | 2,673.3 |
| Apr 2025 | 2,660.0 |
| Mar 2025 | 2,672.5 |
| Feb 2025 | 2,672.4 |
| Jan 2025 | 2,669.3 |
Pull the full history of Commercial and Industrial 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=USCILOANS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCILOANS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCILOANS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();