Gold Price in EUR — Live API

Live XAU-EUR spot via continuous spot reference. One of 13 currencies served natively — no FX triangulation required for launch.

XAU-EUR-SPOT
$3,932.69
EUR per troy ounce
Per-source freshness
World Gold Council (live spo: 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.

  • wgc.fsapi.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-SPOT

Markets that resolve on this data

  • Polymarket: EUR-denominated gold markets (rare but supported)

Related

Ship it this week

Free tier for prototyping. $10 Basic unlocks live oracle + gold/silver futures settlement. $50 Pro adds silver + copper + commercial use.

Get an API Key →