goldprice.dev vs Kitco
Kitco is the name gold traders have trusted for market news and the Morning Fix since before most APIs existed. goldprice.dev is the developer API: JSON responses, 31 currencies, and MCP on every plan.
The trusted brand for gold market news and the physical trade.
- →Decades of market news and analysis. Daily commentary, mining-industry coverage, and video content from a newsroom — not something an API can replace. goldprice.dev ships price data, not journalism.
- →Historical charts back to 2000. Kitco's price page offers interactive charts across a multi-decade date range, built for browsing by eye. Our history is tier-windowed (30 days Free, 1 year Physical, full depth on Pro) and shaped for pulling into your own charts, not for browsing on our site.
- →The Kitco Morning Fix. A recognized daily reference price posted for each of several global trading hubs — a physical-bullion-trade convention goldprice.dev doesn't replicate.
- →A bullion-dealer arm, not just a chart. Kitco also runs online.kitco.com to buy and sell physical gold and silver directly. goldprice.dev is data-only — it doesn't sell metal.
Built to be called from code, not read off a screen.
- ✓An actual documented API. A REST API with an API key, a free tier, and versioned endpoints. We could not find a published, self-serve developer API on kitco.com — see the FAQ above.
- ✓JSON you can parse. Every response is structured JSON with unit-annotated fields, an
is_staleflag, and per-source attribution viasources[]. - ✓MCP on every plan. A native Model Context Protocol server, including on Free, so an AI agent can query live gold prices directly.
- ✓31 currencies, computed live. Gold spot in 31 currencies on every tier, computed from live USD spot × FX. Kitco's public price page is USD-only.
- ✓The actual retail price, by country. Live dealer sell & buyback quotes with premium-over-spot across 12 countries, from $10 Physical — what gold costs at a counter, not just the benchmark spot.
- ✓Free tier that fits a script. 1,000 calls/month, no credit card, no scraping required.
Head-to-head, line by line
We could not find a published, self-serve developer API on kitco.com, so most rows compare a market-news-and-dealer site to a developer API rather than API feature to API feature.
| Feature | goldprice.dev | Kitco |
|---|---|---|
| What it is | ||
| Product type | Developer API | Market news + bullion dealer |
| Published developer API / JSON feed | ✓ | None found |
| MCP server | All plans | — |
| Coverage | ||
| Gold (XAU) spot | ✓ | ✓ |
| Silver · platinum · palladium | Silver + copper, Pro+ | ✓ plus rhodium |
| Currencies | 31, computed live | USD only on price page |
| Historical charts | Tier-capped: 30d Free · 1yr Physical · full on Pro | Back to 2000, on the public charts |
| Daily reference fix | — | Kitco Morning Fix, multiple hubs |
| Market news & analysis | — | ✓ daily |
| Per-country dealer prices (12 countries) | ✓ Physical+ | — |
| Developer experience | ||
is_stale flag | ✓ | — |
sources[] array via ?include=sources | ✓ | — |
| Published methodology (per-source provenance) | ✓ | — |
| Pricing & access | ||
| Free access | 1,000 calls/mo, no key needed to browse pricing | Free to browse the site |
| Cheapest paid plan | $10/mo | N/A — sells physical metal, not a data plan |
Source: kitco.com (price page + forum) as of 2026-07-25. Last verified 2026-07-25.
Reference prices for informational purposes only. Not investment advice.
Who should pick which
This isn't really a competitive choice — it's two different jobs. Pick based on whether you're writing code or reading the news / buying metal.
You want gold market news, a trusted daily fix, or to buy physical metal.
You want to read market commentary, check the Morning Fix, browse decades of charts by eye, or buy or sell physical gold and silver directly.
You're writing code that needs a live gold price.
You're building an app, a bot, an internal dashboard, or an AI agent that needs to fetch gold, silver, or copper prices programmatically, including what gold actually costs to buy in 12 countries, with a documented API, rate limits, and MCP support.
Landed here by mistake?
If you want the daily news or a fix price to read, Kitco is the established name. If you're about to write a fetch call, you're in the right place.
Start on Free →