Options Intervals Movers By Volume

Options Intervals Movers By Volume Csharp API Documentation

Returns a list of intervals for the biggest movers by volume over the last hour interval.

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

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 GetOptionsIntervalMoversVolumeExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var optionsApi = new OptionsApi();
string source = null;
DateTime? openTime = null;
OptionIntervalsMoversResult result = optionsApi.GetOptionsIntervalMoversVolume(source, openTime);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
sourcestringRealtime or 15-minute delayed contracts.[optional]  
openTimeDateTime?The inclusive UTC date and time the interval opens at.[optional]  


Return Type

object
Intrinio.SDK.Model.OptionIntervalsMoversResult

Properties

NameTypeDescription
OpenTimeDateTime?The UTC timestamp for the time this interval opened.  
CloseTimeDateTime?The UTC timestamp for the time this interval closed.  
SizestringThe size of the time span for the interval.  
IntervalsListArray of all the intervals in the result.  
object
Intrinio.SDK.Model.OptionIntervalMover

Properties

NameTypeDescription
ContractstringThe option contract for the intervals  
Changedecimal?The ratio of Close minus Open to Open.  
Opendecimal?The first traded contract price in this interval.  
Highdecimal?The highest traded contract price in this interval.  
Lowdecimal?The lowest traded contract price in this interval.  
Closedecimal?The last traded contract price in this interval.  
Volumedecimal?The volume of contracts traded in this interval.  
Averagedecimal?The volume weighted average price of contract trades in this interval.  
TradeCountdecimal?The number of contract trades executed in this interval