工具 API

get_cboe_index_data

Fetch detailed data for a specific CBOE index on a given date, including all constituent components. Use when the user needs index close value, divisor, and full component breakdown (symbols, weights, market caps, sectors) for a CBOE index. Requires index_code, feed_type, and date. Returns index-level attributes plus an array of components with ISIN, closing price, currency, shares, market cap, weighting, and sector. Costs 10 API calls per request. For listing all available CBOE indices, use get_cboe_indices_list first.

finance1 积分

调用信息

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

输入参数

index_code必填

CBOE index code (e.g., 'BDE30P', 'BAT20N').

feed_type必填

Feed type (e.g., 'snapshot_official_closing').

date必填

Trading date in YYYY-MM-DD format.

fmt

'json' only (default).

api_token

Per-call token override.