Mutual Fund Symbols API

A mutual fund is an investment fund that pools money from multiple investors to buy securities. Mutual funds are not traded on stock exchanges but can be purchased and sold through brokerage firms or fund companies. This API endpoint returns a few thousand fund symbols, along with additional information. There is a limit of 500 records per API call.

API Endpoint

https://financialdata.net/api/v1/mutual-fund-symbols

Query Parameters

NameTypeDescriptionExample
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.500
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbol": "AAAAX",
    "fund_name": "DWS RREEF Real Assets Fund, Class A"
  },
  {
    "trading_symbol": "AAAEX",
    "fund_name": "Virtus KAR Health Sciences Fund, P"
  },
  {
    "trading_symbol": "AAAIX",
    "fund_name": "STRATEGIC ALLOCATION: AGGRESSIVE FUND, I CLASS"
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.