v1

latestOpenAPI 3.1.02026-07-2268276396.6 KB
Company & Events

ESG Scores

The ESG Performance Score API provides a comprehensive evaluation of a company's environmental, social, and governance (ESG) practices. It aggregates various ESG metrics into a single performance score, allowing investors and stakeholders to assess the company's commitment to sustainable and responsible business operations.

The ESG scores reflect companies' sustainability performance relative to financially material ESG issues. Scores are derived from standardized company-reported data and peer-based relative scoring techniques, resulting in a 0–100 scale that indicates a company's position versus its global peers, following a sector-specific, SASB (Sustainability Accounting Standards Board)-inspired materiality framework.

PerformanceScore Range
Laggard< 42
Below Average42 - 47
Average48 - 53
Above Average54 - 59
Leader≥ 60
post/v1/esg-performance-score/query

Request body

Example request

{
  "identifier": {
    "value": "4A6F00"
  }
}

Response

Successful Response

Example response

{
  "results": {
    "rp_entity_id": "E09E2B",
    "name": "Nvidia Corp.",
    "ticker": "NVDA-NAS",
    "industry": "Semiconductors",
    "economic_sector": "Electronic Technology",
    "esg_scores": [
      "YEAR",
      "ESG_AVERAGE_SCORE",
      "ENVIRONMENTAL_SCORE",
      "SOCIAL_SCORE",
      "GOVERNANCE_SCORE",
      "PLUS_BMI_PICC_SCORE",
      "PLUS_E_AQ_SCORE",
      "PLUS_E_EI_SCORE",
      "PLUS_E_GHGE_SCORE",
      "PLUS_E_EM_SCORE",
      "PLUS_E_WHMM_SCORE",
      "PLUS_E_WWM_SCORE",
      "PLUS_BMI_MSE_SCORE",
      "PLUS_BMI_PDLM_SCORE",
      "PLUS_SC_CP_SCORE",
      "PLUS_SC_DS_SCORE",
      "PLUS_SC_HRCR_SCORE",
      "PLUS_SC_CW_SCORE",
      "PLUS_SC_SPPL_SCORE",
      "PLUS_HC_LP_SCORE",
      "PLUS_HC_EHS_SCORE",
      "PLUS_SC_AA_SCORE",
      "PLUS_HC_EEDI_SCORE",
      "PLUS_SC_PQS_SCORE",
      "PLUS_BMI_BMR_SCORE",
      "PLUS_LG_BE_SCORE",
      "PLUS_LG_CB_SCORE",
      "PLUS_BMI_SCM_SCORE",
      "PLUS_LG_SRM_SCORE",
      "PLUS_LG_CIRM_SCORE",
      "PLUS_LG_MLRE_SCORE"
    ],
    "values": [
      "2025",
      70.01,
      78.52,
      64.54,
      55.22,
      null,
      44.26,
      52.05,
      83.63,
      94.38,
      77.8,
      82.24,
      58.72,
      80.42,
      90.98,
      73.83,
      53.67,
      68.81,
      44.32,
      68.01,
      64.39,
      47.59,
      55.64,
      41.88,
      100,
      54.68,
      51.74,
      61.8,
      37.82,
      67.31,
      77.03
    ]
  }
}