goldprice.dev vs goldprice.org
Same-sounding name, different job. goldprice.org shows a chart; goldprice.dev gives developers the actual retail price of gold in 12 countries, as JSON and MCP.
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 Physical, 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.
- ✓The actual retail price, by country. Live dealer sell & buyback quotes with premium-over-spot across 12 countries, from $10Physical. goldprice.org shows a spot chart; it doesn't show what gold costs at a dealer counter.
- ✓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 Physical · full on Pro | Decades, on the public charts |
| Per-country dealer prices (12 countries) | ✓ Physical+ | — |
| 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.
Reference prices for informational purposes only. Not investment advice.
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, 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 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 →FAQ
Is goldprice.org an API I can call from code?
No. goldprice.org is a consumer website — live charts, calculators, and news for people checking the gold price by hand. It has no published API, no API keys, and no developer docs. If you're looking for a way to pull gold prices into your own app, goldprice.dev is the developer API; the name overlap is coincidental but trips people up constantly.
I just want to look up today's gold price in my currency. Which should I use?
goldprice.org, if you're a person checking a number on a page. It covers 160 currencies with gram, ounce, and kilogram views and decades of chart history, built for browsing, not integration. goldprice.dev is built the other way around: JSON responses for code, with a live price page on the site as a secondary convenience.
Does goldprice.dev have the same currency and chart depth as goldprice.org?
Not the same shape. goldprice.dev serves gold spot in 31 currencies on every tier (realtime USD spot × live FX), with daily history back to 1996 (window-capped by tier — 30 days on Free, 1 year on Physical, full depth on Pro). goldprice.org's public charts run deeper on both currencies (160) and years, because that breadth is the product; ours is meant to be called from a script, not scrolled through.
Can I build a product on top of goldprice.org's data?
Not officially. There's no terms-of-service-sanctioned API or feed to build against, so any script scraping the page is fragile and unsupported. goldprice.dev is designed for exactly this: a stable REST API with an API key, documented rate limits, and a native MCP server so an AI agent can query it directly.
Does goldprice.org show what gold actually costs to buy?
No; it shows a spot-price chart. goldprice.dev's Physical tier ($10+) covers live dealer sell and buyback quotes with premium-over-spot across 12 countries, the real price at the counter rather than a chart of the benchmark, as developer-facing JSON and MCP, not a page to read.