工具 API

get_cboe_indices_list

List all available CBOE indices with their latest values. Use when the user wants to browse CBOE European and regional index families, check which CBOE indices are available, or find a CBOE index code. Returns index codes, regions, latest close values, index divisors, and feed metadata for ~38 CBOE indices. Paginated via 'links.next'. Costs 10 API calls per request. For detailed component-level data on a specific CBOE index, use get_cboe_index_data. Returns: Object with: - meta (object): total (int) — total number of indices - data (array): index objects, each with: - id (str): CBOE index identifier - type (str): always "cboe-index" - attributes (object): - region (str): geographic region (e.g. "Eurozone", "Germany") - index_code (str): CBOE index code - feed_type (str): feed type (e.g. "snapshot_official_closing") - date (str): latest date (YYYY-MM-DD) - index_close (float): latest closing value - index_divisor (float): index divisor - links (object): next (str|null) — URL for next page, null if last Notes: - Pagination: If 'links.next' is not null, call that URL to get the next page. - Rate limits: * 10 API calls per request (CBOE dataset rule of thumb). Examples: "List all CBOE indices" → get_cboe_indices_list() "What CBOE European indices are available?" → get_cboe_indices_list()

finance1 积分

调用信息

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

输入参数

fmt

api_token