Industry Esg Scores API

Industry ESG score evaluates how well an industry manages risks related to ESG (environmental, social, and governance) factors. The score is calculated on a numerical scale ranging from 0 (low risk) to 100 (high risk).

API Endpoint

https://financialdata.net/api/v1/industry-esg-scores?date=2025-01-01

Query Parameters

NameTypeDescriptionExample
datestringThe date in YYYY-MM-DD format.2025-01-01
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "industry": "Aerospace & Defense",
    "date": "2025-01-01",
    "environmental_risk_score": 9.0,
    "social_risk_score": 14.8,
    "governance_risk_score": 6.2,
    "esg_risk_score": 30.1
  },
  {
    "industry": "Auto Components",
    "date": "2025-01-01",
    "environmental_risk_score": 4.0,
    "social_risk_score": 5.8,
    "governance_risk_score": 5.0,
    "esg_risk_score": 14.7
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.