goldprice.dev vs goldprice.org
Same-sounding name, different job. goldprice.org is a page for people to read; goldprice.dev is an API for code to call.
It's the better site if you're a person, not a script.
- →160 currencies on the page. Gold priced in ounces, grams, and kilograms across 160 currencies, no sign-up required. goldprice.dev covers 31 currencies for gold spot.
- →Deep historical charts. Interactive charts spanning decades, built for browsing by eye. Our history is tier-windowed (30 days Free, 1 year Basic, full depth on Pro) and shaped for pulling into your own charts, not for browsing on our site.
- →One stop for the whole metals family. Sibling sites cover silver, platinum, and palladium with the same charting experience. We cover gold, silver, and copper as an API, not a multi-metal consumer portal.
- →No account, no key, just look. Open the page and read the number. Nothing to sign up for, nothing to authenticate.
Built to be called from code, not read off a screen.
- ✓An actual API. A documented REST API with an API key, a free tier, and versioned endpoints. goldprice.org has no published API for developers to build against.
- ✓JSON you can parse. Every response is structured JSON with unit-annotated fields, an
is_staleflag, and per-source attribution viasources[]. There is no equivalent machine-readable feed on goldprice.org. - ✓MCP on every plan. A native Model Context Protocol server, including on Free, so an AI agent can query live gold prices directly. Nothing comparable exists on a consumer charting site.
- ✓Free tier that fits a script. 1,000 calls/month, no credit card, no scraping required.
- ✓Documented rate limits, no silent breakage. Clear per-minute caps and a 429 response when you exceed them, instead of a page layout that can change under a scraper without notice.
Head-to-head, line by line
goldprice.org has no published API, so most rows compare a consumer product to a developer one rather than API feature to API feature.
| Feature | goldprice.dev | goldprice.org |
|---|---|---|
| What it is | ||
| Product type | Developer API | Consumer website |
| Public API for developers | ✓ | — |
| JSON response | ✓ | — |
| MCP server | All plans | — |
| Coverage | ||
| Gold (XAU) spot | ✓ | ✓ |
| Silver (XAG) + copper (HG) | ✓ Pro+ | Silver via sister site |
| Platinum · palladium | — | ✓ via sister sites |
| Currencies | 31 | 160 |
| Daily history depth | Tier-capped: 30d Free · 1yr Basic · full on Pro | Decades, on the public charts |
| Developer experience | ||
| Documented rate limits | ✓ | — |
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, ad-supported |
| Cheapest paid plan | $10/mo | N/A — no paid tier |
| Requires sign-up to view a price | — | — |
Source: goldprice.org public site + our own plans. Last verified 2026-07-06.
Who should pick which
This isn't really a competitive choice — it's a naming collision. Pick based on whether you're writing code or just want to look something up.
You're a person who wants to check today's price.
You want to glance at the gold price in your local currency, browse a long-run chart, or use a holdings calculator. No integration involved, no code.
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, with a documented API, rate limits, and MCP support.
Landed here by mistake?
If you typed "goldprice" looking for a price to read, goldprice.org is a fine free resource. If you're about to write a fetch call, you're in the right place.
Start on Free →