Security History By Identifier

Security History By Identifier Ruby API Documentation

Lists the tickers a company has used over time.

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

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
identifier = "037833100"
result = security_api.get_security_history_by_identifier(identifier)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Security identifier (FIGI, COMPOSITE FIGI, SHARE CLASS FIGI, ISIN, CUSIP, Intrinio ID) 

Return Type

object
Intrinio::SecurityHistoryListResult

Properties

NameTypeDescription
securitiesArrayArray of security ticker history.  
object
Intrinio::SecurityHistory

Properties

NameTypeDescription
idStringThe Intrinio ID for the Security  
tickerStringThe common ticker  
nameStringThe name of the Security  
security_codeStringA 2-3 digit code classifying the Security (reference)  
figiStringThe exchange-level OpenFIGI identifier  
composite_figiStringThe country-composite OpenFIGI identifier  
first_price_dateDateThe date of the first recorded stock price  
last_price_dateDateThe date of the last recorded stock price (or the most recent trading day)