Shares Outstanding by Company

Shares Outstanding by Company R API Documentation

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

API Class:
IntrinioSDK::CompanyApi
Instance Method:
shares_outstanding_by_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"
# Optional params
opts <- list(
end_date_greater_than = NULL,
end_date_less_than = NULL
)
response <- CompanyApi$shares_outstanding_by_company(identifier, opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterA 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
IntrinioSDK::ApiResponseCompanySharesOutstanding

Properties

NameTypeDescription
shares_outstandingList of CompanySharesOutstanding 
shares_outstanding_data_frameData FrameData frame representation of shares_outstanding
companyCompanySummary 
object
IntrinioSDK::CompanySharesOutstanding

Properties

NameTypeDescription
xbrl_axisCharacterThe xbrl concept axis member reported to the SEC.  
xbrl_memberCharacterProvides information about the class of stock as reported in XBRL  
end_dateDateEnd date of the filing period  
title_of_securityCharacterThe description of the security type  
trading_symbolCharacterThe symbol under which the security is traded in the exchange  
security_exchange_nameCharacterThe name of the secuirty exchange  
shares_outstandingNumericThe amount of stock currently held by all shareholders  
object
IntrinioSDK::CompanySummary

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