← CongressInvests home

Real-Time Trade Alerts

Get notified the moment a new disclosure hits — before most people even know it exists.

On disclosure timing: We can't show you trades the day they happen — nobody can, by law. What we can do is notify you within minutes or hours of when the disclosure becomes public. That's often the moment the broader market starts reacting.
🎯

Subscribe by ticker

Watch NVDA, AAPL, or any symbol. Get a webhook the instant a member files a trade on it.

👤

Subscribe by politician

Follow specific members of Congress across every ticker they trade — Senate or House.

Minutes after filing

Our incremental refresh runs every 6 hours. Webhooks fire the moment new PTRs are detected.

🔁

Reliable delivery

Automatic retries with exponential back-off. Every delivery attempt is logged.

Webhook payload delivered to your URL on every new trade:

{
  "event":            "new_trade",
  "ticker":           "NVDA",
  "politician":       "Nancy Pelosi",
  "trade_type":       "Purchase",
  "amount":           "$1,000,001 - $5,000,000",
  "filing_date":      "2026-05-30",
  "transaction_date": "2026-05-15",
  "source":           "House",
  "api_url":          "https://congressinfor-production.up.railway.app/trades/NVDA"
}

Webhook alerts are a Pro tier feature. View API docs ↗