TOOL 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 credits

Call information

Tool slug
eodhd.get_credit_cds_market_aggregates
Provider
EODHD
Average response
0 ms
Calls in 7 days
0

Input parameters

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.