---
title: "Summary"
method: GET
path: "/etfs/world/summary"
tags: ["etfs"]
---

# Summary

`GET /etfs/world/summary`

The ETFs summary endpoint provides a concise overview of global Exchange-Traded Funds. It returns key data points such as ETF names, symbols, and current market values, enabling users to quickly assess the performance and status of various international ETFs. This summary is ideal for users who need a snapshot of the global ETF landscape without delving into detailed analysis.

## Query parameters

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

## Response `200`

- object
  - `etf` object, required — Etf information
    - `summary` object — A brief summary of a ETF
      - `symbol` string, required — All available fund types segmented by country
      - `name` string, required — Fund name
      - `fund_family` string — Investment company that manages the fund
      - `fund_type` string — Type of the fund
      - `currency` string — Currency of fund price
      - `share_class_inception_date` string — The date from which the fund started operations and the returns are calculated
      - `ytd_return` number, double — Percentage of profit of the fund since the first trading day of the current calendar year
      - `expense_ratio_net` number, double — Percentage of ETF assets steered toward a fund's operating expenses and fund management fees
      - `yield` number, double — Income returned to its investors through interest and dividends generated by the fund's investments
      - `nav` number, double — Net Asset Value: fund value minus liabilities
      - `last_price` number, double — Last price of the fund
      - `turnover_rate` number, double — Percentage rate at which ETF replaces its holdings on investment every year
      - `net_assets` integer — Total assets of a fund minus its total liabilities
      - `overview` string — Description of the fund
  - `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)
