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

# Summary

`GET /mutual_funds/world/summary`

The mutual funds summary endpoint provides a concise overview of global mutual funds, including key details such as fund name, symbol, asset class, and region. This endpoint is useful for quickly obtaining essential information about various mutual funds worldwide, aiding in the comparison and selection of funds for investment portfolios.

## Query parameters

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

## Response `200`

- object
  - `mutual_fund` object, required — Mutual fund information
    - `summary` ResponseMutualFundWorldSummary — A brief summary of a mutual fund
      - `symbol` string — All available fund types segmented by country
      - `name` string — 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 mutual fund 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
      - `min_investment` integer — Investment minimum
      - `turnover_rate` number, double — Percentage rate at which mutual fund 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
      - `people` object[] — Information about the fund’s managers
        - `name` string — Manager name
        - `tenure_since` string — Manager tenuring date
  - `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)
