Options Unusual Activity

Options Unusual Activity Python API Documentation

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

API Class:
OptionsApi
Instance Method:
get_unusual_activity()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
symbol = 'AAPL'
source = ''
response = intrinio.OptionsApi().get_unusual_activity(symbol, source=source)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
symbolstrThe option symbol, corresponding to the underlying security. 
sourcestrRealtime or 15-minute delayed contracts.[optional]  


Return Type

object
ApiResponseOptionsUnusualActivity

Properties

NameTypeDescription
tradeslist[OptionUnusualTrade]A list of unusual trades for a given company identifier  
object
OptionUnusualTrade

Properties

NameTypeDescription
symbolstrThe underlying option security symbol for the trade  
timestampdateThe UTC timestamp of order placement  
typestrThe type of unusual trade  
total_valuefloatThe aggregated value of all option contract premiums included in the trade  
total_sizefloatThe total number of contracts involved in a single transaction  
average_pricefloatThe average premium paid per option contract  
contractstrThe option contract symbol  
ask_at_executionfloatAsk price at execution  
bid_at_executionfloatBid price at execution  
sentimentstrBullish, Bearish, or Neutral Sentiment is estimated based on whether the trade was executed at the bid, ask, or mark price.  
underlying_price_at_executionfloatPrice of the underlying security at execution of trade