options_history_contract
Track a specific options contract (same ticker + strike + expiration) over time. Returns all daily observations of that contract with its evolving bid/ask, IV, and Greeks. Useful for studying single-contract behavior leading up to expiration, gamma squeezes around specific strikes, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strike | Yes | Strike price (e.g. 450.00) | |
| ticker | Yes | Stock ticker | |
| call_put | Yes | Contract type | |
| expiration | Yes | Expiration date YYYY-MM-DD |