Real M2 Money Supply was last reported at 6,976.3 Bil. of 1982-84 $ as of July 1, 2026. That is up 0.37% from the prior reading of 6,950.5 Bil. of 1982-84 $. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Money category. The next scheduled release is September 22, 2026.
| Date | Value (Bil. of 1982-84 $) |
|---|---|
| Jul 2026 | 6,976.3 |
| Jun 2026 | 6,950.5 |
| May 2026 | 6,890.8 |
| Apr 2026 | 6,846.0 |
| Mar 2026 | 6,854.6 |
| Feb 2026 | 6,901.3 |
| Jan 2026 | 6,862.9 |
| Dec 2025 | 6,856.8 |
| Nov 2025 | 6,853.2 |
| Sep 2025 | 6,837.5 |
| Date | Value (Bil. of 1982-84 $) |
|---|---|
| Aug 2025 | 6,832.0 |
| Jul 2025 | 6,835.0 |
| Jun 2025 | 6,825.2 |
| May 2025 | 6,809.9 |
| Apr 2025 | 6,798.5 |
| Mar 2025 | 6,783.8 |
| Feb 2025 | 6,761.0 |
| Jan 2025 | 6,755.7 |
| Dec 2024 | 6,765.0 |
| Nov 2024 | 6,777.3 |
Pull the full history of Real M2 Money Supply 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=USM2REAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USM2REAL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USM2REAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();