You're viewing a demo portfolio

Join the waitlist
PRSM

insider-trading-intel

Active

Tool of The Stall

declared in 4.82.0

SEC Form 4 insider transaction intelligence. Mode get_insider_trades: Form 4 filings for a ticker in the last N days — insider name, role, buy/sell type, shares, price, total value, and net buy/sell sentiment. Mode recent_insider_buys: market-wide open-market purchase events (code P) above a min dollar threshold — highest-conviction insider signal. Source: SEC EDGAR public API, no auth required.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "mode"
  ],
  "properties": {
    "days": {
      "type": "integer",
      "description": "Days back to search (1–30). Default 7."
    },
    "mode": {
      "type": "string",
      "description": "get_insider_trades: Form 4s for a specific company (requires ticker). recent_insider_buys: market-wide open-market purchase feed (no ticker needed)."
    },
    "limit": {
      "type": "integer",
      "description": "Max results to return (1–20). Default 10."
    },
    "ticker": {
      "type": "string",
      "description": "Stock ticker symbol (e.g. AAPL, MSFT). Required for get_insider_trades."
    },
    "min_usd": {
      "type": "number",
      "description": "Minimum open-market purchase value in USD for recent_insider_buys mode. Default 50000 ($50k). Use 100000 for high-conviction only."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

The Stall

1/7 registries
View full server →
insider-trading-intel — The Stall — PRSM MCP