Historical Put/Call Volume Ratio
Returns the put/call volume ratio for a historical date.
Parameters
| Parameter | Required | Description |
|---|---|---|
| Underlying | Yes | Stock ticker symbol |
| OnDate | Yes | Historical date |
Examples
=opt_PutCallVolRatioHistorical("AAPL", "2024-01-15")=opt_PutCallVolRatioHistorical("SPY", DATE(2024,1,10))When to Use
- Analyzing historical sentiment
- Tracking P/C ratio over time
- Backtesting sentiment indicators
When NOT to Use
Common Issues & FAQ
Q: How far back is data available? A: Typically 1-2 years of historical data.
