Data source
Data from Stooq, delivered clean.
2 datasets pulled from Stooq's releases, checked field by field and shipped the way you want them — daily, weekly, or hourly, your call.
- 2 datasets
- 2 industrys
- Real rows on request
Gold
1Stooq — XAUUSD Historical Gold Data
Silver
1Stooq — XAGUSD Silver Price Data
Pick a catch, see the rows.
Name any Stooq dataset and we send real rows from it — not a screenshot of rows. 1,744 datasets. Pick your catch.
Get a sampleAPI, files, or your warehouse. Daily, weekly, or hourly.
Straight answers about Stooq data
What does the change column pack into one cell?
Both return and delta. Each gold row reports movement versus the prior close as percentage and absolute value in one pipe-separated cell - -0.08% | -3.66 - so a single parse pass yields a return series and a dollar-move series without any derivation on your side.
Does the silver series carry volume figures?
It carries the column, and on a spot series it usually reads zero. Treat volume as a structural placeholder rather than a liquidity signal; the price quartet - open, high, low, close - is where the silver stream earns its keep.
Is daily the only granularity available?
Daily is the base rhythm for both metals, one row per session. A weekly rendering of the gold series sits folded under additional fields on request, and daily bars resample cleanly to weekly or monthly once delivered - name the cadence when you ask for the sample.
Why does the gold table carry a row-number column?
The reverse-chronological No. counter doubles as a citation handle: it pins an exact session even when dates repeat across archive segments, and it tells you instantly which end of any window is newest without parsing a single date.