Returns the shares outstanding reported on the front cover of the SEC 10-K and 10-Q filings.
Name | Type | Description | Notes |
---|---|---|---|
identifier | str | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
end_date_greater_than | date | Returns shares outstanding after this date. | [optional] |
end_date_less_than | date | Returns shares outstanding before this date. | [optional] |
Name | Type | Description |
---|---|---|
shares_outstanding | list[CompanySharesOutstanding] | |
company | CompanySummary |
Name | Type | Description |
---|---|---|
xbrl_axis | str | The xbrl concept axis member reported to the SEC. |
xbrl_member | str | Provides information about the class of stock as reported in XBRL |
end_date | date | End date of the filing period |
title_of_security | str | The description of the security type |
trading_symbol | str | The symbol under which the security is traded in the exchange |
security_exchange_name | str | The name of the secuirty exchange |
shares_outstanding | float | The amount of stock currently held by all shareholders |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID of the company |
ticker | str | The stock market ticker symbol associated with the company's common stock securities |
name | str | The company's common name |
lei | str | The Legal Entity Identifier (LEI) assigned to the company |
cik | str | The Central Index Key (CIK) assigned to the company |