M2 Money Supply API
M2 money supply levels and growth trends — fundamental indicator of monetary expansion and liquidity conditions.
https://api.hunchmachine.com/webhook/indicators?indicator=m2_money_supply&api_key=YOUR_API_KEYDescription
Measures the total money supply (M2) in the economy — including cash, checking deposits, and easily convertible near money. It's a fundamental macroeconomic indicator that reflects liquidity conditions and monetary expansion or contraction. Changes in M2 often precede shifts in asset prices and risk appetite across all markets.
What this endpoint provides
A structured snapshot of recent M2 money supply levels and their percentage changes across multiple timeframes, plus an interpreted trend summary. This allows automations and LLMs to understand whether liquidity conditions are expanding (supportive) or contracting (restrictive).
Response fields
latest_dateMost recent reporting date for M2 data.
latest_valueCurrent M2 level (in billions USD).
change_3m_pct, change_6m_pct, change_12m_pctPercentage growth over 3, 6, and 12 months.
trend_3mDirectional flag (up, down, or flat) indicating recent liquidity momentum.
summaryTextual interpretation summarizing M2 growth and trend.
timestampUTC time when the indicator was last updated.
Output example
[
{
"indicator": "m2_money_supply",
"latest_date": "2025-09-01",
"latest_value": 22212.5,
"change_3m_pct": 1.23,
"change_6m_pct": 2.66,
"change_12m_pct": 3.76,
"trend_3m": "up",
"summary": "M2 expanded 3.76% YoY (1.23% 3m, 2.66% 6m) — up trend.",
"timestamp": "2025-11-01T01:49:05.397Z"
}
]Interpretation & Use
M2 growth signals monetary expansion, which typically supports asset prices by increasing available liquidity. A consistent "up" trend suggests easing financial conditions and can be treated as macro support. A "down" trend would imply tightening liquidity and reduced systemic support for risk assets. Automations can read the trend_3m or use the natural-language summary to infer the macro liquidity environment, combine it with indicators like fed_funds_rate or treasury_yield, and classify global monetary regimes ("expanding liquidity", "neutral", or "tightening").