Options Unusual Activity Universal

Options Unusual Activity Universal Python API Documentation

Returns the latest unusual options activity across all US companies with across all option chains. Unusual options activity includes large trades, sweeps, and block trades.

API Class:
OptionsApi
Instance Method:
get_unusual_activity_universal()

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)
source = ''
response = intrinio.OptionsApi().get_unusual_activity_universal(source=source)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
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