Finance · head-to-head
Indian Mutual Fund vs Razorpay IFSC
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`.
Razorpay's IFSC Toolkit is a free, keyless lookup over India's Indian Financial System Code directory, compiled from RBI and NPCI public data, returning the bank, branch, address, and supported payment rails (NEFT/RTGS/IMPS/UPI) for any given code. The underlying dataset and API server are open-sourced on GitHub, with official client libraries for Node, PHP, Ruby, and Go.
| Indian Mutual Fund | Razorpay IFSC | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |