Realtime Stock Prices Snapshot

Realtime Stock Prices Snapshot R API Documentation

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

API Class:
IntrinioSDK::SecurityApi
Instance Method:
get_security_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
SecurityApi <- IntrinioSDK::SecurityApi$new(client)
# Optional params
opts <- list(
at_datetime = as.POSIXlt(NULL, tz="UTC")
)
response <- SecurityApi$get_security_snapshots(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
at_datetimePOSIXltThe UTC date and time (with url-encoded spaces) the snapshot will cover.[optional]  


Return Type

object
IntrinioSDK::SecuritySnapshotsResult

Properties

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

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