get_option_chain
Retrieve detailed option chain data for a specific stock, including calls and puts, using ticker symbol, expiration date, and option type. Ideal for analyzing derivatives and trading strategies.
Instructions
根据股票代码、到期日和期权类型获取期权链数据。
参数说明: ticker: str 股票代码,例如 "AAPL" expiration_date: str 期权到期日,格式为 'YYYY-MM-DD' option_type: str 期权类型:'calls' 或 'puts'
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expiration_date | Yes | ||
option_type | Yes | ||
ticker | Yes |