SILVER-PRICE — Daily CSV Download (Silver Price in USD)
Silver occupies a unique position among commodities — part precious metal, part industrial input. Its price is more volatile than gold and more sensitive to economic cycles. This dataset provides the monthly average silver price in USD per troy ounce since 1960, sourced from the World Bank Commodity Price Data (Pink Sheet). Silver’s dual role as a monetary hedge and an industrial demand barometer makes it a useful cross-check for macro regime identification.
Dataset: Silver Price — Monthly Average, USD (1960–2026) · Updated 2026-03-01
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 gold price and the copper price helps situate this indicator within the broader macro regime.
Dataset Overview
| Indicator | Silver Price — Monthly Average, USD (1960–2026) |
|---|---|
| Geography | Global (USD per troy ounce) |
| Frequency | Monthly |
| Period | 1960–2026 |
| Variables | date, silver_price_usd |
| Format | CSV, Excel (XLSX) |
| Sources | World Bank Commodity Price Data (Pink Sheet) |
| Last updated | — |
Dataset Variables
The CSV and Excel files contain the following columns.
| Column | Type | Description |
|---|---|---|
date | Date (YYYY-MM-DD) | First day of month |
silver_price_usd | Float | Monthly average silver 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.
Direct CSV Access — Eco3min Structured Dataset
https://eco3min.fr/dataset/silver-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/silver-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/silver-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 silver price in USD per troy ounce, sourced from the World Bank Commodity Markets Outlook (CMO) historical data. 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
- Gold Price History — Primary precious metal benchmark
- Copper Price History — Industrial metal comparison
- WTI Crude Oil Price — Commodity cycle context
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 — 15 April 2026
This article provides economic and financial analysis for informational purposes only. It does not constitute investment advice or a personalized recommendation. Any investment decision remains the sole responsibility of the reader.
