πŸ‡¬πŸ‡§ UK site Β· GBPπŸ‡ΊπŸ‡Έ US site Β· USD
πŸ“ Data source & formula

Methodology

How this site's gold price per gram is sourced, calculated and refreshed.

Data Source

Live spot gold prices are sourced from goldapi.io, queried in GBP against the XAU (gold) symbol. This is a live wholesale/interbank-style spot price, not a retail dealer quote.

Update Frequency

The price is refreshed three times per day via an automated job. Every page always shows the exact "Last refreshed" timestamp of the data currently displayed. If the live feed is temporarily unavailable, the site falls back to the last known price and shows a clear "using cached rate" banner rather than a broken or zeroed page.

Calculation Formula

price_per_gram(24k) = spot_price_per_troy_oz(GBP) / 31.1035
price_per_gram(22k, 21k, 18k, 14k) = goldapi.io's own per-carat quote field (its true fine-gold ratio, not a fixed rounded fraction)
price_per_gram(9ct) = price_per_gram(24k) Γ— 0.375 (fallback formula, used because goldapi.io has no 9ct field)
scrap_estimate(purity) = price_per_gram(purity) Γ— dealer_discount_factor

The reference fractions in the table below are shown for comparison and used only as a fallback if goldapi.io's live per-carat field is ever missing β€” in normal operation, 22k/21k/18k/14k prices come directly from goldapi.io's own quote for that carat, which can differ very slightly (typically under 0.3%) from a simple 24k Γ— nominal-hallmark-fraction calculation.

Purity Fractions β€” Reference & Fallback Values

PurityHallmarkReference fractionPrice source
24 Carat9991Direct goldapi.io field
22 Carat9160.9167Direct goldapi.io field
21 Carat8750.875Direct goldapi.io field
18 Carat7500.75Direct goldapi.io field
14 Carat5850.585Direct goldapi.io field
9 Carat3750.37524k Γ— fraction (fallback formula)

Scrap / Dealer Discount

The scrap gold estimate applies a configurable discount factor (currently 0.85) to the live per-gram price. This is explicitly an estimate, not a market rule β€” real dealer offers vary by purity, weight sold and the individual dealer. Always get a real quote before selling.

Who Runs This Site

Gold Price Per Gram UK is an independent calculator site. It is not a dealer, refiner or financial adviser, and prices shown are indicative only β€” always confirm with a dealer or jeweller before any transaction.

Transparency & Methodology

GP

Gold Price Per Gram UK

Independent, Open-Source Live Tracker

An independent calculator that pulls a live gold spot price and applies the standard troy-ounce-to-gram conversion deterministically β€” no manual price entry, no AI estimate.

Live goldapi.io feed Updated 3Γ—/day

Methodology & Limitations

Prices are the live interbank/wholesale spot rate sourced from goldapi.io, not a retail dealer quote. See the full methodology for the exact formula and update schedule.

Not a Dealer or Adviser

This site is not a bullion dealer, refiner or financial adviser β€” prices are indicative only. Before selling, compare quotes from a reputable dealer; for industry-standard benchmark pricing see the LBMA Gold Price.

Open Source

The fetch, formula and page-generation code is public. Inspect it or suggest improvements on GitHub.