Options Intervals Movers

Options Intervals Movers R API Documentation

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

API Class:
IntrinioSDK::OptionsApi
Instance Method:
get_options_interval_movers()

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
OptionsApi <- IntrinioSDK::OptionsApi$new(client)
# Optional params
opts <- list(
source = NULL,
open_time = as.POSIXlt(NULL, tz="UTC")
)
response <- OptionsApi$get_options_interval_movers(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::OptionIntervalsMoversResult

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 OptionIntervalMoverArray of all the intervals in the result.  
intervals_data_frameData FrameData frame representation of intervals
object
IntrinioSDK::OptionIntervalMover

Properties

NameTypeDescription
contractCharacterThe option contract for the intervals  
changeNumericThe ratio of Close minus Open to Open.  
openNumericThe first traded contract price in this interval.  
highNumericThe highest traded contract price in this interval.  
lowNumericThe lowest traded contract price in this interval.  
closeNumericThe last traded contract price in this interval.  
volumeNumericThe volume of contracts traded in this interval.  
averageNumericThe volume weighted average price of contract trades in this interval.  
trade_countNumericThe number of contract trades executed in this interval