openinsider

star 8

Fetch SEC Form 4 insider trading data (Directors, CEOs, Officers) from OpenInsider. Use this to track corporate insider buying/selling signals.

modbender By modbender schedule Updated 3/6/2026

name: openinsider description: Fetch SEC Form 4 insider trading data (Directors, CEOs, Officers) from OpenInsider. Use this to track corporate insider buying/selling signals. metadata: {"clawdbot":{"requires":{"bins":["python3"]},"install":[{"id":"pip-deps","kind":"exec","command":"pip3 install pandas requests lxml","label":"Install Python dependencies"}]}}

OpenInsider Skill

Fetch real-time insider trading data (SEC Form 4) from OpenInsider.com.

Usage

This skill uses a Python script to scrape and parse the OpenInsider data table.

Get Insider Trades

Get the latest transactions for a specific ticker.

skills/openinsider/scripts/fetch_trades.py NVDA

Options

  • --limit <n>: Limit number of results (default 10)
skills/openinsider/scripts/fetch_trades.py TSLA --limit 5

Output Fields

  • filing_date: When the Form 4 was filed
  • trade_date: When the trade happened
  • insider_name: Name of the executive/director
  • title: Role (CEO, CFO, Dir, etc.)
  • trade_type: Purchase (P) or Sale (S)
  • price: Transaction price
  • qty: Number of shares traded
  • value: Total value of the trade
Install via CLI
npx skills add https://github.com/modbender/skill-library-mcp --skill openinsider
Repository Details
star Stars 8
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator