Lookup Company

Lookup Company Python 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:
CompanyApi
Instance Method:
get_company()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
identifier = 'AAPL'
response = intrinio.CompanyApi().get_company(identifier)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
Company

Properties

NameTypeDescription
idstrThe Intrinio ID of the company  
tickerstrThe stock market ticker symbol associated with the company's common stock securities  
namestrThe company's common name  
leistrThe Legal Entity Identifier (LEI) assigned to the company  
legal_namestrThe company's official legal name  
stock_exchangestrThe Stock Exchange where the company's common stock is primarily traded  
sicstrThe Standard Industrial Classification (SIC) determined by the company and filed with the SEC  
short_descriptionstrA one or two sentence description of the company's operations  
long_descriptionstrA one paragraph description of the company's operations and other corporate actions  
ceostrThe Chief Executive Officer of the company  
company_urlstrThe URL of the company's primary corporate website or primary internet property  
business_addressstrThe company's business address  
mailing_addressstrThe mailing address reported by the company  
business_phone_nostrThe phone number reported by the company  
hq_address1strThe company's headquarters address - line 1  
hq_address2strThe company's headquarters address - line 2  
hq_address_citystrThe company's headquarters city  
hq_address_postal_codestrThe company's headquarters postal code  
entity_legal_formstrThe company's legal organization form  
cikstrThe 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_statestrThe state (US & Canada Only) where the company headquarters are located  
hq_countrystrThe country where the company headquarters are located  
inc_statestrThe state (US & Canada Only) where the company is incorporated  
inc_countrystrThe country where the company is incorporated  
employeesintThe number of employees working for the company  
entity_statusstr 
sectorstrThe company's operating sector  
industry_categorystrThe company's operating industry category  
industry_groupstrThe company's operating industry group  
templatestrThe financial statement template used by Intrinio to standardize the as reported data  
standardized_activeboolIf 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