Financial Modeling Prep

getAcquisitionOwnership

Track changes in stock ownership during acquisitions using the Acquisition Ownership API. This API provides detailed information on how mergers, takeovers, or beneficial ownership changes impact the stock ownership structure of a company.

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

Other tools also called getAcquisitionOwnership? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Limit on number of results (default: 2000)"
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}