M2 Money Supply (Weekly) was last reported at 23,207.7 Bil. of $ as of August 3, 2026. That is up 0.71% from the prior reading of 23,043.3 Bil. of $. This indicator is reported Weekly, Ending Monday and not seasonally adjusted, and is tracked under the Money category. The next scheduled release is September 22, 2026.
| Date | Value (Bil. of $) |
|---|---|
| Aug 3, 2026 | 23,207.7 |
| Jul 27, 2026 | 23,043.3 |
| Jul 20, 2026 | 23,154.2 |
| Jul 13, 2026 | 23,166.6 |
| Jul 6, 2026 | 23,250.8 |
| Jun 29, 2026 | 23,076.0 |
| Jun 22, 2026 | 23,028.0 |
| Jun 15, 2026 | 23,159.7 |
| Jun 8, 2026 | 23,059.4 |
| Jun 1, 2026 | 23,022.8 |
| Date | Value (Bil. of $) |
|---|---|
| May 25, 2026 | 22,887.3 |
| May 18, 2026 | 22,975.0 |
| May 11, 2026 | 22,902.5 |
| May 4, 2026 | 22,836.3 |
| Apr 27, 2026 | 22,671.6 |
| Apr 20, 2026 | 22,835.2 |
| Apr 13, 2026 | 23,043.3 |
| Apr 6, 2026 | 23,070.3 |
| Mar 30, 2026 | 22,845.5 |
| Mar 23, 2026 | 22,754.8 |
Pull the full history of M2 Money Supply (Weekly) 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=USM2WEEKLY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USM2WEEKLY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USM2WEEKLY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();