Options Unusual Activity Universal

Options Unusual Activity Universal R 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:
IntrinioSDK::OptionsApi
Instance Method:
get_unusual_activity_universal()

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
OptionsApi <- IntrinioSDK::OptionsApi$new(client)
# Optional params
opts <- list(
source = NULL
)
response <- OptionsApi$get_unusual_activity_universal(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
sourceCharacterRealtime or 15-minute delayed contracts.[optional]  


Return Type

object
IntrinioSDK::ApiResponseOptionsUnusualActivity

Properties

NameTypeDescription
tradesList of OptionUnusualTradeA list of unusual trades for a given company identifier  
trades_data_frameData FrameData frame representation of trades
object
IntrinioSDK::OptionUnusualTrade

Properties

NameTypeDescription
symbolCharacterThe underlying option security symbol for the trade  
timestampDateThe UTC timestamp of order placement  
typeCharacterThe type of unusual trade  
total_valueNumericThe aggregated value of all option contract premiums included in the trade  
total_sizeNumericThe total number of contracts involved in a single transaction  
average_priceNumericThe average premium paid per option contract  
contractCharacterThe option contract symbol  
ask_at_executionNumericAsk price at execution  
bid_at_executionNumericBid price at execution  
sentimentCharacterBullish, Bearish, or Neutral Sentiment is estimated based on whether the trade was executed at the bid, ask, or mark price.  
underlying_price_at_executionNumericPrice of the underlying security at execution of trade