Security Replay File

Security Replay File Ruby API Documentation

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

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

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
security_api = Intrinio::SecurityApi.new
subsource = nil
date = nil
result = security_api.get_security_replay_file(subsource, date)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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

Return Type

object
Intrinio::SecurityReplayFileResult

Properties

NameTypeDescription
nameStringThe name of the file.  
urlStringThe url where the file may be downloaded.  
sizeFloatThe size of the file in bytes.