| Name | Description | Example |
|---|---|---|
|
country
|
Canada | |
|
industry
|
Retail | |
|
ticker
|
SHOP | |
|
page_size
|
The number of results to return | - |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
country
* required
|
||
|
industry
* required
|
||
|
ticker
* required
|
||
|
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 |
|
name
|
The company’s common name. | string |
|
ticker
|
The stock market ticker symbol associated with the company’s common stock security. | string |
|
isin
|
The company's common securities identification 12-digit alphanumeric code. | string |
|
primary_industry
|
The primary industry associated with the company based on their main revenue generating operations. | string |
|
country
|
The country in which the company's headquarters or primary place of business is located. | 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.
|