Option Volume (Daily)
option_volume_dailyRetrieve daily historical option volume and open interest for a US stock, including call/put ratios, to analyze market sentiment and positioning over a specified trading period.
Instructions
Get daily historical option stats for a US stock. Returns items[]{date, call_volume, put_volume, put_call_vol_ratio, call_oi, put_oi, put_call_oi_ratio}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of trading days to return (default 20) | |
| symbol | Yes | Underlying symbol (US market only), e.g. "AAPL.US" |