13F holdings of HNW individuals and hedge funds — append-only time series.
python -m src.whale_watch --seed && python -m src.whale_watch --fetch-all to seed and populate.--fetch {{ w.slug }}| # | Ticker | Issuer | Shares | Δ Shares | Δ% | Value | % Port | |
|---|---|---|---|---|---|---|---|---|
| {{ i + 1 }} | {{ p.ticker || '--' }} | {{ p.issuer }} | {{ fmtShares(p.shares) }} | {{ p.shares_delta ? (p.shares_delta > 0 ? '+' : '') + fmtShares(p.shares_delta) : '--' }} | {{ p.shares_delta_pct ? (p.shares_delta_pct > 0 ? '+' : '') + p.shares_delta_pct.toFixed(1) + '%' : '--' }} | {{ fmtAUM(p.value_usd) }} | {{ Number.isFinite(p.pct_portfolio) ? p.pct_portfolio.toFixed(1) + '%' : '--' }} | NEW |
| # | Ticker | Issuer | # Whales | Combined Value | Holders |
|---|---|---|---|---|---|
| {{ i + 1 }} | {{ t.ticker }} | {{ t.issuer }} | {{ t.n_whales }} | {{ fmtAUM(t.total_value_usd) }} | {{ h.name }}+ |
--fetch-activist to populate.
| Date | Whale | Form | Target | Stake % | Intent | Summary | |
|---|---|---|---|---|---|---|---|
| {{ c.filing_date }} | {{ c.manager_name }} | {{ c.form }} | {{ c.target_ticker || '--' }} {{ c.target_name }} | {{ Number.isFinite(c.stake_pct) ? c.stake_pct.toFixed(1) + '%' : '--' }} | {{ c.intent_class.replace('_', ' ') }} hostile | {{ c.intent_summary }} | view → |