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

# Performance

`GET /etfs/world/performance`

The ETFs performance endpoint provides comprehensive performance data for exchange-traded funds globally. It returns detailed metrics such as trailing returns and annual returns, enabling users to evaluate the historical performance of various ETFs. This endpoint is ideal for users looking to compare ETF performance over different time periods and assess their investment potential.

## Query parameters

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

## Response `200`

- object
  - `etf` object, required — Etf information
    - `performance` object — Detailed performance of a etf
      - `trailing_returns` object[] — Performance returns of the fund and its category over various trailing time periods
        - `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
      - `annual_total_returns` object[] — Fund and category total returns (%) for each calendar year
        - `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
  - `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)
