Shares Outstanding by Company

Shares Outstanding by Company Python API Documentation

Returns the shares outstanding reported on the front cover of the SEC 10-K and 10-Q filings.

API Class:
CompanyApi
Instance Method:
shares_outstanding_by_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'
end_date_greater_than = ''
end_date_less_than = ''
response = intrinio.CompanyApi().shares_outstanding_by_company(identifier, end_date_greater_than=end_date_greater_than, end_date_less_than
  =end_date_less_than)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstrA Company identifier (Ticker, CIK, LEI, Intrinio ID) 
end_date_greater_thandateReturns shares outstanding after this date.[optional]  
end_date_less_thandateReturns shares outstanding before this date.[optional]  


Return Type

object
ApiResponseCompanySharesOutstanding

Properties

NameTypeDescription
shares_outstandinglist[CompanySharesOutstanding] 
companyCompanySummary 
object
CompanySharesOutstanding

Properties

NameTypeDescription
xbrl_axisstrThe xbrl concept axis member reported to the SEC.  
xbrl_memberstrProvides information about the class of stock as reported in XBRL  
end_datedateEnd date of the filing period  
title_of_securitystrThe description of the security type  
trading_symbolstrThe symbol under which the security is traded in the exchange  
security_exchange_namestrThe name of the secuirty exchange  
shares_outstandingfloatThe amount of stock currently held by all shareholders  
object
CompanySummary

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  
cikstrThe Central Index Key (CIK) assigned to the company