工具 API

get_rates_reference_rates

Fetch benchmark reference interest rates. Use when the user asks about reference rates such as SOFR, SONIA, ESTR, or other USD/GBP/EUR overnight and benchmark rates over time. Returns reference rate time series by code and currency. Filterable by code, currency, and date range. Paginated.

finance1 积分

调用信息

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

输入参数

code

Rate code (e.g. 'SOFR', 'SONIA', 'ESTR').

currency

Currency: 'USD', 'GBP', or 'EUR'.

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.