fd_institutional_holders

Pack: financial-datasets · Endpoint: https://gateway.pipeworx.io/financial-datasets/mcp

Who holds (institutional 13F holders) — the institutional investors (funds, asset managers) that report holding a stock in their latest SEC Form 13F. Returns investor name, shares held, market value, and report period. Example: fd_institutional_holders({ ticker: “AAPL”, limit: 25, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
tickerstringyesStock ticker symbol, e.g. “AAPL”, “NVDA”, “TSLA”
limitintegernoMax holders to return (default 25, max 200)
_apiKeystringyesFinancial Datasets API key (from financialdatasets.ai)

Example call

curl -X POST https://gateway.pipeworx.io/financial-datasets/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"fd_institutional_holders","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "financial-datasets": {
      "url": "https://gateway.pipeworx.io/financial-datasets/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 4, 2026