Financial Modeling Prep

getInsiderTradeStatistics

Analyze insider trading activity with the Insider Trade Statistics API. This API provides key statistics on insider transactions, including total purchases, sales, and trends for specific companies or stock symbols.

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

Other tools also called getInsiderTradeStatistics? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}