options_history_volhist
Get per-day implied volatility and historical volatility summary for a ticker. Returns iv_current, hv_current, plus year-high/year-low markers for each. Useful for IV rank/percentile signals, vol regime detection, and time-series feature engineering. Much smaller payload than full chain data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker (uppercase) | |
| end_date | No | Optional YYYY-MM-DD upper bound | |
| start_date | No | Optional YYYY-MM-DD lower bound |