Option Chain by Date
option_chain_info_by_dateRetrieve option chain for a security by expiry date, returning strike prices with call/put symbols, 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 |
|---|---|---|---|
| symbol | Yes | Security symbol, e.g. "700.HK" | |
| date | Yes | Date (yyyy-mm-dd) |