Get current gold spot prices in multiple currencies. Returns price per gram, kilogram, and troy ounce with timestamp of last update.
{
"status": "ok",
"error": null,
"data": {
"currency": "USD",
"gram": 152.1,
"kilogram": 152101.49,
"ounce": 4312,
"lastUpdated": "2026-02-07T12:00:00.000Z",
"change24h": 28.5,
"change24hPct": 0.67,
"changeDirection": "up",
"high24h": 4325,
"low24h": 4278.5,
"formatted": {
"ounce": "$4,312.00",
"gram": "$152.10",
"kilogram": "$152,101.49",
"ounceWords": "four thousand three hundred twelve dollars",
"kilogramWords": "one hundred fifty-two thousand one hundred one dollars"
}
}
}






Get current gold spot prices in multiple currencies. Returns price per gram, kilogram, and troy ounce with timestamp of last update.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/goldprice?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ currency, gram, kilogram, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseOur Gold Price API delivers spot prices for gold and silver updated hourly. Get prices per gram, kilogram, and troy ounce in 30+ currencies.
Integrate our API to automatically calculate product prices based on current gold/silver rates. Update your catalog as metal prices change with hourly updates.
Build portfolio tracking features with our API. Let users input their holdings and see current valuations for gold and silver updated hourly.
Copy a working request, or install a typed SDK. Same endpoint, same key.
const res = await fetch("https://api.apiverve.com/v1/goldprice?currency=USD&hourly=true", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
How gold, silver, and precious metal prices are determined and quoted.
Understanding the differences between gold and silver as investments.
How to present precious metal prices in multiple currencies.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog