Financial Modeling Prep

getSymbolChanges

Stay informed about the latest stock symbol changes with the FMP Stock Symbol Changes API. Track changes due to mergers, acquisitions, stock splits, and name changes to ensure accurate trading and analysis.

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

Other tools also called getSymbolChanges? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Optional limit on number of results (default: 100)"
    },
    "invalid": {
      "type": "boolean",
      "description": "Optional filter for invalid symbols (default: false)"
    }
  }
}