Options Unusual Activity

Options Unusual Activity Javascript 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:
getUnusualActivity()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var options = new intrinioSDK.OptionsApi();
var symbol = "AAPL";
var opts = {
'source': null
};
options.getUnusualActivity(symbol, opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
ApiResponseOptionsUnusualActivity

Properties

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

Properties

NameTypeDescription
symbolStringThe underlying option security symbol for the trade  
timestampDateThe UTC timestamp of order placement  
typeStringThe type of unusual trade  
totalValueNumberThe aggregated value of all option contract premiums included in the trade  
totalSizeNumberThe total number of contracts involved in a single transaction  
averagePriceNumberThe average premium paid per option contract  
contractStringThe option contract symbol  
askAtExecutionNumberAsk price at execution  
bidAtExecutionNumberBid price at execution  
sentimentStringBullish, Bearish, or Neutral Sentiment is estimated based on whether the trade was executed at the bid, ask, or mark price.  
underlyingPriceAtExecutionNumberPrice of the underlying security at execution of trade