Lookup Company

Lookup Company R API Documentation

Returns company reference and metadata such as tickers, CIK, and a unique company identifier, as well as company metadata such as business description, employee count, and company URL.

API Class:
IntrinioSDK::CompanyApi
Instance Method:
get_company()

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
CompanyApi <- IntrinioSDK::CompanyApi$new(client)
# Required params
identifier <- "AAPL"
response <- CompanyApi$get_company(identifier)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterA Company identifier (Ticker, CIK, LEI, Intrinio ID) 


Return Type

object
IntrinioSDK::Company

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the company  
tickerCharacterThe stock market ticker symbol associated with the company's common stock securities  
nameCharacterThe company's common name  
leiCharacterThe Legal Entity Identifier (LEI) assigned to the company  
legal_nameCharacterThe company's official legal name  
stock_exchangeCharacterThe Stock Exchange where the company's common stock is primarily traded  
sicCharacterThe Standard Industrial Classification (SIC) determined by the company and filed with the SEC  
short_descriptionCharacterA one or two sentence description of the company's operations  
long_descriptionCharacterA one paragraph description of the company's operations and other corporate actions  
ceoCharacterThe Chief Executive Officer of the company  
company_urlCharacterThe URL of the company's primary corporate website or primary internet property  
business_addressCharacterThe company's business address  
mailing_addressCharacterThe mailing address reported by the company  
business_phone_noCharacterThe phone number reported by the company  
hq_address1CharacterThe company's headquarters address - line 1  
hq_address2CharacterThe company's headquarters address - line 2  
hq_address_cityCharacterThe company's headquarters city  
hq_address_postal_codeCharacterThe company's headquarters postal code  
entity_legal_formCharacterThe company's legal organization form  
cikCharacterThe Central Index Key (CIK) assigned to the company by the SEC as a unique identifier, used in SEC filings  
latest_filing_dateDateThe date of the company's last filing with the SEC  
hq_stateCharacterThe state (US & Canada Only) where the company headquarters are located  
hq_countryCharacterThe country where the company headquarters are located  
inc_stateCharacterThe state (US & Canada Only) where the company is incorporated  
inc_countryCharacterThe country where the company is incorporated  
employeesIntegerThe number of employees working for the company  
entity_statusCharacter 
sectorCharacterThe company's operating sector  
industry_categoryCharacterThe company's operating industry category  
industry_groupCharacterThe company's operating industry group  
templateCharacterThe financial statement template used by Intrinio to standardize the as reported data  
standardized_activeLogicalIf TRUE, the company has standardized and as reported fundamental data via the Intrinio API; if FALSE, the company has as-reported data only  
first_fundamental_dateDateThe period end date of the company's first reported fundamental  
last_fundamental_dateDateThe period end date of the company's last reported fundamental  
first_stock_price_dateDateThe date of the company's first stock price, based on the company's primary security, which is typically traded on US exchages  
last_stock_price_dateDateThe date of the company's last stock price, based on the company's primary security, which is typically traded on US exchages