Financial Modeling Prep

getPositionsSummary

The Positions Summary API provides a comprehensive snapshot of institutional holdings for a specific stock symbol. It tracks key metrics like the number of investors holding the stock, changes in the number of shares, total investment value, and ownership percentages over time.

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

Other tools also called getPositionsSummary? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "year": {
      "type": [
        "string",
        "number"
      ],
      "description": "Year of filing"
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    },
    "quarter": {
      "type": [
        "string",
        "number"
      ],
      "description": "Quarter of filing (1-4)"
    }
  }
}