---
title: "Purchase info"
method: GET
path: "/mutual_funds/world/purchase_info"
tags: ["mutual_funds"]
---

# Purchase info

`GET /mutual_funds/world/purchase_info`

The mutual funds purchase information endpoint provides detailed purchasing details for global mutual funds. It returns data on minimum investment requirements, current pricing, and a list of brokerages where the mutual fund can be purchased. This endpoint is useful for users looking to understand the entry requirements and options available for investing in specific mutual funds.

## Query parameters

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

## Response `200`

- object
  - `mutual_fund` object, required — Mutual fund information
    - `purchase_info` ResponseMutualFundWorldPurchaseInfo — Purchase information for the mutual fund
      - `expenses` object — Costs associated with investing in the mutual fund, including gross and net expense ratios
        - `expense_ratio_gross` number, double — Cost of investing in a mutual fund
        - `expense_ratio_net` number, double — Percentage of mutual fund assets steered toward a fund's operating expenses and fund management fees
      - `minimums` object — Minimum investment amounts required to purchase or add to the mutual fund, including IRA minimums
        - `initial_investment` integer — Investment minimum
        - `additional_investment` integer — Minimum amount of additional investment
        - `initial_ira_investment` integer — Investment minimum for IRA
        - `additional_ira_investment` integer — Minimum amount of additional investment for IRA
      - `pricing` object — Pricing information for the mutual fund
        - `nav` number, double — Net Asset Value: fund value minus liabilities
        - `12_month_low` number, double — Lowest price of the fund over the last year
        - `12_month_high` number, double — Highest price of the fund over the last year
        - `last_month` number, double — Fund price at the end of the last month
      - `brokerages` string[] — List of brokerages where mutual fund can be purchased
  - `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)
