Refinitiv Eikon · Schema
Refinitiv Eikon ESG Score
Schema for ESG (Environmental, Social, and Governance) scores from the Refinitiv Eikon Data Platform.
AnalyticsFinancial DataFinancial NewsMarket DataReal-Time DataTrading
Properties
| Name | Type | Description |
|---|---|---|
| instrumentId | string | Instrument identifier (RIC or PermID). |
| esgScore | number | Overall ESG combined score (0-100). |
| esgCombinedScore | number | Combined ESG score including controversies impact. |
| environmentPillarScore | number | Environmental pillar score covering resource use, emissions, and innovation. |
| socialPillarScore | number | Social pillar score covering workforce, human rights, community, and product responsibility. |
| governancePillarScore | number | Corporate governance pillar score covering management, shareholders, and CSR strategy. |
| controversiesScore | number | Controversies score reflecting ESG incidents and controversies. |
| period | string | Reporting period for the ESG scores. |
| measures | object | Detailed ESG measure fields keyed by field name. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/refinitiv-eikon/json-schema/refinitiv-eikon-esg-schema.json",
"title": "Refinitiv Eikon ESG Score",
"description": "Schema for ESG (Environmental, Social, and Governance) scores from the Refinitiv Eikon Data Platform.",
"type": "object",
"properties": {
"instrumentId": {
"type": "string",
"description": "Instrument identifier (RIC or PermID)."
},
"esgScore": {
"type": "number",
"minimum": 0,
"maximum": 100,
"description": "Overall ESG combined score (0-100)."
},
"esgCombinedScore": {
"type": "number",
"minimum": 0,
"maximum": 100,
"description": "Combined ESG score including controversies impact."
},
"environmentPillarScore": {
"type": "number",
"minimum": 0,
"maximum": 100,
"description": "Environmental pillar score covering resource use, emissions, and innovation."
},
"socialPillarScore": {
"type": "number",
"minimum": 0,
"maximum": 100,
"description": "Social pillar score covering workforce, human rights, community, and product responsibility."
},
"governancePillarScore": {
"type": "number",
"minimum": 0,
"maximum": 100,
"description": "Corporate governance pillar score covering management, shareholders, and CSR strategy."
},
"controversiesScore": {
"type": "number",
"minimum": 0,
"maximum": 100,
"description": "Controversies score reflecting ESG incidents and controversies."
},
"period": {
"type": "string",
"description": "Reporting period for the ESG scores.",
"examples": ["FY2023", "FY2022"]
},
"measures": {
"type": "object",
"description": "Detailed ESG measure fields keyed by field name.",
"additionalProperties": {
"oneOf": [
{"type": "number"},
{"type": "string"},
{"type": "boolean"},
{"type": "null"}
]
}
}
},
"required": ["instrumentId"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/refinitiv-eikon-esg"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.