Returns all Companies. When parameters are specified, returns matching companies.
Name | Type | Description | Notes |
---|---|---|---|
latest_filing_date | date | Return companies whose latest 10-Q or 10-K was filed on or after this date | [optional] |
sic | str | Return companies with the given Standard Industrial Classification code | [optional] |
template | str | Return companies with the given financial statement template | [optional] |
sector | str | Return companies in the given industry sector | [optional] |
industry_category | str | Return companies in the given industry category | [optional] |
industry_group | str | Return companies in the given industry group | [optional] |
has_fundamentals | bool | Return only companies that have fundamentals when True | [optional] |
has_stock_prices | bool | Return only companies that have stock prices when True | [optional] |
thea_enabled | bool | Return companies whose have been read by our Thea NLP and are ready for our company answers endpoint | [optional] |
page_size | int | The number of results to return | [optional] [default to 100] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
companies | list[CompanySummary] | |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |
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 |