Commercial and Industrial Loans (Weekly) was last reported at 2,968.0 USD Billion as of September 9, 2026. That is up 0.09% from the prior reading of 2,965.3 USD Billion. This indicator is reported Weekly, Ending Wednesday and seasonally adjusted, and is tracked under the Credit category. The next scheduled release is September 25, 2026.
| Date | Value (USD Billion) |
|---|---|
| Sep 9, 2026 | 2,968.0 |
| Sep 2, 2026 | 2,965.1 |
| Aug 26, 2026 | 2,956.0 |
| Aug 19, 2026 | 2,945.1 |
| Aug 12, 2026 | 2,933.6 |
| Aug 5, 2026 | 2,925.2 |
| Jul 29, 2026 | 2,913.8 |
| Jul 22, 2026 | 2,894.8 |
| Jul 15, 2026 | 2,897.8 |
| Jul 8, 2026 | 2,885.2 |
| Date | Value (USD Billion) |
|---|---|
| Jul 1, 2026 | 2,892.5 |
| Jun 24, 2026 | 2,914.7 |
| Jun 17, 2026 | 2,906.2 |
| Jun 10, 2026 | 2,907.3 |
| Jun 3, 2026 | 2,902.7 |
| May 27, 2026 | 2,898.8 |
| May 20, 2026 | 2,890.6 |
| May 13, 2026 | 2,881.4 |
| May 6, 2026 | 2,872.7 |
| Apr 29, 2026 | 2,871.3 |
Pull the full history of Commercial and Industrial Loans (Weekly) 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=USCILOANSWK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCILOANSWK", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCILOANSWK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();