Big Mac Index — methodology

The Big Mac Index dashboard on this site is a daily-nowcast extension of The Economist's Big Mac Index. The Economist publishes the underlying local-currency prices twice a year (January and July); we hold those prices fixed between releases and recompute the USD-implied price every morning against the previous day's European Central Bank FX rates.

This page documents the formula, refresh cadence, sources, and limitations. The Big Mac Index is a deliberate simplification of purchasing-power parity — we lean into the simplification and try to be honest about where it breaks down.

Formula

For each country and each calendar day, we compute two numbers:

Implied USD price — what a local Big Mac would cost in dollars if you converted today at the European Central Bank's reference rate:

implied_usd_price = local_price ÷ fx_today

where local_price is The Economist's published local-currency price for the most recent release, and fx_today is the units of that currency per US dollar from the latest ECB rate via Frankfurter.

Overvaluation — how far the implied USD price sits above or below the USA Big Mac price for the same release:

overvaluation = (implied_usd_price ÷ usa_release_price) − 1

A positive number means the local currency is overvalued relative to the dollar by the Big Mac standard; a negative number means undervalued.

Worked example — Euro area, January 2026 release

The euro is overvalued against the dollar by roughly 16% on this measure today, given the same local Big Mac price as in January.

Refresh cadence

Page-generation, FX-rate, and release timestamps are surfaced as a transparency strip at the top of the dashboard.

Sources

Limitations

The Big Mac Index is a one-good basket. A handful of caveats matter when reading our nowcast:

License & attribution

This dashboard is built on The Economist's Big Mac Index dataset, which is published under CC BY 4.0. Our derived dataset (the nowcast, history, sparkline data) inherits that license.

If you cite our numbers, please credit both The Economist (for the underlying index) and onesandwich.com (for the FX nowcast). The code, schemas, and refresh scripts live in github.com/lekashman/onesandwich.

← Back to the dashboard