工具 API

get_credit_corporate_hqm_yields

Fetch HQM (High Quality Market) corporate bond yield curves. Use when the user asks about HQM corporate yields, high-quality corporate bond spot or par yields, or yields by tenor. Returns HQM corporate bond yields by tenor (in years) and yield type (par or spot) over time. Filterable by tenor, type, and date range. Paginated.

finance1 积分

调用信息

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

输入参数

tenor

Tenor in years. One of 1, 2, 3, 5, 7, 10, 15, 20, 25, 30.

type

Yield type: 'par' or 'spot'.

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.