Gold Price in USD — Daily CSV Download

Gold is simultaneously a commodity, a monetary asset, and a hedge against inflation and systemic risk. This dataset provides the monthly average gold price in USD per troy ounce since 1960, sourced from the World Bank Commodity Price Data (Pink Sheet) — the institutional reference used by central banks, the IMF, and academic researchers worldwide. Its price relative to the dollar, to equities, or to oil reveals shifts in macro regime that other indicators miss.

Dataset: Gold Price — Monthly Average, USD (1960–2026) · Updated 2026-04-01

Latest Value
4,721.42 USD/troy oz
Apr 1, 2026
Historical Percentile
99.5th
Historically high
Historical Average
645.52 USD/troy oz
796 observations
Historical Range
HIGH
5,019.97 USD/troy oz
Feb 1, 2026
LOW
34.94 USD/troy oz
1970-01-01

New datasets. No noise. Get notified when new macro and market datasets are published.


Macro Takeaway

This indicator is a key component of the macro-financial monitoring framework. Its current level relative to its historical distribution — captured in the percentile and z-score above — provides immediate context for whether conditions are historically normal, stretched, or compressed.

Cross-referencing with the real gold price and the US dollar index helps situate this indicator within the broader macro regime.


Dataset Overview

IndicatorGold Price — Monthly Average, USD (1960–2026)
GeographyGlobal (USD per troy ounce)
FrequencyMonthly
Period1960–2026
Variablesdate, gold_price_usd
FormatCSV, Excel (XLSX)
SourcesWorld Bank Commodity Price Data (Pink Sheet)
Last updated

Dataset Variables

The CSV and Excel files contain the following columns.

ColumnTypeDescription
dateDate (YYYY-MM-DD)First day of month
gold_price_usdFloatMonthly average gold price (USD per troy ounce)

Column names match the CSV headers exactly.


Download the Complete Dataset

The full dataset is available in CSV and Excel formats.

New datasets. No noise. Get notified when new macro and market datasets are published.


Direct CSV Access — Eco3min Structured Dataset

https://eco3min.fr/dataset/gold-price.csv

This URL returns the complete dataset in CSV format. It can be used directly in pandas, R, curl, or any data tool.


Using the Dataset in Python

import pandas as pd

url = "https://eco3min.fr/dataset/gold-price.csv"
df = pd.read_csv(url, parse_dates=["date"])

print(df.head())
print(df.describe())

Using the Dataset in R

library(readr)

url <- "https://eco3min.fr/dataset/gold-price.csv"
df <- read_csv(url)

head(df)
summary(df)

Both examples load the dataset directly from the URL — no download or API key required.


Methodology

Monthly average gold price in USD per troy ounce, sourced from the World Bank Commodity Markets Outlook (CMO) historical data. The World Bank compiles this series from market sources including the London Bullion Market. Public domain data — no license restriction.

This dataset is updated automatically via the Eco3min data pipeline.


Historical Regimes

Historical regime analysis for this dataset will be added in a future update. The key stats block above provides immediate context for the current reading relative to the full historical distribution.


Related Macroeconomic Datasets

Related Research


Macroeconomic Dataset Hub

This dataset is part of the Eco3min macro-financial data repository.

Explore the Eco3min Dataset Hub


Sources

  • World Bank Commodity Price Data (Pink Sheet)

Dataset Reference

Last updated — 12 May 2026

Disclaimer – Financial Information: The analyses, commentary, and content published on eco3min.fr are provided for informational and educational purposes only. They do not constitute investment advice or a solicitation to buy or sell financial instruments. Past performance is not indicative of future results. All investment decisions involve risk and are the sole responsibility of the reader.