ESG risk score measures a company's exposure to environmental, social, and corporate governance risks in its daily operations. The score is calculated on a numerical scale ranging from 0 (low risk) to 100 (high risk). The API endpoint returns historical ESG risk score values for several thousand US and international companies.
https://financialdata.net/api/v1/esg-scores?identifier=MSFT| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a security, or the central index key (CIK). The latter is assigned to the entity by the United States Securities and Exchange Commission. | MSFT, 0000789019 |
| format | string | (Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON. | json, csv |
[
{
"trading_symbol": "MSFT",
"central_index_key": "0000789019",
"registrant_name": "MICROSOFT CORP",
"industry": "Software & Services",
"date": "2025-02-01",
"environmental_risk_score": 1.6,
"social_risk_score": 7.6,
"governance_risk_score": 4.2,
"esg_risk_score": 13.5
},
{
"trading_symbol": "MSFT",
"central_index_key": "0000789019",
"registrant_name": "MICROSOFT CORP",
"industry": "Software & Services",
"date": "2025-01-01",
"environmental_risk_score": 1.6,
"social_risk_score": 7.6,
"governance_risk_score": 5.0,
"esg_risk_score": 14.2
},
...
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.