Security Intervals Movers By Volume

Security Intervals Movers By Volume Ruby API Documentation

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

API Class:
Intrinio::SecurityApi
Instance Method:
get_security_interval_movers_volume()

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
security_api = Intrinio::SecurityApi.new
opts = {
source: nil,
open_time: DateTime.parse(nil)
}
result = security_api.get_security_interval_movers_volume(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::SecurityIntervalsMoversResult

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::SecurityIntervalMover

Properties

NameTypeDescription
symbolStringThe ticker symbol for the interval  
changeFloatThe ratio of Close minus Open to Open.  
openFloatThe first traded price in this interval.  
highFloatThe highest traded price in this interval.  
lowFloatThe lowest traded price in this interval.  
closeFloatThe last traded price in this interval.  
volumeFloatThe volume of shares in this interval.  
averageFloatThe volume weighted average price of trades in this interval.  
trade_countFloatThe of trades in this interval.