Mutual Fund Endpoints
The Mutual Fund Endpoints provide access to mutual fund holder data. This allows you to see which mutual funds hold a specific stock and their positions. For mutual fund quotes, use the general quote endpoint documented in the Quote Endpoints.
Available Methods
| Method | Endpoint | Description |
|---|---|---|
| GET | /mutual-fund-holder/{symbol} | Get mutual fund holders of a specific stock |
Get Mutual Fund Holders
Retrieve the mutual funds that hold a specific stock and their positions. This is essential for understanding which mutual funds are invested in particular stocks and their respective holdings.
TypeScriptTypeScript
| Parameter | Type | Description | |
|---|---|---|---|
| symbol | string | required | Stock symbol (e.g., "AAPL", "MSFT", "GOOGL") |
Example Response
TypeScriptTypeScript
Usage Examples
TypeScriptTypeScript
Error Handling
Always check the success property before accessing data:
TypeScriptTypeScript
Notes
- The
getHoldersmethod returns the mutual funds that hold a given stock and their respective positions. - Use this endpoint to analyze which mutual funds are invested in particular stocks.
- For mutual fund quotes, use the Quote Endpoints.
- All mutual fund data is sourced from Financial Modeling Prep's comprehensive financial database.
- Common stock symbols to analyze include:
AAPL- Apple Inc.MSFT- Microsoft CorporationGOOGL- Alphabet Inc.
Next: Explore other endpoint categories like ETF Data or Stock Data.