Finance · head-to-head
Razorpay IFSC vs SEC EDGAR Data
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.
SEC EDGAR's data.sec.gov REST APIs serve JSON-formatted company filing histories and XBRL financial-statement facts (10-K, 10-Q, 8-K, and more) extracted from filings submitted to the U.S. Securities and Exchange Commission. No authentication or API key is required, but the SEC's fair-access policy requires a descriptive User-Agent header identifying the requester and caps traffic at 10 requests per second — requests without one are rejected with a 403. A live probe confirmed CORS is enabled (Access-Control-Allow-Origin: *) once that header is set.
| Razorpay IFSC | SEC EDGAR Data | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |