Get notified the moment a new disclosure hits — before most people even know it exists.
Watch NVDA, AAPL, or any symbol. Get a webhook the instant a member files a trade on it.
Follow specific members of Congress across every ticker they trade — Senate or House.
Our incremental refresh runs every 6 hours. Webhooks fire the moment new PTRs are detected.
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 ↗