工具 API

get_us_options_underlyings

[Marketplace] List all US stock and ETF ticker symbols that have listed options. Use to check whether a specific ticker has options data or to browse the full universe of optionable underlyings before querying contracts or EOD pricing. For available contracts on a specific ticker, use get_us_options_contracts. For options pricing data, use get_us_options_eod. Consumes 10 API calls per request. Returns: JSON object with: - meta (object): Contains total count, fields list, compact flag. - data (array of str): Ticker symbols that have options available (e.g. ['AAPL','MSFT',...]). - links.next (str|null): URL for next page, null if last page. Examples: "list all tickers that have options" → (no params) "which stocks have options available" → (no params)

finance1 积分

调用信息

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

输入参数

page_offset

page_limit

api_token

fmt