M1 Money Supply was last reported at 19,886.4 Bil. of $ as of July 1, 2026. That is up 0.47% from the prior reading of 19,793.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 | 19,886.4 |
| Jun 2026 | 19,793.2 |
| May 2026 | 19,710.9 |
| Apr 2026 | 19,490.2 |
| Mar 2026 | 19,401.8 |
| Feb 2026 | 19,366.6 |
| Jan 2026 | 19,185.7 |
| Dec 2025 | 19,092.7 |
| Nov 2025 | 19,018.3 |
| Oct 2025 | 18,985.2 |
| Date | Value (Bil. of $) |
|---|---|
| Sep 2025 | 18,904.7 |
| Aug 2025 | 18,840.9 |
| Jul 2025 | 18,804.2 |
| Jun 2025 | 18,746.6 |
| May 2025 | 18,662.6 |
| Apr 2025 | 18,622.0 |
| Mar 2025 | 18,555.6 |
| Feb 2025 | 18,511.3 |
| Jan 2025 | 18,462.0 |
| Dec 2024 | 18,393.0 |
Pull the full history of M1 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=USM1&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USM1", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USM1&period=max&api_key=YOUR_API_KEY");
const data = await res.json();