Name | Type | Description | Notes |
---|---|---|---|
country | str | [optional] | |
industry | str | [optional] | |
ticker | str | [optional] | |
page_size | int | The number of results to return | [optional] [default to 100] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
companies | list[ESGCompanySummary] | |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID of the company. |
name | str | The company's common name. |
ticker | str | The stock market ticker symbol associated with the company's common stock security. |
isin | str | The company's common securities identification 12-digit alphanumeric code. |
primary_industry | str | The primary industry associated with the company based on their main revenue generating operations. |
country | str | The country in which the company's headquarters or primary place of business is located. |