The Smart Money API

Congressional stock trades, institutional whale positions, dark pool volume, unusual options flow, and multi-source sentiment — all via clean REST API. Know what the insiders know.

Get API KeyBrowse Endpoints

What You Can Build

Congress Trade Alerts

Fire alerts the moment a senator or rep files a STOCK Act disclosure. 545 members tracked.

Whale Watching

Track 186+ institutional investors' 13F positions. Know when Berkshire, Bridgewater, or Renaissance makes a move.

Sentiment Screeners

Score stocks by Reddit heat, news sentiment, Google Trends, and StockTwits momentum in one unified signal.

Dark Pool Intelligence

Weekly FINRA ATS dark pool volume by ticker and venue — a signal retail investors almost never see.

API Endpoints

Congressional Trading STOCK Act

GET /v1/congress/trades

All congressional stock trades from STOCK Act disclosures. Filter by ticker, politician, chamber, or date range.

GET /v1/congress/trades/{symbol}

All congressional trades for a specific stock — who bought or sold, when, and at what size.

GET /v1/congress/politician/{id}

Full trading history for a specific politician. Win rate, top holdings, recent activity.

Institutional Whales 13F

GET /v1/whales

Leaderboard of 186+ institutional investors ranked by AUM. Quarterly 13F filing data.

GET /v1/whales/{cik}/holdings

Full portfolio for a specific institution — every position, size, and quarter-over-quarter change.

GET /v1/whales/ticker/{symbol}

Which institutions hold a specific stock, how much, and how it changed last quarter.

Sentiment Multi-Source

GET /v1/sentiment/{symbol}

Whisper Index score (0-100) combining Reddit, news, Google Trends, and StockTwits. Includes component breakdown.

GET /v1/sentiment/trending

Top trending tickers by momentum score. Updated continuously.

GET /v1/convergence/{symbol}

Signal convergence — when congressional trades + whale buying + bullish sentiment all align on one stock.

Dark Pool & Options FINRA

GET /v1/darkpool/{symbol}

Weekly FINRA ATS dark pool trading volume for a specific ticker across all venues.

GET /v1/options/unusual

Unusual options flow scanner — large OTM positions correlated with congressional and whale activity.

Example: Congress Trade Lookup

curl https://stonkwhisper.com/v1/congress/trades/NVDA \
  -H "Authorization: Bearer YOUR_API_KEY"

{
  "symbol": "NVDA",
  "trades": [{
    "politician": "Nancy Pelosi",
    "chamber": "House",
    "transaction": "Purchase",
    "amount_range": "$500,001 - $1,000,000",
    "date": "2026-01-15",
    "filed": "2026-01-28",
    "delay_days": 13
  }],
  "total": 1,
  "ticker_win_rate": 0.73
}

Pricing

Free
$0/mo
  • 100 requests/day
  • Congress trades endpoint
  • Sentiment leaderboard
  • No credit card
Premium
$49.99/mo
  • Unlimited requests
  • Real-time webhooks
  • Signal convergence
  • Bulk historical data
  • Priority support
  • MCP agent integration

Get Started

Free account — no credit card. Start pulling congressional trades in 60 seconds.

Get Free API KeyEnterprise Pricing
Disclaimer: Data provided through this API is aggregated from public sources (SEC EDGAR, FINRA, Reddit, StockTwits) and is for informational purposes only. It does not constitute financial advice, a recommendation to buy or sell any security, or professional investment guidance. Guerilla Finance LLC is not a registered investment advisor. Always conduct your own research and consult a licensed financial professional before making investment decisions. Full disclaimer