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 | DateTime? | Returns shares outstanding after this date. | [optional] |
endDateLessThan | DateTime? | 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 | DateTime? | 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 | decimal? | 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 |