Political Capital Tracker — Congress + 13F Convergence
Pricing
Pay per usage
Political Capital Tracker — Congress + 13F Convergence
Find stocks where politicians AND institutional investors are buying simultaneously. Combines congressional trading disclosures (STOCK Act) with SEC 13F institutional holdings. Detects convergence signals — tickers with both politician buys and 13F position increases. No API key required.
Political Capital Tracker — Congress + Institutional 13F Convergence Signal
Find stocks where Congress members AND Wall Street are buying simultaneously.
This actor combines two of the most powerful public data sources in finance:
- Congressional trades (STOCK Act disclosures via House Stock Watcher)
- SEC 13F institutional holdings (largest hedge funds and asset managers)
When a politician buys a stock and a top-tier institution is increasing its position in the same quarter — that's a convergence signal. Research shows congressional trading outperforms the market; combining it with institutional confirmation dramatically reduces noise.
No API key required. Completely free data sources.
What This Actor Does
- Downloads all House congressional trade disclosures (public S3 dataset, updated daily)
- Filters to recent purchases within your lookback window
- Groups by ticker — finds stocks with multiple politicians buying
- Fetches the latest SEC 13F-HR filings for major institutional funds via EDGAR
- Cross-references: which tickers appear in both politician buys AND institutional increases?
- Outputs ranked convergence signals with full politician + fund attribution
Convergence Signal Logic
For each ticker T with >= N politician buys in the last X days:- Check if any major 13F filer increased position in T (new or increased QoQ)- convergence_score = politician_buy_count × (1 + institutional_increasing_count)- Flag as "convergence_signal" if any institution is bullish, else "politician_buy"
Higher convergence scores = stronger signal (more politicians + more institutions).
Use Cases
- Quantitative trading signals — Add congressional + institutional confirmation layer to stock screeners
- Political alpha research — Study the "Congress premium" with institutional validation
- Sentiment analysis — Track when political and financial elites align on same bets
- Risk management — Avoid stocks where politicians are selling while institutions exit
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
lookbackDays | integer | 30 | Days to look back for congressional trades (max 90) |
minPoliticianBuys | integer | 2 | Minimum politicians buying same ticker to flag |
topFunds | array | 5 major funds | Institutional funds to check 13F for |
includeAllTrades | boolean | false | Also output all individual congressional trade records |
minTradeAmount | select | any | Filter trades by STOCK Act amount range |
Default Funds Tracked
- Berkshire Hathaway (Warren Buffett)
- Bridgewater Associates (Ray Dalio)
- Renaissance Technologies (Jim Simons)
- Two Sigma
- Citadel (Ken Griffin)
Add any fund that files 13F-HR with the SEC — over 5,000 institutions qualify.
Output Format
Convergence Signal Record
{"_type": "convergence_signal","ticker": "NVDA","convergence_score": 12,"politician_buy_count": 4,"has_convergence": true,"politicians": [{"name": "John Smith","party": "R","state": "TX","amount": "$50,001-$100,000","date": "2024-11-15"}],"institutional_bullish": [{"fund": "Berkshire Hathaway","change": "increased","cusip": "67066G104"}],"trade_date_range": "2024-11-01 to 2024-11-22","asset_description": "NVIDIA Corporation"}
Politician Buy Only (no institutional confirmation)
{"_type": "politician_buy","ticker": "AMD","convergence_score": 3,"politician_buy_count": 3,"has_convergence": false,...}
Summary (Key-Value Store: SUMMARY)
{"total_convergence_signals": 8,"total_politician_only_signals": 12,"unique_tickers_bought": 47,"funds_checked": 5,"lookback_days": 30}
Pricing
| Event | Price | Description |
|---|---|---|
| Actor start | $0.001 | Per run |
| Convergence signal | $0.05 | Per ticker with politician buy + institutional increase |
| Trade record | $0.005 | Per congressional trade (when includeAllTrades=true) |
First 25 convergence signals free (Apify free tier).
Cost Examples
- Typical run (30 days, 5 funds): ~$0.001–$2.50 depending on signals found
- Research scan (90 days, 10 funds, all trades included): ~$1–$10
- Compared to: Quiver Quant ($20/mo), Capitol Trades ($15/mo), Unusual Whales ($25/mo)
Data Sources
| Source | URL | Update Frequency | Auth |
|---|---|---|---|
| House Stock Watcher | S3 public dataset | Daily | None |
| SEC EDGAR 13F-HR | data.sec.gov | Quarterly | None |
| OpenFIGI (CUSIP→Ticker) | api.openfigi.com | Real-time | None |
Important: Congressional trades are disclosed within 30–45 days of the transaction under the STOCK Act. 13F filings are submitted within 45 days of quarter end. This is backward-looking data — not real-time.
Limitations
- House only for congressional data (Senate STOCK Act disclosures are separate and less structured; future version may add Senate via efts.sec.gov)
- 45-day lag on 13F filings — institutional positions reflect quarter-end, not current
- CUSIP → ticker mapping relies on OpenFIGI free tier (may miss some exotic securities)
- Fund name matching uses EDGAR full-text search — obscure fund names may not resolve
Related Actors
- SEC 13F Holdings Tracker — Deep dive into a single fund's holdings
- Insider Trading Tracker — SEC Form 4 corporate insider trades
- Unusual Options Tracker — Options flow anomaly detection
Keywords: congressional trading, STOCK Act, politician stocks, 13F institutional, smart money tracker, political investing, SEC filings, insider trading, convergence signals