Returns all Companies. When parameters are specified, returns matching companies.
Name | Description | Example |
---|---|---|
latest_filing_date
|
Return companies whose latest 10-Q or 10-K was filed on or after this date | 2011-07-15 |
sic
|
Return companies with the given Standard Industrial Classification code | 3350 |
template
|
Return companies with the given financial statement template
Options:
indu
fin
show more
show less
|
indu |
sector
|
Return companies in the given industry sector | Basic Materials |
industry_category
|
Return companies in the given industry category | Metals & Mining |
industry_group
|
Return companies in the given industry group | Aluminum |
has_fundamentals
|
Return only companies that have fundamentals when true | false |
has_stock_prices
|
Return only companies that have stock prices when true | false |
thea_enabled
|
Return companies whose have been read by our Thea NLP and are ready for our company answers endpoint | true |
page_size
|
The number of results to return | - |
next_page
|
Gets the next page of data from a previous API call | - |
latest_filing_date
* required
Return companies whose latest 10-Q or 10-K was filed on or after this date
|
||
sic
* required
Return companies with the given Standard Industrial Classification code
|
||
template
* required
Return companies with the given financial statement template
|
||
sector
* required
Return companies in the given industry sector
|
||
industry_category
* required
Return companies in the given industry category
|
||
industry_group
* required
Return companies in the given industry group
|
||
has_fundamentals
* required
Return only companies that have fundamentals when true
|
||
has_stock_prices
* required
Return only companies that have stock prices when true
|
||
thea_enabled
* required
Return companies whose have been read by our Thea NLP and are ready for our company answers endpoint
|
||
page_size
* required
The number of results to return
|
||
next_page
* required
Gets the next page of data from a previous API call
|
Name | Description | Type |
---|---|---|
companies | array | |
id
|
The Intrinio ID of the company | string |
ticker
|
The stock market ticker symbol associated with the company's common stock securities | string |
name
|
The company's common name | string |
lei
|
The Legal Entity Identifier (LEI) assigned to the company | string |
cik
|
The Central Index Key (CIK) assigned to the company | string |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
companies
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|