Option Chain by Date
option_chain_info_by_dateRetrieve option chain data for a specific expiry date, returning strike prices with call and put details including last price, implied volatility, delta, and gamma.
Instructions
Get option chain for an expiry date. Returns strikePrices[]{strike_price, call{symbol, last_done, iv, delta, gamma}, put{symbol, last_done, iv, delta, gamma}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date (yyyy-mm-dd) | |
| symbol | Yes | Security symbol, e.g. "700.HK" |