Options Unusual Activity Universal Intraday

Options Unusual Activity Universal Intraday Csharp API Documentation

Returns unusual trades for all underlying security symbols within the query parameters.

API Class:
Intrinio.SDK.Api.OptionsApi
Instance Method:
GetUnusualActivityUniversalIntraday()

Stock Price Code Example

Use my API Key
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
nextPagestringGets the next page of data from a previous API call[optional]  
pageSizeint?The number of results to return[optional] [default to 1000]  
activityTypestringThe unusual activity type to query for.[optional]  
sentimentstringThe sentiment type to query for.[optional]  
startDateDateTime?Return unusual activity on or after this date.[optional]  
endDateDateTime?Return unusual activity on or before this date.[optional]  
minimumTotalValueObjectThe inclusive minimum total value for the unusual activity.[optional]  
maximumTotalValueObjectThe inclusive maximum total value for the unusual activity.[optional]  


Return Type

object
Intrinio.SDK.Model.ApiResponseOptionsUnusualActivity

Properties

NameTypeDescription
TradesList<OptionUnusualTrade>A list of unusual trades for a given company identifier  
object
Intrinio.SDK.Model.OptionUnusualTrade

Properties

NameTypeDescription
SymbolstringThe underlying option security symbol for the trade  
TimestampDateTime?The UTC timestamp of order placement  
TypestringThe type of unusual trade  
TotalValuedecimal?The aggregated value of all option contract premiums included in the trade  
TotalSizedecimal?The total number of contracts involved in a single transaction  
AveragePricedecimal?The average premium paid per option contract  
ContractstringThe option contract symbol  
AskAtExecutiondecimal?Ask price at execution  
BidAtExecutiondecimal?Bid price at execution  
SentimentstringBullish, Bearish, or Neutral Sentiment is estimated based on whether the trade was executed at the bid, ask, or mark price.  
UnderlyingPriceAtExecutiondecimal?Price of the underlying security at execution of trade