Total Bank Credit was last reported at 19,866.7 Bil. of $ as of September 9, 2026. That is up 0.16% from the prior reading of 19,835.5 Bil. of $. 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 (Bil. of $) |
|---|---|
| Sep 9, 2026 | 19,866.7 |
| Sep 2, 2026 | 19,835.3 |
| Aug 26, 2026 | 19,830.2 |
| Aug 19, 2026 | 19,828.1 |
| Aug 12, 2026 | 19,794.4 |
| Aug 5, 2026 | 19,784.3 |
| Jul 29, 2026 | 19,768.1 |
| Jul 22, 2026 | 19,739.0 |
| Jul 15, 2026 | 19,764.0 |
| Jul 8, 2026 | 19,670.4 |
| Date | Value (Bil. of $) |
|---|---|
| Jul 1, 2026 | 19,644.1 |
| Jun 24, 2026 | 19,675.2 |
| Jun 17, 2026 | 19,626.7 |
| Jun 10, 2026 | 19,622.8 |
| Jun 3, 2026 | 19,568.2 |
| May 27, 2026 | 19,579.1 |
| May 20, 2026 | 19,561.7 |
| May 13, 2026 | 19,531.7 |
| May 6, 2026 | 19,495.7 |
| Apr 29, 2026 | 19,462.6 |
Pull the full history of Total Bank 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=USBANKCREDIT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USBANKCREDIT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USBANKCREDIT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();