Historical Open Interest (Options)
Returns open interest data for a historical date. Useful for analyzing how options positioning has changed over time.
Parameters
| Parameter | Required | Description |
|---|---|---|
| Underlying | Yes | Stock ticker symbol |
| PastDate | Yes | Historical date (YYYY-MM-DD) |
| Direction | Yes | 'put' or 'call' |
Examples
=opt_TotalOpenInterestOptionsHistorical("AAPL", "2024-01-15", "put")=opt_TotalOpenInterestOptionsHistorical("SPY", DATE(2024,1,10), "call")When to Use
- Analyzing OI changes over time
- Tracking positioning shifts
- Historical options analysis
When NOT to Use
Common Issues & FAQ
Q: How far back is historical data available? A: Typically 1-2 years of historical OI data is available.
