Option Prices Realtime Snapshot

Option Prices Realtime Snapshot R API Documentation

Returns all options snapshots for the queried interval with links to download.

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

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,
at_datetime = as.POSIXlt(NULL, tz="UTC"),
with_greeks = NULL,
stock_price_source = NULL,
with_underlying_price = NULL
)
response <- OptionsApi$get_options_snapshots(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
sourceCharacterRealtime or 15-minute delayed contracts.[optional]  
at_datetimePOSIXltThe UTC date and time (with url-encoded spaces) the snapshot will cover.[optional]  
with_greeksLogicalWhether to include Greek calculations fields when available.[optional]  
stock_price_sourceCharacterSource for underlying price for calculating Greeks.[optional]  
with_underlying_priceLogicalWhether to include the underlying price of the security in the file.[optional]  


Return Type

object
IntrinioSDK::OptionSnapshotsResult

Properties

NameTypeDescription
snapshotsList of OptionSnapshotGroupList of all the snapshot groups comprising the queried result.  
snapshots_data_frameData FrameData frame representation of snapshots
object
IntrinioSDK::OptionSnapshotGroup

Properties

NameTypeDescription
timePOSIXltThe UTC timestamp of this snapshot group.  
filesList of TODO_OBJECT_MAPPINGList of all the snapshot parts of this group.  
files_data_frameData FrameData frame representation of files