Velocity of M2 was last reported at 1.415 Ratio as of April 1, 2026. That is up 0.14% from the prior reading of 1.413 Ratio. This indicator is reported Quarterly and seasonally adjusted, and is tracked under the Money category. The next scheduled release is September 30, 2026.
| Date | Value (Ratio) |
|---|---|
| 2026 Q2 | 1.415 |
| 2026 Q1 | 1.413 |
| 2025 Q4 | 1.409 |
| 2025 Q3 | 1.407 |
| 2025 Q2 | 1.395 |
| 2025 Q1 | 1.390 |
| 2024 Q4 | 1.392 |
| 2024 Q3 | 1.393 |
| 2024 Q2 | 1.387 |
| 2024 Q1 | 1.373 |
| Date | Value (Ratio) |
|---|---|
| 2023 Q4 | 1.370 |
| 2023 Q3 | 1.352 |
| 2023 Q2 | 1.324 |
| 2023 Q1 | 1.286 |
| 2022 Q4 | 1.252 |
| 2022 Q3 | 1.219 |
| 2022 Q2 | 1.191 |
| 2022 Q1 | 1.163 |
| 2021 Q4 | 1.163 |
| 2021 Q3 | 1.152 |
Pull the full history of Velocity of M2 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=USM2VELOCITY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USM2VELOCITY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USM2VELOCITY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();