---
title: "MFs directory"
method: GET
path: "/mutual_funds/list"
tags: ["mutual_funds"]
---

# MFs directory

`GET /mutual_funds/list`

The mutual funds directory endpoint provides a daily updated list of mutual funds, sorted in descending order by their total assets value. This endpoint is useful for retrieving an organized overview of available mutual funds.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `cik` string
- `country` string
- `fund_family` string
- `fund_type` string
- `performance_rating` integer
- `risk_rating` integer
- `format` 'JSON' | 'CSV'
- `delimiter` string
- `dp` integer
- `page` integer
- `outputsize` integer

## Response `200`

- object
  - `result` object — Response result
    - `count` integer, required — Total number of matching funds
    - `list` MutualFundsListResponseListItem[], required — List of mutual funds
      - `symbol` string, required — Fund symbol ticker
      - `name` string, required — Fund name
      - `country` string, required — Country of fund incorporation
      - `fund_family` string, required — Investment company that manages the fund
      - `fund_type` string, required — Type of fund
      - `performance_rating` integer — Performance rating from `0` to `5`
      - `risk_rating` integer — Risk rating from `0` to `5`
      - `currency` string, required — Currency code in which the fund is denominated
      - `exchange` string, required — Exchange name where the fund is listed
      - `mic_code` string, required — Market identifier code (MIC) under ISO 10383 standard
  - `status` string, required — Response status

## 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)
