Financial Modeling Prep

getStockSplits

Access detailed information on stock splits for a specific company using the FMP Stock Split Details API. This API provides essential data, including the split date and the split ratio, helping users understand changes in a company's share structure after a stock split.

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

Other tools also called getStockSplits? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Optional limit on number of results (default: 100, max: 1000)"
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}