Goldprice.dev

Cross-validated gold, silver & copper spot prices in 13 currencies

📈 FinanceDYINGchecked 8h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Goldprice.dev serves precious-metal spot and futures quotes reconciled across sources, in more than a dozen currencies. The keyless /v1/prices endpoint returns core spot rows; a free account unlocks history, statistics and higher limits. Anonymous calls carry a usage-notice header.

41HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 41 · dying
Uptime history
15.7%90 days
8.3%30 days
677P50 · ms
1297P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 296 ms, slowest 1009 ms, most recent 386 ms.
Live response samplecaptured by our last successful check
GET https://api.goldprice.dev/v1/prices

{
  "symbols": [
    {
      "symbol": "XAU",
      "quote_currency": "AUD",
      "unit": "troy_ounce",
      "contract_type": "spot",
      "price": "6015.4711128",
      "is_stale": false,
      "computed_at": "2026-07-05T10:29:02.163353+00:00"
    }
  ]
}
Call itcurl · fetch · python
curl "https://api.goldprice.dev/v1/prices"
const res = await fetch("https://api.goldprice.dev/v1/prices");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.goldprice.dev/v1/prices")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 2DyingFULL DOCS ↗
Dying — error rate climbing on GET /prices677 mschecked 8h ago
GET/pricesPROBED

Cross-validated gold, silver & copper spot prices in 13 currencies

GET/prices?limit=5

Paginated variant with limit parameter.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Goldprice.dev: common questions

Is Goldprice.dev free to use?

Yes — Goldprice.dev is a free finance API. Free tier: Free keyless tier (limited fields); free account lifts caps. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Goldprice.dev need an API key?

No — Goldprice.dev needs no API key or signup. You can call it straight away; rate limits still apply (Anonymous usage caps apply; exact limit unpublished).

Can I call Goldprice.dev from the browser?

Not directly — Goldprice.dev doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Goldprice.dev up right now?

As of our last scheduled check, Goldprice.dev is dying with 15.7% uptime over 90 days and a 677 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.