options_put_call
Retrieve normalized put/call option time series for any ticker. Analyze historical put/call ratios, call counts, and put counts to gauge market sentiment.
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 |