工具 API

get_credit_cds_market_aggregates

Fetch aggregated CDS market statistics. Use when the user asks about CDS market gross notional, CDS activity broken down by grade or cleared status, or CDS market size over time. Returns aggregated CDS market metrics (e.g. gross notional) broken down by a chosen dimension (grade or cleared status). Filterable by metric, dimension, and date range. Paginated.

finance1 积分

调用信息

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

输入参数

metric

Metric to aggregate. Currently 'gross_notional'.

dimension

Breakdown dimension: 'grade' or 'cleared_status'.

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.