M2 Money Supply was last reported at 23,218.0 Bil. of $ as of July 1, 2026. That is up 0.44% from the prior reading of 23,115.2 Bil. of $. 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 $) |
|---|---|
| Jul 2026 | 23,218.0 |
| Jun 2026 | 23,115.2 |
| May 2026 | 23,013.9 |
| Apr 2026 | 22,756.7 |
| Mar 2026 | 22,640.4 |
| Feb 2026 | 22,598.9 |
| Jan 2026 | 22,413.4 |
| Dec 2025 | 22,355.3 |
| Nov 2025 | 22,277.3 |
| Oct 2025 | 22,245.1 |
| Date | Value (Bil. of $) |
|---|---|
| Sep 2025 | 22,170.4 |
| Aug 2025 | 22,087.1 |
| Jul 2025 | 22,020.4 |
| Jun 2025 | 21,938.7 |
| May 2025 | 21,833.9 |
| Apr 2025 | 21,775.8 |
| Mar 2025 | 21,693.6 |
| Feb 2025 | 21,613.4 |
| Jan 2025 | 21,548.1 |
| Dec 2024 | 21,485.8 |
Pull the full history of 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=USM2&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USM2", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USM2&period=max&api_key=YOUR_API_KEY");
const data = await res.json();