insider-trading
Installation
SKILL.md
Insider Trading
Fetch recent insider transactions from Yahoo Finance (SEC Form 4 data).
Instructions
Note: If
uvis not installed orpyproject.tomlis not found, replaceuv run pythonwithpythonin all commands below.
uv run python scripts/insider_trading.py SYMBOLS [--days DAYS]
Arguments
SYMBOLS- Single ticker or comma-separated list (e.g.,NVDAorNVDA,PLTR,GOOG)--days- Trailing days to look back (default: 90)