options_put_call_ratio
Fetch historical put/call ratio data from CBOE to assess market sentiment. Values above 1.0 signal bearishness, below 0.7 indicate bullishness.
Instructions
Get historical put/call ratio from CBOE (market-wide sentiment indicator). Ratio > 1.0 = more puts (bearish sentiment), < 0.7 = more calls (bullish/complacent). Types: 'total' (all options), 'equity' (stock options only), 'index' (index options only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Ratio type (default: total) | |
| days | No | Number of recent trading days to return (default: 30, max: 252) |