get_interest_rates
Retrieve key ECB interest rates for monetary policy analysis, including main refinancing, deposit facility, and marginal lending rates with historical data.
Instructions
Get key ECB interest rates — the rates that drive eurozone monetary policy.
Returns the ECB's main policy rates: Main Refinancing Operations (MRO), Deposit Facility, and Marginal Lending Facility. These are the rates the ECB sets at its Governing Council meetings.
Examples of questions this tool answers:
"What is the current ECB deposit facility rate?"
"Show me the history of ECB interest rate changes"
"When did the ECB last change its main refinancing rate?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Rate type: "MRO" (main refinancing), "deposit_facility", or "marginal_lending" | |
| startPeriod | No | Start date (YYYY-MM-DD, YYYY-MM, or YYYY) | |
| endPeriod | No | End date (YYYY-MM-DD, YYYY-MM, or YYYY) | |
| lastNObservations | No | Return only the last N data points |