Option Expiry Dates
option_chain_expiry_date_listRetrieve a list of option expiry dates for a given symbol, returned as date strings. Use this data to further obtain option chain details like strikes and Greeks.
Instructions
Get option chain expiry dates for a symbol (e.g. AAPL.US). Returns expiry_dates[] as "yyyy-mm-dd" strings. Use with option_chain_info_by_date to get strikes and Greeks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Security symbol, e.g. "700.HK" |