options_put_call
Get normalized options put/call ratio time series for a ticker, with call and put counts, to analyze market sentiment. Filter by date and select JSON or CSV format.
Instructions
Normalized options put/call time series. JSON: { format: "json", ticker, name, series: [{date, put_call_ratio, call_count, put_count}, ...], # paged series_count, series_total } CSV: CSV text of the sliced series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req | Yes |