Options Intervals Movers By Change

Options Intervals Movers By Change Ruby API Documentation

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

API Class:
Intrinio::OptionsApi
Instance Method:
get_options_interval_movers_change()

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
options_api = Intrinio::OptionsApi.new
opts = {
source: nil,
open_time: DateTime.parse(nil)
}
result = options_api.get_options_interval_movers_change(opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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

Return Type

object
Intrinio::OptionIntervalsMoversResult

Properties

NameTypeDescription
open_timeDateTimeThe UTC timestamp for the time this interval opened.  
close_timeDateTimeThe UTC timestamp for the time this interval closed.  
sizeStringThe size of the time span for the interval.  
intervalsArrayArray of all the intervals in the result.  
object
Intrinio::OptionIntervalMover

Properties

NameTypeDescription
contractStringThe option contract for the intervals  
changeFloatThe ratio of Close minus Open to Open.  
openFloatThe first traded contract price in this interval.  
highFloatThe highest traded contract price in this interval.  
lowFloatThe lowest traded contract price in this interval.  
closeFloatThe last traded contract price in this interval.  
volumeFloatThe volume of contracts traded in this interval.  
averageFloatThe volume weighted average price of contract trades in this interval.  
trade_countFloatThe number of contract trades executed in this interval