# Spot, futures, and settlement: gold prices decoded

There is no single "gold price." When someone quotes you a number, they could mean the spot price, a futures contract price, or a settlement/fix price, and these are materially different things that serve different purposes. Treating them interchangeably is a common mistake that causes real errors in application and analysis. The [live gold chart](/prices/xau-usd) on this site shows the spot price — the most useful reference for real-time applications.

## The spot price

The spot price is the current market price for gold delivered immediately, or near-immediately (typically within two business days). It reflects live supply and demand across global OTC (over-the-counter) markets, where large participants (banks, dealers, central banks) trade gold around the clock.

When you see a live gold price ticker, you're generally seeing an approximation of the spot price, derived from continuous activity in these OTC markets. The number updates constantly during market hours and continues moving during overnight Asian and European sessions, because gold markets operate across time zones without closing.

The spot price is the right number for:

- Valuing physical gold holdings right now
- Benchmarking the current cost of converting currency to gold
- Building applications that need a continuous, real-time reference price
- Comparing gold's performance against other assets on an intraday basis

One nuance: the spot price you see quoted on any given platform is not a single authoritative number from one exchange. It's a market-derived reference, and different aggregators may show slightly different values depending on their data sources and how they compute the midpoint. The differences are usually small (fractions of a dollar), but they exist.

## Futures prices

Gold futures are contracts to buy or sell gold at a specified price on a specified future date. Active contracts exist for various expiry months, each with its own price. The nearest active expiry, the "front month," is what most people see quoted when they look at gold futures.

The futures price is almost always higher than the spot price. This premium is called "contango," and its size reflects the cost of carry: primarily the interest rate you'd earn if you held cash instead of gold, plus storage costs. When real interest rates are high, the futures curve slopes more steeply upward. When real rates are negative, contango narrows significantly.

In rare circumstances, futures can trade below spot, a condition called "backwardation." This typically signals genuine near-term physical tightness, where demand for immediate delivery is outstripping supply.

The futures price is the right number for:

- Hedging future gold exposure (producers, refiners, jewelers protecting against price moves)
- Expressing a directional view with defined leverage and expiry
- Understanding where the market collectively expects gold prices to be at a future date

But futures prices should not be used as a "current gold price" for valuation purposes. A December futures contract trading at $2,480 when spot is $2,450 doesn't mean gold is expected to rise. It reflects the cost of carry for roughly six months, not a directional forecast.

## Settlement and fix prices

Fix prices, sometimes called benchmark or reference prices, are published at specific times each business day following a structured auction process. The result is a single, agreed number for that moment, rather than a continuous stream of prices.

These benchmarks are widely used in contracts and transactions because they provide a defined, agreed-upon number. If a refiner sells gold to a buyer and the contract specifies a particular benchmark on a particular date, both parties know exactly what the price was, with no ambiguity about timing or which platform was consulted. Physical gold trades, ETF net asset value calculations, and many long-term purchase agreements all reference fix prices for this reason.

There are two fix prices per trading day (typically morning and afternoon in the London session), so within a day where spot gold moved substantially, the AM fix and PM fix can differ meaningfully.

The fix price is the right number for:

- Settling physical delivery contracts
- Computing NAV for gold-backed financial products
- Pricing large institutional transactions where an agreed single reference is needed
- Historical analysis comparing gold returns across specific dates

## When the three diverge

Under normal conditions, spot and the nearby futures price track each other closely (with futures slightly higher by the carry cost), and the fix prices fall within the range of that day's spot trading. But they can diverge.

During periods of market stress, the gap between spot and futures can widen or invert as liquidity conditions differ between markets. During illiquid periods (holidays, overnight), the fix price at a given time might not reflect the latest spot move. When a short squeeze occurs in a particular futures contract, the front-month futures price can spike even if spot is more stable.

For most developer applications, the spot price is what you want: it's continuous, current, and reflects the best available market price at any moment. If you're building settlement logic tied to a contract or computing gold holdings against a defined date, fix prices are more appropriate.

Knowing which number you're using, and why, matters more than it might seem. Conflating them is how errors enter gold-related calculations. For a deeper dive on why different spot feeds can themselves disagree, see [What it means when gold sources disagree](/blog/price-divergence-explained).
