options_put_call
Retrieve normalized options put/call time series including ratio, call count, and put count for a ticker over a date range, available in JSON or CSV.
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 |