get_yield_curve
Retrieve euro area government bond yield curve data from the ECB. Access spot rates for maturities from 3 months to 30 years, updated daily, to analyze interest rate trends and economic conditions.
Instructions
Get euro area government bond yield curve data from the ECB.
Returns spot rates from the ECB's AAA-rated government bond yield curve. Available maturities range from 3 months to 30 years. Updated daily.
Examples of questions this tool answers:
"What is the current 10-year euro area yield?"
"Show me the 2-year yield over the past 6 months"
"What was the 5-year spot rate in March 2024?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maturity | No | Bond maturity: "3M", "6M", "1Y", "2Y", "5Y", "10Y" (default), "15Y", "20Y", "30Y" | |
| issuerType | No | Issuer rating: "AAA" (default) or "all_gov" for all government bonds | |
| 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 |