Financial Modeling Prep

getLatestInstitutionalFilings

Stay up to date with the most recent SEC filings related to institutional ownership using the Institutional Ownership Filings API. This tool allows you to track the latest reports and disclosures from institutional investors, giving you a real-time view of major holdings and regulatory submissions.

Remote cfocoder/financial-modeling-prep-mcp-server

Other tools also called getLatestInstitutionalFilings? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page": {
      "type": "number",
      "description": "Page number (default: 0)"
    },
    "limit": {
      "type": "number",
      "description": "Limit on number of results (default: 100, max: 100)"
    }
  }
}