Option Volume (Daily)
option_volume_dailyRetrieve daily historical option volume and open interest for a US stock, including put/call ratios to analyze market sentiment.
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 |
|---|---|---|---|
| symbol | Yes | Underlying symbol (US market only), e.g. "AAPL.US" | |
| count | No | Number of trading days to return (default 20) |