---
title: "Performance"
method: GET
path: "/mutual_funds/world/performance"
tags: ["mutual_funds"]
---

# Performance

`GET /mutual_funds/world/performance`

The mutual funds performances endpoint provides comprehensive performance data for mutual funds globally. It returns metrics such as trailing returns, annual returns, quarterly returns, and load-adjusted returns.

## Query parameters

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

## Response `200`

- object
  - `mutual_fund` object, required — Mutual fund information
    - `performance` ResponseMutualFundWorldPerformance — Detailed performance of a mutual fund
      - `trailing_returns` object[] — Trailing returns of the fund
        - `period` string — Period of trailing returns
        - `share_class_return` number, double — Fund returns (%) generated over a given period
        - `category_return` number, double — Same category average returns (%) generated over a given period
        - `rank_in_category` integer — Rank of a fund in category by total returns
      - `annual_total_returns` object[] — Annual total returns of the fund
        - `year` integer — Year of total returns
        - `share_class_return` number, double — Fund total returns (%) generated over a given year
        - `category_return` number, double — Same category average total returns (%) generated over a given year
      - `quarterly_total_returns` object[] — Quarterly total returns of the fund
        - `year` integer — Year of a fund quarter return
        - `q1` number, double — Total return (%) of a fund in the first quarter
        - `q2` number, double — Total return (%) of a fund in the second quarter
        - `q3` number, double — Total return (%) of a fund in the third quarter
        - `q4` number, double — Total return (%) of a fund in the fourth quarter
      - `load_adjusted_return` object[] — Load adjusted return of the fund
        - `period` string — Period of a load adjusted return
        - `return` number, double — Actual return (%) an investor sees after accounting for fees and sales charges are deducted from a mutual fund's performance
  - `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)
