---
title: "MMF full data"
method: GET
path: "/money_market_funds/world"
tags: ["money_market_funds"]
---

# MMF full data

`GET /money_market_funds/world`

The money market fund full data endpoint provides detailed information about a global money market fund. It returns a comprehensive snapshot of the fund, including its identity, screener metrics (fund size, liquidity, weighted average maturity), yields, key facts, risk indicator, and key risks. This endpoint is essential for users seeking in-depth insights into a specific money market fund.

## Query parameters

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

## Response `200`

- object
  - `status` string, required — Response status
  - `money_market_fund` MoneyMarketFundsWorldResponseItem, required
    - `summary` object, required — Fund identity and screener metrics
      - `symbol` string — Fund symbol (ISIN or ticker)
      - `name` string — Fund name
      - `currency` string — Currency in which the fund is denominated
      - `share_class` string — Share class
      - `fund_type` string — Type of fund
      - `total_fund_size_millions` number, double — Total fund size in millions
      - `daily_factor` number, double — Daily distribution factor
      - `daily_liquidity_pct_nav` number, double — Daily liquid assets as a percentage of NAV
      - `weekly_liquidity_pct_nav` number, double — Weekly liquid assets as a percentage of NAV
      - `wam_days` integer — Weighted average maturity in days
      - `wal_days` integer — Weighted average life in days
      - `daily_netflows` number, double — Daily net flows
      - `as_of_date` string — Date the snapshot data is as of
      - `fund_overview` string — Fund overview text
      - `nav` number, double — Net asset value
      - `yield_1m` number, double — 1-month yield
      - `yield_3m` number, double — 3-month yield
      - `yield_6m` number, double — 6-month yield
      - `yield_1y` number, double — 1-year yield
    - `key_facts` object — Key facts about the fund. Contents vary by fund and source document.
    - `risk_indicator` object — Risk indicator details. Contents vary by fund and source document.
    - `key_risks` string[] — Key risks of the fund. Contents vary by fund and source document.

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