Options Unusual Activity Universal

Options Unusual Activity Universal Csharp 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:
Intrinio.SDK.Api.OptionsApi
Instance Method:
GetUnusualActivityUniversal()

Stock Price Code Example

Use my API Key
using System;
using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
using Intrinio.SDK.Api;
using Intrinio.SDK.Client;
using Intrinio.SDK.Model;
using Newtonsoft.Json;
namespace Example
{
public class GetUnusualActivityUniversalExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var optionsApi = new OptionsApi();
string source = null;
ApiResponseOptionsUnusualActivity result = optionsApi.GetUnusualActivityUniversal(source);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
Intrinio.SDK.Model.ApiResponseOptionsUnusualActivity

Properties

NameTypeDescription
TradesListA 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