option_historicals
Retrieve historical price data for a stock option contract by specifying symbol, expiration date, strike price, and option type.
Instructions
Gets historical price data for an option contract.
Args:
symbol: Stock ticker symbol (e.g., "AAPL")
expiration_date: Expiration date in YYYY-MM-DD format
strike_price: Strike price as string
option_type: Option type ("call" or "put")
interval: Time interval (default: "hour")
span: Time span (default: "week")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| expiration_date | Yes | ||
| strike_price | Yes | ||
| option_type | Yes | ||
| interval | No | hour | |
| span | No | week |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||