---
title: "Sustainability"
method: GET
path: "/mutual_funds/world/sustainability"
tags: ["mutual_funds"]
---

# Sustainability

`GET /mutual_funds/world/sustainability`

The mutual funds sustainability endpoint provides detailed information on the sustainability and Environmental, Social, and Governance (ESG) ratings of global mutual funds. It returns data such as ESG scores, sustainability metrics, and fund identifiers.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `country` string
- `dp` integer

## Response `200`

- object
  - `mutual_fund` object, required — Mutual fund information
    - `sustainability` ResponseMutualFundWorldSustainability — Sustainability score and ESG (Environmental, Social, Governance) metrics for the fund
      - `score` integer — Sustainability score: asset-weighted average of normalized company-level ESG Scores for the covered holdings in the portfolio from `0` to `100`
      - `corporate_esg_pillars` object — Corporate ESG pillars
        - `environmental` number, double — ESG environmental score
        - `social` number, double — ESG social score
        - `governance` number, double — ESG governance score
      - `sustainable_investment` boolean — Indication that the fund discloses in their prospectus that they employ socially responsible or ESG principles in their investment selection processes
      - `corporate_aum` number, double — Percentage of AUM used to calculate sustainability score
  - `status` string, required — Status of the response

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
