Intrinio Unusual Options
intrinio_unusual_optionsUnusual options activity for a symbol — large/block/sweep trades flagged by Intrinio with bullish/bearish sentiment, total premium value, and the contract traded. Intrinio's signature feed for options flow. Example: intrinio_unusual_options({ symbol: "AAPL", source: "delayed", _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | "realtime" or "delayed" (15-min delayed). Default "delayed". | |
| symbol | Yes | Underlying ticker, e.g. "AAPL" | |
| _apiKey | Yes | Intrinio API key (intrinio.com) | |
| page_size | No | Max trades to return (default 100) |