Shares Outstanding by Company

Shares Outstanding by Company Javascript 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:
sharesOutstandingByCompany()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var company = new intrinioSDK.CompanyApi();
var identifier = "AAPL";
var opts = {
'endDateGreaterThan': null,
'endDateLessThan': null
};
company.sharesOutstandingByCompany(identifier, opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Company identifier (Ticker, CIK, LEI, Intrinio ID) 
endDateGreaterThanDateReturns shares outstanding after this date.[optional]  
endDateLessThanDateReturns shares outstanding before this date.[optional]  


Return Type

object
ApiResponseCompanySharesOutstanding

Properties

NameTypeDescription
sharesOutstanding[CompanySharesOutstanding] 
companyCompanySummary 
object
CompanySharesOutstanding

Properties

NameTypeDescription
xbrlAxisStringThe xbrl concept axis member reported to the SEC.  
xbrlMemberStringProvides information about the class of stock as reported in XBRL  
endDateDateEnd date of the filing period  
titleOfSecurityStringThe description of the security type  
tradingSymbolStringThe symbol under which the security is traded in the exchange  
securityExchangeNameStringThe name of the secuirty exchange  
sharesOutstandingNumberThe amount of stock currently held by all shareholders  
object
CompanySummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the company  
tickerStringThe stock market ticker symbol associated with the company's common stock securities  
nameStringThe company's common name  
leiStringThe Legal Entity Identifier (LEI) assigned to the company  
cikStringThe Central Index Key (CIK) assigned to the company