Finance · head-to-head
CongressInvests vs IG
CongressInvests tracks U.S. congressional stock trades from official Senate EFD and House Clerk disclosures, refreshed every six hours, with per-ticker trade history, a global feed, and a Pro-only AI-generated trend narrative (sentiment plus notable member patterns, cached 24 hours per ticker). The core REST API is keyless for up to 100 requests/day; a $29/month Pro plan adds an X-Api-Key header for webhook alerts, the AI trend endpoint, and higher limits. It ships official Python and Node.js SDKs and markets itself against paid-only competitors like QuiverQuant and Unusual Whales.
IG's trading API layers REST order execution and Lightstreamer-based streaming onto the same CFD, spread-betting, and forex engine behind IG's own platform, authenticated with an API key generated from a live account (a linked demo account then lets you sandbox trades risk-free). There's no separate API fee — access is included with any account and gated only by IG's standard per-key usage quotas, not a metered price. A live probe of the real API host (api.ig.com) returned `Access-Control-Allow-Origin: *` even on an error response, confirming CORS is open — correcting the previously-recorded `unknown`.
| CongressInvests | IG | |
|---|---|---|
| Authentication | None | API Key |
| Pricing | freemium | free |
| Formats | JSON | JSON, WebSocket |
| CORS | yes | yes |
| HTTPS | Yes | Yes |
CongressInvests needs no API key, while IG requires API Key — pick CongressInvests to start without signup.