Returns all Companies. When parameters are specified, returns matching companies.
Name | Type | Description | Notes |
---|---|---|---|
latestFilingDate | LocalDate | 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] [enum: indu, fin] |
sector | String | Return companies in the given industry sector | [optional] |
industryCategory | String | Return companies in the given industry category | [optional] |
industryGroup | String | Return companies in the given industry group | [optional] |
hasFundamentals | Boolean | Return only companies that have fundamentals when true | [optional] |
hasStockPrices | Boolean | Return only companies that have stock prices when true | [optional] |
theaEnabled | Boolean | Return companies whose have been read by our Thea NLP and are ready for our company answers endpoint | [optional] |
pageSize | Integer | The number of results to return | [optional] [default to 100] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
companies | List | |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |