Security History By Identifier

Security History By Identifier R API Documentation

Lists the tickers a company has used over time.

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

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
identifier <- "037833100"
response <- SecurityApi$get_security_history_by_identifier(identifier)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
IntrinioSDK::SecurityHistoryListResult

Properties

NameTypeDescription
securitiesList of SecurityHistoryArray of security ticker history.  
securities_data_frameData FrameData frame representation of securities
object
IntrinioSDK::SecurityHistory

Properties

NameTypeDescription
idCharacterThe Intrinio ID for the Security  
tickerCharacterThe common ticker  
nameCharacterThe name of the Security  
security_codeCharacterA 2-3 digit code classifying the Security (reference)  
figiCharacterThe exchange-level OpenFIGI identifier  
composite_figiCharacterThe 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)