Put/Call Volume Ratio
Returns the ratio of put volume to call volume. Values above 1.0 indicate more put activity (bearish sentiment), below 1.0 indicates more call activity (bullish).
Parameters
| Parameter | Required | Description |
|---|---|---|
| Underlying | Yes | Stock ticker symbol |
| ExpirationDate | No | Specific expiry or all |
Interpreting the Ratio
| Ratio | Interpretation |
|---|---|
| < 0.7 | Bullish (heavy call activity) |
| 0.7-1.0 | Neutral to slightly bullish |
| 1.0-1.3 | Neutral to slightly bearish |
| > 1.3 | Bearish (heavy put activity) |
Examples
=opt_PutCallVolRatio("AAPL")=opt_PutCallVolRatio("SPY", "2024-01-19")=opt_PutCallVolRatio(A1)When to Use
- Quick sentiment indicator
- Contrarian analysis (extreme readings)
- Options flow analysis
- Market sentiment tracking
When NOT to Use
Common Issues & FAQ
Q: Is a high P/C ratio always bearish? A: Not necessarily. Extreme readings can be contrarian indicators. Very high ratios sometimes occur at market bottoms as fear peaks.
