Lookup Security

Lookup Security R API Documentation

Returns security reference data such as ticker, FIGI, primary exchange, CIK, and a unique security identifier.

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

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

Parameters

NameTypeDescriptionNotes
identifierCharacterA Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) 


Return Type

object
IntrinioSDK::Security

Properties

NameTypeDescription
idCharacterThe Intrinio ID for the Security  
company_idCharacterThe Intrinio ID for the company for which the Security is issued  
nameCharacterThe name of the Security  
typeCharacterThe Security's type  
codeCharacterA 2-3 digit code classifying the Security (reference)  
share_classCharacterThe Security's share class (if applicable)  
currencyCharacterThe currency in which the Security is traded on the exchange  
round_lot_sizeNumericThe normal unit of trading  
tickerCharacterThe common ticker  
exchange_tickerCharacterThe exchange-level ticker  
composite_tickerCharacterThe country-composite ticker  
alternate_tickersCharacterAlternate formats of the common ticker  
alternate_tickers_data_frameData FrameData frame representation of alternate_tickers
figiCharacterThe exchange-level OpenFIGI identifier  
cikCharacterCentral Index Key issued by the SEC, which is the unique identifier for all owner filings  
composite_figiCharacterThe country-composite OpenFIGI identifier  
share_class_figiCharacterThe global-composite OpenFIGI identifier  
figi_uniqueidCharacterThe OpenFIGI unique ID  
activeLogicalIf TRUE, the Security is active and has been recently traded  
etfLogicalIf TRUE, this Security is an ETF  
delistedLogicalIf TRUE, the Security is no longer traded on the exchange  
primary_listingLogicalIf TRUE, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange  
primary_securityLogicalIf TRUE, the Security is considered by Intrinio to be the primary Security for its company  
first_stock_priceDateThe date of the first recorded stock price  
last_stock_priceDateThe date of the last recorded stock price (or the most recent trading day)  
last_stock_price_adjustmentDateThe date of the last stock price adjustment (dividend, split, etc)  
last_corporate_actionDateThe date of the last corporate action  
previous_tickersCharacterPrevious tickers used by this security  
previous_tickers_data_frameData FrameData frame representation of previous_tickers
listing_exchange_micCharacterThe MIC code of the exchange on which this security primarily trades