economics_rates
Fetch central bank policy rates, short and long-term interest rates, government bond yields, and corporate bond metrics for any country. Supports custom date ranges and quarterly frequency.
Instructions
Interest rate data (central bank policy rates, short/long-term rates, government bond yields, ICE BofA corporate bond series, EURIBOR, ECB rates, Federal Reserve rates). Requires countries='United States' — use comma-separated values for multiple countries. Do NOT use tickers= for this tool. Supports start_date/end_date and quarterly=true.
Available indicators: get_central_bank_policy_rate, get_short_term_interest_rate, get_long_term_interest_rate, get_government_bond_yield, get_euribor_rates, get_european_central_bank_rates, get_federal_reserve_rates, get_ice_bofa_effective_yield, get_ice_bofa_option_adjusted_spread, get_ice_bofa_total_return, get_ice_bofa_yield_to_worst.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator | Yes | Name of the specific metric to calculate, e.g. 'get_asset_turnover_ratio'. Required — omitting it returns the list of available indicators. | |
| countries | No | Comma-separated country names, e.g. 'United States,Germany,Japan'. | |
| start_date | No | Start of the date range in YYYY-MM-DD format. | 2021-06-22 |
| end_date | No | End of the date range in YYYY-MM-DD format. | 2026-06-21 |
| quarterly | No | Return quarterly data instead of annual when True. | |
| growth | No | Return period-over-period growth rates instead of absolute values. | |
| lag | No | Number of periods to lag when computing growth rates. | |
| rounding | No | Number of decimal places to round results to. | |
| period | No | Observation frequency, e.g. 'monthly', 'quarterly', or 'annual'. | |
| gmdb_source | No | Use the OECD Global Macro Data Bank as the data source when True. | |
| short_term | No | Value for short_term. | |
| maturities | No | Comma-separated bond maturity labels, e.g. '3month,2year,10year'. | |
| nominal | No | Value for nominal. | |
| rate | No | Value for rate. | |
| maturity | No | Value for maturity. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |