institutional-flow-trackerUse 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.
Install via ClawdBot CLI:
clawdbot install Veeramanikandanr48/institutional-flow-trackerThis 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.
Use this skill when:
Do NOT use when:
This skill uses Financial Modeling Prep (FMP) API to access 13F filing data:
Setup:
# Set environment variable (preferred)
export FMP_API_KEY=your_key_here
# Or provide when running scripts
python3 scripts/track_institutional_flow.py --api-key YOUR_KEY
API Tier Requirements:
13F Filing Schedule:
Execute the main screening script to find stocks with notable institutional activity:
Quick scan (top 50 stocks by institutional change):
python3 institutional-flow-tracker/scripts/track_institutional_flow.py \
--top 50 \
--min-change-percent 10
Sector-focused scan:
python3 institutional-flow-tracker/scripts/track_institutional_flow.py \
--sector Technology \
--min-institutions 20
Custom screening:
python3 institutional-flow-tracker/scripts/track_institutional_flow.py \
--min-market-cap 2000000000 \
--min-change-percent 15 \
--top 100 \
--output institutional_flow_results.json
Output includes:
For detailed analysis of a specific stock's institutional ownership:
python3 institutional-flow-tracker/scripts/analyze_single_stock.py AAPL
This generates:
Key metrics to evaluate:
Follow the portfolio moves of specific hedge funds or investment firms:
# Track Warren Buffett's Berkshire Hathaway
python3 institutional-flow-tracker/scripts/track_institution_portfolio.py \
--cik 0001067983 \
--name "Berkshire Hathaway"
# Track Cathie Wood's ARK Investment Management
python3 institutional-flow-tracker/scripts/track_institution_portfolio.py \
--cik 0001579982 \
--name "ARK Investment Management"
CIK (Central Index Key) lookup:
Analysis output:
Read the references for interpretation guidance:
references/13f_filings_guide.md - Understanding 13F data and limitationsreferences/institutional_investor_types.md - Different investor types and their strategiesreferences/interpretation_framework.md - How to interpret institutional flow signalsSignal Strength Framework:
Strong Bullish (Consider buying):
Moderate Bullish:
Neutral:
Moderate Bearish:
Strong Bearish (Consider selling/avoiding):
For new positions:
For existing holdings:
Screening workflow integration:
All analysis generates structured markdown reports saved to repository root:
Filename convention: institutional_flow_analysis_
Report sections:
Data Lag:
Coverage:
Reporting Rules:
Interpretation:
Insider + Institutional Combo:
Sector Rotation Detection:
Contrarian Plays:
Smart Money Validation:
The references/ folder contains detailed guides:
Main screening script for finding stocks with significant institutional changes.
Required:
--api-key: FMP API key (or set FMP_API_KEY environment variable)Optional:
--top N: Return top N stocks by institutional change (default: 50)--min-change-percent X: Minimum % change in institutional ownership (default: 10)--min-market-cap X: Minimum market cap in dollars (default: 1B)--sector NAME: Filter by specific sector--min-institutions N: Minimum number of institutional holders (default: 10)--output FILE: Output JSON file path (default: institutional_flow_results.json)--sort-by FIELD: Sort by 'ownership_change', 'institution_count_change', 'dollar_value_change'Deep dive analysis on a specific stock's institutional ownership.
Required:
--api-key: FMP API key (or set FMP_API_KEY environment variable)Optional:
--quarters N: Number of quarters to analyze (default: 8, i.e., 2 years)--output FILE: Output markdown report path--compare-to TICKER: Compare institutional ownership to another stockTrack a specific institutional investor's portfolio changes.
Required:
--cik CIK: Central Index Key of the institution--name NAME: Institution name for report--api-key: FMP API key (or set FMP_API_KEY environment variable)Optional:
--top N: Show top N holdings (default: 50)--min-position-value X: Minimum position value to include (default: 10M)--output FILE: Output markdown report pathValue Dividend Screener + Institutional Flow:
1. Run Value Dividend Screener to find candidates
2. For each candidate, check institutional flow
3. Prioritize stocks with rising institutional ownership
US Stock Analysis + Institutional Flow:
1. Run comprehensive fundamental analysis
2. Validate with institutional ownership trends
3. If institutions are selling, investigate why
Portfolio Manager + Institutional Flow:
1. Fetch current portfolio via Alpaca
2. Run institutional analysis on each holding
3. Flag positions with deteriorating institutional support
4. Consider rebalancing away from distribution
Technical Analyst + Institutional Flow:
1. Identify technical setup (e.g., breakout)
2. Check if institutional buying confirms
3. Higher conviction if both align
Note: This skill is designed for long-term investors (3-12 month horizon). For short-term trading, combine with technical analysis and other momentum indicators.
Generated Feb 23, 2026
A retail investor researching a potential stock purchase uses the skill to check if institutional investors are also buying, confirming their thesis with smart money flows before committing capital. This helps avoid stocks that institutions are exiting.
A portfolio manager monitors holdings for institutional ownership trends, identifying stocks with declining institutional support that may signal future price drops, enabling proactive rebalancing to mitigate risk.
A hedge fund analyst tracks where institutions are rotating capital across sectors like Technology or Healthcare, using the skill to discover emerging trends and allocate funds to sectors with increasing smart money inflows.
An individual investor tracks the portfolio moves of high-profile investors like Warren Buffett or Cathie Wood by analyzing their 13F filings, mimicking their strategies to identify potential high-conviction stocks.
A financial advisor screens for stocks with significant institutional accumulation, such as over 15% quarter-over-quarter ownership increase, to recommend new investment opportunities to clients before major price moves.
The skill relies on the FMP API, which offers free and paid tiers; a business could integrate it into a premium investment platform, charging users for access to institutional flow data and analysis tools. Revenue comes from monthly or annual subscriptions.
A fintech company uses the skill to provide institutional flow reports and insights to hedge funds or asset managers, offering customized analysis and alerts for a fee based on data volume or frequency.
An online investing course or newsletter incorporates the skill to teach followers how to track smart money, generating revenue through course sales, memberships, or affiliate marketing with brokerage services.
š¬ Integration Tip
Ensure an FMP API key is set via environment variable or script argument, and schedule analyses around 13F filing deadlines to access timely data.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.