Finance · head-to-head
CongressInvests vs Indian Mutual Fund
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.
MFapi.in serves free, keyless access to India's mutual-fund NAV history — scheme metadata and full daily NAV time series for 10,000+ schemes registered with AMFI, refreshed six times a day from AMFI's own bulk feed. Responses are plain JSON with no authentication, rate limiting, or usage caps, and the project publishes an interactive Swagger UI covering every endpoint. A live Origin-header probe against the real API host (api.mfapi.in) confirmed CORS is enabled, returning `Access-Control-Allow-Origin: *` — resolving the previously-stored `unknown`.
| CongressInvests | Indian Mutual Fund | |
|---|---|---|
| Authentication | None | None |
| Pricing | freemium | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |