API Documentation

⌘K
GET/api/1/equity/esg-rating/{identifier}

ESG Rating API

Returns ESG rating for the given ISIN

Parameters

1
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity/esg-rating/US0378331005' \
  -H 'Accept: application/json'
200 Response
{
  "symbol": "MSFT",
  "totalESGScore": 82.49834,
  "environmentScore": 74.24722,
  "socialScore": 82.12883,
  "governanceScore": 91.11896,
  "adultContent": false,
  "alcoholic": false,
  "animalTesting": false,
  "firearms": false,
  "gambling": false,
  "tobacco": false,
  "nuclear": false,
  "co2EmissionTotal": 8222363,
  "carbonReductionPolicy": "True",
  "climateStrategy": null,
  "humanRightsPolicy": true,
  "workplaceHealthSafety": true,
  "totalWomenPercentage": 33.1,
  "environmentalReporting": true,
  "recyclingPolicy": true
}