Security Intervals Movers By Volume

Security Intervals Movers By Volume R API Documentation

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

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

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
SecurityApi <- IntrinioSDK::SecurityApi$new(client)
# Optional params
opts <- list(
source = NULL,
open_time = as.POSIXlt(NULL, tz="UTC")
)
response <- SecurityApi$get_security_interval_movers_volume(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
IntrinioSDK::SecurityIntervalsMoversResult

Properties

NameTypeDescription
open_timePOSIXltThe UTC timestamp for the time this interval opened.  
close_timePOSIXltThe UTC timestamp for the time this interval closed.  
sizeCharacterThe size of the time span for the interval.  
intervalsList of SecurityIntervalMoverArray of all the intervals in the result.  
intervals_data_frameData FrameData frame representation of intervals
object
IntrinioSDK::SecurityIntervalMover

Properties

NameTypeDescription
symbolCharacterThe ticker symbol for the interval  
changeNumericThe ratio of Close minus Open to Open.  
openNumericThe first traded price in this interval.  
highNumericThe highest traded price in this interval.  
lowNumericThe lowest traded price in this interval.  
closeNumericThe last traded price in this interval.  
volumeNumericThe volume of shares in this interval.  
averageNumericThe volume weighted average price of trades in this interval.  
trade_countNumericThe of trades in this interval.