Options Intervals Movers

Options Intervals Movers Javascript API Documentation

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

API Class:
OptionsApi
Instance Method:
getOptionsIntervalMovers()

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 opts = {
'source': null,
'openTime': null
};
options.getOptionsIntervalMovers(opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
sourceStringRealtime or 15-minute delayed contracts.[optional]  
openTimeDateThe inclusive UTC date and time the interval opens at.[optional]  


Return Type

object
OptionIntervalsMoversResult

Properties

NameTypeDescription
openTimeDateThe UTC timestamp for the time this interval opened.  
closeTimeDateThe UTC timestamp for the time this interval closed.  
sizeStringThe size of the time span for the interval.  
intervals[OptionIntervalMover]Array of all the intervals in the result.  
object
OptionIntervalMover

Properties

NameTypeDescription
contractStringThe option contract for the intervals  
changeNumberThe ratio of Close minus Open to Open.  
openNumberThe first traded contract price in this interval.  
highNumberThe highest traded contract price in this interval.  
lowNumberThe lowest traded contract price in this interval.  
closeNumberThe last traded contract price in this interval.  
volumeNumberThe volume of contracts traded in this interval.  
averageNumberThe volume weighted average price of contract trades in this interval.  
tradeCountNumberThe number of contract trades executed in this interval