ESG Companies

ESG Companies Python API Documentation

API Class:
ESGApi
Instance Method:
get_esg_companies()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
country = 'Canada'
industry = 'Retail'
ticker = 'SHOP'
page_size = 100
next_page = ''
response = intrinio.ESGApi().get_esg_companies(country=country, industry=industry, ticker=ticker, page_size=page_size, next_page=next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
countrystr[optional]  
industrystr[optional]  
tickerstr[optional]  
page_sizeintThe number of results to return[optional] [default to 100]  
next_pagestrGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseESGCompanies

Properties

NameTypeDescription
companieslist[ESGCompanySummary] 
next_pagestrThe token required to request the next page of the data. If null, no further results are available.  
object
ESGCompanySummary

Properties

NameTypeDescription
idstrThe Intrinio ID of the company.  
namestrThe company's common name.  
tickerstrThe stock market ticker symbol associated with the company's common stock security.  
isinstrThe company's common securities identification 12-digit alphanumeric code.  
primary_industrystrThe primary industry associated with the company based on their main revenue generating operations.  
countrystrThe country in which the company's headquarters or primary place of business is located.