Security History By Ticker

Security History By Ticker Ruby API Documentation

Lists the tickers a company has used over time.

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

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
ticker = "AAPL"
result = security_api.get_security_history_by_ticker(ticker)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
tickerStringA Security ticker symbol 

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)