What This Does
This platform converts financial asset prices โ stocks, ETFs, and major indexes โ from US dollars into real commodity units. Instead of asking "how many dollars is the S&P 500 worth?", it asks "how many ounces of gold is the S&P 500 worth?" The answer often tells a very different story.
The conversion is straightforward: asset_price_USD รท commodity_price_USD = asset_price_in_commodity_units. But the insight it provides is profound โ it removes the variable of currency debasement from the equation entirely.
Features
- Major market indexes (Dow, S&P 500, NASDAQ, Russell 2000) priced in 10 different commodities
- Search any stock or ETF by ticker symbol
- USD vs commodity-price comparison charts on a dual axis
- 10 time frames from 1 day to 25 years of history
- Educational articles on monetary history and commodity money
- Live data from Yahoo Finance, cached hourly to minimise API load
Data Source
All price data is sourced from Yahoo Finance via the yfinance Python library. Data is cached for 1 hour to minimise API calls. Commodity futures prices are used โ for example, GC=F for Gold, CL=F for Crude Oil, SI=F for Silver โ providing standardised benchmark prices for each commodity.
Supported Commodities
Price any asset against any of these ten commodity benchmarks:
The Gold Standard Perspective
"In the absence of the gold standard, there is no way to protect savings from confiscation through inflation. There is no safe store of value."โ Alan Greenspan, 1966
Supported Indexes
- ^DJI โ Dow Jones Industrial Average
- ^GSPC โ S&P 500
- ^IXIC โ NASDAQ Composite
- ^RUT โ Russell 2000
Plus any custom Yahoo Finance ticker via the stock search feature.
Disclaimer
This tool is for informational and educational purposes only. It does not constitute financial advice. Historical performance in commodity terms does not predict future results. All data is sourced from Yahoo Finance and may be subject to delays or inaccuracies.
How the conversion works
The calculation is a simple division: the closing price of the asset in USD is divided by the closing price of the commodity in USD on the same date. The result is the number of commodity units the asset could theoretically purchase on that date.
For dates where commodity price data is unavailable (weekends, holidays), the platform interpolates using the nearest available prices so the time series remains continuous. This approach is transparent and reproducible from publicly available Yahoo Finance data.
For example: if the Dow Jones closes at $38,000 and gold closes at $2,500/oz on the same day, the Dow is worth 38,000 รท 2,500 = 15.2 troy ounces of gold.
See the numbers for yourself
Open the live dashboard and start exploring commodity-denominated asset valuations.
Launch the Dashboard โ