Esg Ratings API

ESG corporate rating is a metric used for evaluating a company's sustainability performance; ratings range from D- (poor performance) to A+ (excellent performance). ESG industry rank shows how a company's ESG risk score compares to that of other companies in the same industry. The API endpoint provides ratings for publicly traded US and international companies.

API Endpoint

https://financialdata.net/api/v1/esg-ratings?identifier=MSFT

Query Parameters

NameTypeDescriptionExample
identifierstringThe 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
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

[
  {
    "trading_symbol": "MSFT",
    "central_index_key": "0000789019",
    "registrant_name": "MICROSOFT CORP",
    "industry": "Software & Services",
    "date": "2025-02-01",
    "esg_corporate_rating": "A",
    "esg_industry_rank": "10 out of 143"
  },
  {
    "trading_symbol": "MSFT",
    "central_index_key": "0000789019",
    "registrant_name": "MICROSOFT CORP",
    "industry": "Software & Services",
    "date": "2025-01-01",
    "esg_corporate_rating": "A",
    "esg_industry_rank": "15 out of 143"
  },
  ...
]
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.