← Back to Home

FMP Node API Documentation

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

MethodEndpointDescription
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.

Parameters

ParameterTypeRequiredDescription
symbolstringYesStock symbol (e.g., "AAPL", "MSFT", "GOOGL")

Example Response

Usage Examples

Error Handling

Always check the success property before accessing data:

Notes

  • The getHolders method 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 Corporation
    • GOOGL - Alphabet Inc.

Next: Explore other endpoint categories like ETF Data or Stock Data.