Gold Price in EUR — Live API
Live XAU-EUR spot — one of 31 supported currencies, priced from realtime USD spot × live FX and cross-checked against the continuous spot reference.
XAU-EUR-SPOT
$3,540.42
EUR per troy ounce
Per-source freshness
USD spot × live FX (exchange: 1m ago
Continuous spot reference (l: 1m ago
How it's computed
Every source that contributes to this row appears in the sources[] array with its own license, timestamp, and staleness flag. No blending, no hidden median. See /methodology for the full picture.
fx.exchangerate.eurspot_reference.eur
Call it yourself
Bearer token + one GET. MCP-native agents on Free already.
curl -H "Authorization: Bearer ga_live_..." \
"https://api.goldprice.dev/v1/prices?symbol=XAU-EUR-SPOT"const res = await fetch(
"https://api.goldprice.dev/v1/prices?symbol=XAU-EUR-SPOT",
{ headers: { Authorization: `Bearer ${process.env.GOLDPRICE_API_KEY}` } }
);
const { symbols } = await res.json();
const row = symbols[0];
console.log(row.price, row.sources); // pass-through sources[]# In Claude Desktop / Cursor with @goldprice/mcp configured:
> Use get_spot_price for XAU-EUR-SPOT
# Then get provenance:
> Use get_metadata for XAU-EUR-SPOTRelated
- Gold Price in USD →
- Silver Price in USD →
- Copper Futures Price in USD →
- Pricing + API plans →
- MCP setup →
- Methodology →
Ship it this week
Free tier for prototyping. $10 Physical unlocks the live XAU oracle + gold futures prices + 1-year history + per-country dealer prices. $30 Pro adds silver + copper, futures settlement, and commercial use.
Get an API Key →