Returns the shares outstanding reported on the front cover of the SEC 10-K and 10-Q filings.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
endDateGreaterThan | LocalDate | Returns shares outstanding after this date. | [optional] |
endDateLessThan | LocalDate | Returns shares outstanding before this date. | [optional] |
Name | Type | Description |
---|---|---|
sharesOutstanding | List | |
company | CompanySummary |
Name | Type | Description |
---|---|---|
xbrlAxis | String | The xbrl concept axis member reported to the SEC. |
xbrlMember | String | Provides information about the class of stock as reported in XBRL |
endDate | LocalDate | End date of the filing period |
titleOfSecurity | String | The description of the security type |
tradingSymbol | String | The symbol under which the security is traded in the exchange |
securityExchangeName | String | The name of the secuirty exchange |
sharesOutstanding | BigDecimal | The amount of stock currently held by all shareholders |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the company |
ticker | String | The stock market ticker symbol associated with the company's common stock securities |
name | String | The company's common name |
lei | String | The Legal Entity Identifier (LEI) assigned to the company |
cik | String | The Central Index Key (CIK) assigned to the company |