Financial Modeling Prep

searchInsiderTrades

Search insider trading activity by company or symbol using the Search Insider Trades API. Find specific trades made by corporate insiders, including executives and directors.

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

Other tools also called searchInsiderTrades? 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: 100)"
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    },
    "companyCik": {
      "type": "string",
      "description": "Company CIK number"
    },
    "reportingCik": {
      "type": "string",
      "description": "Reporting CIK number"
    },
    "transactionType": {
      "type": "string",
      "description": "Transaction type (e.g., S-Sale)"
    }
  }
}