get_money_supply
Retrieve euro area money supply data (M1, M2, M3 aggregates) from the European Central Bank to analyze monetary conditions, track growth rates, or examine outstanding amounts over specified time periods.
Instructions
Get euro area monetary aggregates (M1, M2, M3) from the ECB.
Returns monetary aggregate data as outstanding amounts (EUR millions) or annual growth rates. M1 = currency in circulation + overnight deposits. M2 = M1 + short-term deposits. M3 = M2 + repos + money market funds + debt securities up to 2 years.
Examples of questions this tool answers:
"What is the current M3 money supply in the euro area?"
"Show me M1 growth rate over the past year"
"How has M3 evolved since 2020?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aggregate | No | Monetary aggregate: "M1", "M2", or "M3" (default) | |
| measure | No | outstanding = EUR millions (default), growth_rate = annual % change | |
| country | No | Country code: "U2" for euro area (default), or specific country like "DE", "FR" | |
| startPeriod | No | Start date (YYYY-MM, or YYYY) | |
| endPeriod | No | End date (YYYY-MM, or YYYY) | |
| lastNObservations | No | Return only the last N data points |