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.
https://financialdata.net/api/v1/mutual-fund-symbols| Name | Type | Description | Example |
|---|---|---|---|
| offset | integer | (Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0. | 500 |
| format | string | (Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON. | json, csv |
[
{
"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"
},
...
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.