Security Replay File

Security Replay File R API Documentation

Returns a url where the requested replay file may be downloaded from.

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

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)
# Required params
subsource <- NULL
date <- NULL
response <- SecurityApi$get_security_replay_file(subsource, date)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
subsourceCharacterThe specific source of the data being requested. 
dateDateThe date for the data being requested. 


Return Type

object
IntrinioSDK::SecurityReplayFileResult

Properties

NameTypeDescription
nameCharacterThe name of the file.  
urlCharacterThe url where the file may be downloaded.  
sizeNumericThe size of the file in bytes.