Default
Historical ESG Scores
This endpoint provides historical 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/historical-esg
Query parameters
symbolstring required
Symbol.
Response
successful operation
Example response
{
"symbol": "symbol",
"data": [
{
"period": "period",
"data": "{}",
"totalESGScore": 0.8008282,
"environmentScore": 6.0274563,
"governanceScore": 1.4658129,
"socialScore": 5.962134
},
{
"period": "period",
"data": "{}",
"totalESGScore": 0.8008282,
"environmentScore": 6.0274563,
"governanceScore": 1.4658129,
"socialScore": 5.962134
}
]
}