find-options-chain
Retrieve filtered options chains for a symbol by expiration, showing only strikes within a configurable distance from the underlying price. Includes option type and greeks when requested.
Instructions
Query the data provider for the options chain of a symbol on a specific expiration date. The result is filtered to options with volume, bid, and ask greater than 0.10 and strikes within a configurable percentage of the underlying price. If nothing is found the result may be empty — check that the symbol and expiration are valid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| greeks | No | Whether to include greeks/IV in the response | |
| symbol | Yes | The underlying symbol | |
| expiration | Yes | Expiration date formatted as YYYY-MM-DD | |
| option_type | No | Filter by option type | both |
| strike_percentage | No | Percentage distance from the underlying price to include strikes (e.g. 10 = ±10%) |