Financial Modeling Prep

getLatestMergersAcquisitions

Access real-time data on the latest mergers and acquisitions with the FMP Latest Mergers and Acquisitions API. This API provides key information such as the transaction date, company names, and links to detailed filing information for further analysis.

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

Other tools also called getLatestMergersAcquisitions? 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: 1000)"
    }
  }
}