Options Unusual Activity

Options Unusual Activity Web API Documentation

Returns unusual options activity for a particular company across all option chains. Unusual options activity includes large trades, sweeps, and block trades.

Endpoint:
https://api-v2.intrinio.com/options/unusual_activity/{symbol}

Parameters

Name Description Example
symbol
* required
The option symbol, corresponding to the underlying security. AAPL
source
Realtime or 15-minute delayed contracts.
Options:
realtime
delayed
show more show less
realtime
symbol
* required
The option symbol, corresponding to the underlying security.
source
* required
Realtime or 15-minute delayed contracts.

Output Fields

Name Description Type
trades
A list of unusual trades for a given company identifier array
symbol
The underlying option security symbol for the trade string
timestamp
The UTC timestamp of order placement date
type
The type of unusual trade string
total_value
The aggregated value of all option contract premiums included in the trade number
total_size
The total number of contracts involved in a single transaction number
average_price
The average premium paid per option contract number
contract
The option contract symbol string
ask_at_execution
Ask price at execution number
bid_at_execution
Bid price at execution number
sentiment
Bullish, Bearish, or Neutral Sentiment is estimated based on whether the trade was executed at the bid, ask, or mark price. select
underlying_price_at_execution
Price of the underlying security at execution of trade number
trades
A list of unusual trades for a given company identifier