---
title: "MMFs directory"
method: GET
path: "/money_market_funds/list"
tags: ["money_market_funds"]
---

# MMFs directory

`GET /money_market_funds/list`

The money market funds directory endpoint provides a list of money market funds, sorted in descending order by their total fund size. This endpoint is useful for retrieving an organized overview of available money market funds.

## Query parameters

- `symbol` string
- `format` 'json' | 'csv'
- `delimiter` string
- `page` integer
- `outputsize` integer

## Response `200`

- object
  - `data` MoneyMarketFundsListResponseListItem[], required — List of money market funds
    - `symbol` string, required — Fund symbol (ISIN or ticker)
    - `name` string, required — Fund name
    - `currency` string — Currency in which the fund is denominated
    - `share_class` string — Share class
    - `fund_family` string — Investment company family that manages the fund
    - `fund_type` string — Type of fund
    - `regulatory_structure` string — Regulatory structure
    - `domicile` string — Country of fund domicile (ISO 3166-1 alpha-2 code)
    - `issuing_company` string — Company that issues the fund
  - `count` integer, required — Total number of matching funds
  - `page` integer, required — Current page number
  - `page_size` integer, required — Number of records per page
  - `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)
