Embed live UK bullion prices

A free widget for dealer websites, financial blogs, pawnbrokers — anyone who wants a live gold/silver/platinum/palladium price tile on their page. One-line install via iframe. No tracking, no JavaScript dependency on the host page, no maintenance.

Live preview

Copy-paste install

Drop this anywhere in your HTML. Resize via the width / height attributes.

<iframe
  src="https://bullionprice.co.uk/embed/?symbols=XAU,XAG,XPT,XPD&theme=dark"
  width="100%" height="180"
  style="border:0; max-width: 720px;"
  loading="lazy"
  title="Live UK bullion prices"
></iframe>

Compact strip (one line)

<iframe src="https://bullionprice.co.uk/embed/?compact=1" width="100%" height="90" style="border:0; max-width:720px;" loading="lazy"></iframe>

Light theme

<iframe src="https://bullionprice.co.uk/embed/?theme=light" width="100%" height="180" style="border:0; max-width:720px;" loading="lazy"></iframe>

Just gold & silver

<iframe src="https://bullionprice.co.uk/embed/?symbols=XAU,XAG" width="100%" height="180" style="border:0; max-width:560px;" loading="lazy"></iframe>

Parameters

ParameterValuesDefaultDescription
symbolsComma list: XAU, XAG, XPT, XPDXAU,XAG,XPT,XPDWhich metals to show
themedark · lightdarkColour scheme
compact1offSingle-row strip without the change pill
brandinghideshownHide the "Data from BullionPrice.co.uk" link

Refresh rate

The widget polls the BullionPrice API every five minutes — the same cadence as the main dashboard. Live data ultimately comes from metals.dev (twice-daily upstream) cached on Cloudflare Workers.

Licensing

Free to embed on any UK site, commercial or personal. Attribution (the small footer link) is appreciated; if you have a strong reason to hide it, add branding=hide.