工具 API

get_credit_sovereign_default_spreads

Fetch default spreads by credit rating. Use when the user asks about the default spread associated with a given rating (e.g. Aaa, Baa2), or the rating-to-spread mapping used to derive country risk premiums. Returns the default spread for each rating bucket. Filterable by rating and as-of date. Paginated.

finance1 积分

调用信息

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

输入参数

rating

Filter by rating (e.g. 'Aaa', 'Baa2').

as_of

Filter by as-of date (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.