latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

mutual_funds

MFs directory

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.

get/mutual_funds/list

Query parameters

symbolstring

Filter by symbol

figistring

Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href="https://twelvedata.com/pricing">Ultra</a> plan (individual) and the <a href="https://twelvedata.com/pricing-business">Enterprise</a> plan (business) and above.

isinstring

Filter by international securities identification number (ISIN). ISIN access is activating in the <a href="https://twelvedata.com/account/add-ons">Data add-ons</a> section

cusipstring

The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href="https://twelvedata.com/account/add-ons">Data add-ons</a> section

cikstring

The CIK of an instrument for which data is requested

countrystring

Filter by country name or alpha code, e.g., United States or US

fund_familystring

Filter by investment company that manages the fund

fund_typestring

Filter by the type of fund

performance_ratinginteger

Filter by performance rating from 0 to 5

risk_ratinginteger

Filter by risk rating from 0 to 5

format'JSON' | 'CSV'

The format of the response data

delimiterstring

The separator used in the CSV response data

dpinteger

Number of decimal places for floating values

pageinteger

Page number

outputsizeinteger

Number of records in response

Response

statusstring required

Response status

Example response

{
  "result": {
    "count": 1000,
    "list": [
      {
        "symbol": "0P0001LCQ3",
        "name": "JNL Small Cap Index Fund (I)",
        "country": "United States",
        "fund_family": "Jackson National",
        "fund_type": "Small Blend",
        "performance_rating": 2,
        "risk_rating": 4,
        "currency": "USD",
        "exchange": "OTC",
        "mic_code": "OTCM"
      }
    ]
  },
  "status": "ok"
}