v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Company ESG Scores

This endpoint provides the latest ESG scores and important indicators for 7000+ global companies. The data is collected through company's public ESG disclosure and public sources.

Our ESG scoring models takes into account more than 150 different inputs to calculate the level of ESG risks and how well a company is managing them. A higher score means lower ESG risk or better ESG management. ESG scores are in the the range of 0-100. Some key indicators might contain letter-grade score from C- to A+ with C- is the lowest score and A+ is the highest score.

get/stock/esg

Query parameters

symbolstring required

Symbol.

Response

successful operation

symbolstring

symbol

totalESGScorenumber float

Total ESG Score

environmentScorenumber float

Environment Score

governanceScorenumber float

Governance Score

socialScorenumber float

Social Score

dataobject

Example response

{
  "symbol": "symbol",
  "data": "{}",
  "totalESGScore": 0.8008282,
  "environmentScore": 6.0274563,
  "governanceScore": 1.4658129,
  "socialScore": 5.962134
}