Shares Outstanding by Company

Shares Outstanding by Company Ruby API Documentation

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

API Class:
Intrinio::CompanyApi
Instance Method:
shares_outstanding_by_company()

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
company_api = Intrinio::CompanyApi.new
identifier = "AAPL"
opts = {
end_date_greater_than: nil,
end_date_less_than: nil
}
result = company_api.shares_outstanding_by_company(identifier, opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA 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
Intrinio::ApiResponseCompanySharesOutstanding

Properties

NameTypeDescription
shares_outstandingArray 
companyCompanySummary 
object
Intrinio::CompanySharesOutstanding

Properties

NameTypeDescription
xbrl_axisStringThe xbrl concept axis member reported to the SEC.  
xbrl_memberStringProvides information about the class of stock as reported in XBRL  
end_dateDateEnd date of the filing period  
title_of_securityStringThe description of the security type  
trading_symbolStringThe symbol under which the security is traded in the exchange  
security_exchange_nameStringThe name of the secuirty exchange  
shares_outstandingFloatThe amount of stock currently held by all shareholders  
object
Intrinio::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