ESG Companies

ESG Companies Javascript API Documentation

API Class:
ESGApi
Instance Method:
getEsgCompanies()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var eSG = new intrinioSDK.ESGApi();
var opts = {
'country': "Canada",
'industry': "Retail",
'ticker': "SHOP",
'pageSize': 100,
'nextPage': null
};
eSG.getEsgCompanies(opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
countryString[optional]  
industryString[optional]  
tickerString[optional]  
pageSizeNumberThe number of results to return[optional] [default to 100]  
nextPageStringGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseESGCompanies

Properties

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

Properties

NameTypeDescription
idStringThe Intrinio ID of the company.  
nameStringThe company's common name.  
tickerStringThe stock market ticker symbol associated with the company's common stock security.  
isinStringThe company's common securities identification 12-digit alphanumeric code.  
primaryIndustryStringThe primary industry associated with the company based on their main revenue generating operations.  
countryStringThe country in which the company's headquarters or primary place of business is located.