Name | Type | Description | Notes |
---|---|---|---|
country | string | [optional] | |
industry | string | [optional] | |
ticker | string | [optional] | |
pageSize | int? | 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. |
Name | Type | Description |
---|---|---|
Id | string | The Intrinio ID of the company. |
Name | string | The company's common name. |
Ticker | string | The stock market ticker symbol associated with the company's common stock security. |
Isin | string | The company's common securities identification 12-digit alphanumeric code. |
PrimaryIndustry | string | The primary industry associated with the company based on their main revenue generating operations. |
Country | string | The country in which the company's headquarters or primary place of business is located. |