---
title: "Mutual Funds Profile"
method: GET
path: "/mutual-fund/profile"
tags: ["Default"]
---

# Mutual Funds Profile

`GET /mutual-fund/profile`

Get mutual funds profile information. This endpoint covers both US and global mutual funds. For international funds, you must query the data using ISIN. A list of supported funds can be found <a href="/api/v1/mutual-fund/list?token=" target="_blank">here</a>.

## Query parameters

- `symbol` string
- `isin` string

## Response `200`

successful operation

- MutualFundProfile
  - `symbol` string — Symbol.
  - `profile` MutualFundProfileData
    - `name` string — Name
    - `category` string — Fund's category.
    - `investmentSegment` string — Investment Segment.
    - `totalNav` number, float — NAV.
    - `expenseRatio` number, float — Expense ratio.
    - `benchmark` string — Index benchmark.
    - `inceptionDate` string, date — Inception date.
    - `description` string — Fund's description.
    - `fundFamily` string — Fund Family.
    - `fundCompany` string — Fund Company.
    - `manager` string — Fund's managers.
    - `status` string — Status.
    - `beta` number, float — Beta.
    - `deferredLoad` number, float — Deferred load.
    - `fee12b1` number, float — 12B-1 fee.
    - `frontLoad` number, float — Front Load.
    - `iraMinInvestment` number, float — IRA minimum investment.
    - `isin` string — ISIN.
    - `cusip` string — CUSIP.
    - `maxRedemptionFee` number, float — Max redemption fee.
    - `standardMinInvestment` number, float — Minimum investment for standard accounts.
    - `turnover` number, float — Turnover.
    - `seriesId` string — Fund's series ID. This field can be used to group multiple share classes into 1 unique fund.
    - `seriesName` string — Fund's series name.
    - `classId` string — Class ID.
    - `className` string — Class name.
    - `sfdrClassification` string — SFDR classification for EU funds. Under the new classifications, a fund's strategy will labeled under either Article 6, 8 or 9. Article 6 covers funds which do not integrate any kind of sustainability into the investment process. Article 8, also known as ‘environmental and socially promoting’, applies “… where a financial product promotes, among other characteristics, environmental or social characteristics, or a combination of those characteristics, provided that the companies in which the investments are made follow good governance practices.”. Article 9, also known as ‘products targeting sustainable investments’, covers products targeting bespoke sustainable investments and applies “… where a financial product has sustainable investment as its objective and an index has been designated as a reference benchmark.”
    - `currency` string — Fund's currency

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/versions/415b27331384/schema)
