---
title: "Ratings"
method: GET
path: "/mutual_funds/world/ratings"
tags: ["mutual_funds"]
---

# Ratings

`GET /mutual_funds/world/ratings`

The mutual funds ratings endpoint provides detailed ratings for mutual funds across global markets. It returns data on the performance and quality of mutual funds, including ratings calculated in-house by Twelve Data and from various financial institutions.

## Query parameters

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

## Response `200`

- object
  - `mutual_fund` object, required — Mutual fund information
    - `ratings` ResponseMutualFundWorldRatings — Ratings of a mutual fund
      - `performance_rating` integer — Performance rating from 0 to 5
      - `risk_rating` integer — Risk rating from 0 to 5
      - `return_rating` integer — Return rating from 0 to 5
  - `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)
