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 | String | Return companies with the given Standard Industrial Classification code | [optional] |
template | String | Return companies with the given financial statement template | [optional] |
sector | String | Return companies in the given industry sector | [optional] |
industry_category | String | Return companies in the given industry category | [optional] |
industry_group | String | Return companies in the given industry group | [optional] |
has_fundamentals | BOOLEAN | Return only companies that have fundamentals when true | [optional] |
has_stock_prices | BOOLEAN | Return only companies that have stock prices when true | [optional] |
thea_enabled | BOOLEAN | Return companies whose have been read by our Thea NLP and are ready for our company answers endpoint | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
companies | Array | |
next_page | String | The token required to request the next page of the data. If null, no further results are available. |
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 |