Finance · head-to-head
Goldprice.dev vs Indian Mutual Fund
Goldprice.dev is a commodity-pricing API returning live XAU/XAG/copper spot prices across 31 currencies (cross-checked via exchangerate.dev with an ECB fallback), COMEX gold futures and GLD ETF data, and over a decade of daily XAU/USD history, with every price citing its source and published methodology. Access is anonymous and keyless by default at a modest rate limit; a free API key raises throughput, and paid tiers add per-country physical dealer pricing, a volatility/probability surface, a real-time SSE/WebSocket feed, and an MCP server on every plan. A live Origin-header probe against the real API host (api.goldprice.dev) found no Access-Control-Allow-Origin header, so CORS resolves to `no` — the stored `unknown` was unresolved, not confirmed open.
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`.
| Goldprice.dev | Indian Mutual Fund | |
|---|---|---|
| Authentication | None | None |
| Pricing | freemium | free |
| Formats | JSON, WebSocket | JSON |
| CORS | no | yes |
| HTTPS | Yes | Yes |
Indian Mutual Fund supports CORS, while Goldprice.dev doesn't — pick Indian Mutual Fund for direct browser calls.