Bank Real Estate Loans was last reported at 5,827.1 USD Billion as of August 1, 2026. That is up 0.29% from the prior reading of 5,810.4 USD Billion. 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 (USD Billion) |
|---|---|
| Aug 2026 | 5,826.9 |
| Jul 2026 | 5,810.4 |
| Jun 2026 | 5,800.4 |
| May 2026 | 5,788.5 |
| Apr 2026 | 5,776.2 |
| Mar 2026 | 5,765.2 |
| Feb 2026 | 5,761.3 |
| Jan 2026 | 5,747.5 |
| Dec 2025 | 5,735.0 |
| Nov 2025 | 5,718.0 |
| Date | Value (USD Billion) |
|---|---|
| Oct 2025 | 5,701.0 |
| Sep 2025 | 5,686.3 |
| Aug 2025 | 5,678.9 |
| Jul 2025 | 5,672.2 |
| Jun 2025 | 5,667.8 |
| May 2025 | 5,659.0 |
| Apr 2025 | 5,648.6 |
| Mar 2025 | 5,642.3 |
| Feb 2025 | 5,637.0 |
| Jan 2025 | 5,623.2 |
Pull the full history of Bank Real Estate 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=USREALESTATELOANS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USREALESTATELOANS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USREALESTATELOANS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();