Source Code
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 filedtrade_date: When the trade happenedinsider_name: Name of the executive/directortitle: Role (CEO, CFO, Dir, etc.)trade_type: Purchase (P) or Sale (S)price: Transaction priceqty: Number of shares tradedvalue: Total value of the trade