Uranium Price History: Monthly Spot Price Since 1992
Uranium price history in US dollars per pound (spot U3O8) — IMF Primary Commodity Prices via FRED, monthly since 1992. Covers the 2007 bubble, the post-Fukushima decade, and the 2024 nuclear revival. CSV and Excel, free.
Uranium fuels nuclear power, which supplies around a tenth of global electricity. Its price is unusually sentiment-driven and tied to nuclear policy rather than the day-to-day economic cycle. This dataset tracks the IMF Primary Commodity Prices benchmark, the spot U3O8 price, published monthly in US dollars per pound and distributed via FRED under the code PURANUSDM, with continuous coverage since 1992. Kazakhstan is the largest producer, supplying around 40% of world output.
Dataset: Uranium Price (1992–2026) · Updated 2026-03-01
Loading FRED data…
Source: IMF Primary Commodity Prices · International Monetary Fund (via FRED)
Macro Takeaway
Uranium is the energy commodity least tied to the daily economic cycle and most tied to policy and sentiment: a single reactor disaster or a wave of new-build commitments can reset demand for years. That makes it behave very differently from fossil fuels like coal and natural gas.
The arc is dramatic: a 2007 speculative bubble drove uranium to a record near $136 per pound; the 2011 Fukushima disaster then collapsed demand into a “lost decade”, bottoming below $18 per pound in 2016. A nuclear revival drove the spot price back above $100 per pound in January 2024 for the first time in 17 years, before a pullback. It is increasingly framed as an energy-transition play alongside crude oil.
Dataset Overview
| Indicator | Global Price of Uranium (1992–2026) |
|---|---|
| Geography | Kazakhstan (largest producer, ~40%), Canada, Namibia, Australia, Russia |
| Frequency | Monthly |
| Period | 1992–2026 |
| Variables | Date, uranium price (US dollars per pound) |
| Format | CSV, Excel (XLSX) |
| Sources | International Monetary Fund — Primary Commodity Prices (FRED series PURANUSDM) |
| Last updated | — |
Dataset Variables
The CSV and Excel files contain the following columns. Each row represents one calendar month.
| Column | Type | Description |
|---|---|---|
date | Date (YYYY-MM-DD) | Observation month (first day of month) |
uranium_price | Float | Global price of uranium, US dollars per pound |
Column names match the CSV headers exactly.
Download the Complete Dataset
The full dataset is available in CSV and Excel formats — monthly observations covering more than three decades.
FRED Direct CSV Access
The underlying data is published in the Federal Reserve Economic Data (FRED) database under the series code PURANUSDM, sourced from the IMF Primary Commodity Prices dataset:
https://fred.stlouisfed.org/graph/fredgraph.csv?id=PURANUSDM
The Eco3min dataset mirrors the same monthly series, packaged in a stable, versionable CSV with consistent column names — designed for direct ingestion in Python, R, or any data pipeline. The URL never changes, making it suitable for automated scripts.
Direct CSV Access — Eco3min Structured Dataset
https://eco3min.fr/dataset/uranium-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/uranium-price.csv" df = pd.read_csv(url, parse_dates=["date"]) print(df.head()) print(df["uranium_price"].describe()) df.plot(x="date", y="uranium_price", title="Uranium Price", legend=False)
Using the Dataset in R
library(readr) url <- "https://eco3min.fr/dataset/uranium-price.csv" df <- read_csv(url) head(df) summary(df$uranium_price)
Both examples load the dataset directly from the URL — no download or API key required.
Methodology
The IMF reports the uranium price in US dollars per pound, based on the spot price of U3O8 (NUEXCO/UxC Exchange Value).
Values are monthly averages, which smooth the intra-month swings visible in daily futures and physical quotes. The series begins in 1992.
This dataset is updated monthly via an automated pull from the FRED API (series PURANUSDM) by an Eco3min pipeline running on GitHub Actions, which regenerates the cleaned CSV and Excel files and refreshes the page metadata.
Data Quality & Provider Notes
The IMF/benchmark price is a widely cited physical-market reference. A few provider-specific points matter when using this series.
- Release latency. The IMF publishes Primary Commodity Prices monthly, typically in the first week of the following month. FRED ingests the update shortly after, and Eco3min mirrors it with a monthly pull. The series is not a real-time price.
- Monthly average vs futures spot. This series is a monthly average. It will differ from any single exchange settlement, and a monthly average necessarily understates intra-month peaks.
- Revisions. Prices are market-derived and not subject to the vintage revisions of survey-based macro series, though the IMF can restate recent observations.
- Alternative sources. ICE futures and the originating auction or indicator bodies provide higher-frequency or contract-specific quotes.
Common Pitfalls When Using This Series
- Confusing nominal and real prices. This series is nominal. Comparing an early-1990s reading to a recent one without adjusting for cumulative inflation overstates the real change. Deflating by CPI gives the true purchasing-power move.
- Reading the monthly average as a market price. Headlines quote exchange futures; this dataset reports the monthly benchmark average. The two diverge most during fast-moving rallies.
- Unit confusion. This series is the spot U3O8 price; most uranium is actually sold under long-term utility contracts at different prices, so the volatile spot price is not what most reactors pay.
Historical Regimes
1992–2003 — Low and stable. Post-Cold-War secondary supply (down-blended weapons material) kept uranium cheap, below $20 per pound.
2004–2007 — Speculative bubble. Supply disruptions and speculative demand drove uranium to an all-time high near $136 per pound in mid-2007.
2008–2010 — Crash. The financial crisis sent uranium below $50 per pound.
2011–2019 — The Fukushima lost decade. The 2011 Fukushima disaster, which shut Japan’s and Germany’s reactors, collapsed demand; uranium bottomed below $18 per pound in 2016.
2020–2024 — Nuclear revival. Producer supply cuts and renewed nuclear commitments drove a rally that broke $100 per pound in January 2024 for the first time in 17 years.
2024–2026 — Pullback. Prices retreated from the 2024 peak as supply responded.
Related Macroeconomic Datasets
- Coal Price — the power-generation fuel
- European Natural Gas (TTF) Price — the European gas benchmark
- WTI Crude Oil Price — the US oil benchmark
- LNG Japan Price — the Asian gas benchmark
- Brent Crude Oil Price — the global oil benchmark
Commodity Price Hub
This dataset is part of the Eco3min commodity price repository — energy, metals, agricultural softs, and grains, all sourced from IMF Primary Commodity Prices via FRED.
Explore the Commodity Price Hub
Sources
- International Monetary Fund — Primary Commodity Prices, Global Price of Uranium
- Federal Reserve Bank of St. Louis — FRED database, series PURANUSDM
- Spot U3O8 (NUEXCO/UxC Exchange Value) — basis underlying the IMF series
Dataset Reference
Last updated — 3 June 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.
