← ClaudeAtlas

institutional-flow-trackerlisted

Use this skill to track institutional investor ownership changes and portfolio flows using 13F filings data. Analyzes hedge funds, mutual funds, and other institutional holders to identify stocks with significant smart money accumulation or distribution. Helps discover stocks before major moves by following where sophisticated investors are deploying capital.
Serennity007/claude-trading-skills · ★ 0 · AI & Automation · score 70
Install: claude install-skill Serennity007/claude-trading-skills
# Institutional Flow Tracker ## Overview This skill tracks institutional investor activity through 13F SEC filings to identify "smart money" flows into and out of stocks. By analyzing quarterly changes in institutional ownership, you can discover stocks that sophisticated investors are accumulating before major price moves, or identify potential risks when institutions are reducing positions. **Key Insight:** Institutional investors (hedge funds, pension funds, mutual funds) manage trillions of dollars and conduct extensive research. Their collective buying/selling patterns often precede significant price movements by 1-3 quarters. ## Prerequisites - **FMP API Key:** Set `FMP_API_KEY` environment variable or pass `--api-key` to scripts - **Python 3.9+:** Required for running analysis scripts - **Dependencies:** `pip install requests` (scripts handle missing dependencies gracefully) ## When to Use This Skill Use this skill when: - Validating investment ideas (checking if smart money agrees with your thesis) - Discovering new opportunities (finding stocks institutions are accumulating) - Risk assessment (identifying stocks institutions are exiting) - Portfolio monitoring (tracking institutional support for your holdings) - Following specific investors (tracking Warren Buffett, Cathie Wood, etc.) - Sector rotation analysis (identifying where institutions are rotating capital) **Do NOT use when:** - Seeking real-time intraday signals (13F data has 45-day reporting lag) -