工具 API

get_rates_policy_rates

Fetch central bank policy rates. Use when the user asks about policy interest rates set by central banks (e.g. Fed funds rate, ECB, Bank of England), or policy rate history by country or central bank. Returns central bank policy rate time series. Filterable by code, country, central bank, and date range. Paginated.

finance1 积分

调用信息

工具标识
eodhd.get_rates_policy_rates
服务提供方
EODHD
平均响应
2901 ms
近 7 天调用
1

输入参数

code

Rate code.

country

Country or policy jurisdiction name/code.

central_bank

Central bank.

date_from

Start date filter (YYYY-MM-DD).

date_to

End date filter (YYYY-MM-DD).

limit

Records per page (default 20, max 100).

offset

Pagination offset.

fmt

'json' or 'csv'. Default 'json'.

api_token

Per-call token override.