Finance Tools MCP

MIT License
16
  • Apple

get_institutional_holders

Identify major institutional and mutual fund holders for a specific stock ticker, with customizable results to show top N holders, enabling informed investment decisions.

Instructions

Get major institutional and mutual fund holders.

Input Schema

NameRequiredDescriptionDefault
tickerYes
top_nNo

Input Schema (JSON Schema)

{ "properties": { "ticker": { "title": "Ticker", "type": "string" }, "top_n": { "default": 20, "title": "Top N", "type": "integer" } }, "required": [ "ticker" ], "title": "get_institutional_holdersArguments", "type": "object" }
ID: o7bclp5ave