The Whopper Index

The Big Mac Index meets its match
Author

Robert Ritz

Published

September 8, 2022

The Big Mac Index was released in 1986 by The Economist, a newspaper, as an easy to approach explanation of the concept of purchasing power parity (PPP) between currencies. The prices of Mcdonald’s famous Big Mac are recorded in the local currency, then compared to the official exchange rate.

The final index tells you whether a currency is under or over-valued compared to a base currency, typically the US dollar. The basic idea is that a Big Mac is the same in every country where it is sold, so you could judge the relative value of a currency by its price in the local currency. Over the years, much research has been done into “burgernomics”, as The Economist calls it.

Even with so much success, there are two serious limitations to the Big Mac Index. First, differences in wages and marketing costs could explain differences in Big Mac prices from country to country. Second, Mcdonald’s isn’t everywhere, so the index is limited in geographic scope.

This second reason is why I decided to continue the tradition of burgernomics with another global burger chain, Burger King. Where Mcdonald’s has chosen not to enter a country, Burger King may have. This will allow us to bring the concept of burgernomics to more countries. In addition, where both chains exist, we can see where they agree or disagree.

Whopper Index Methodology

The Economist helpfully hosts the code and data for their Big Mac Index on Github, which allowed me to match my index calculation method to theirs. First, the current exchange rate to the USD was collected for each country.

Next, the price of a single Whopper (burger only) in the local currency was collected. This often meant going to the local Burger King website or the partnering food delivery company to find the price of a Whopper. If a price couldn’t be found, it was usually because online prices simply weren’t given.

In some cases, the burger price by itself was not available, and only the Whopper meal was. If a price wasn’t available, the country was scratched off the list. In the US, I took the average Whopper Price for 4 cities around the country (Dallas, New York, Chicago, and Los Angeles).

What resulted is a dataset of Whopper prices and exchange rates for 49 countries. Once this initial data collection was finished, I calculated the implied exchange rate between the local currency and the US Dollar. For example, in the Czech Republic, a Whopper costs 99 Czech Korunas (CZK). In the US, a Big Mac costs $6.09 USD.

By dividing the two, we can find that the implied exchange rate is 16.25 CZK per 1 USD. If the actual exchange rate is 24.61 CZK/USD, we can find that the Czech Koruna is 33.9% undervalued. The formula to derive this is (Implied FX Rate - Actual FX Rate) / Actual FX Rate.

Let’s take a look at the Whopper Index for the 49 countries I was able to collect data.

The Whopper Index includes 9 countries not on the Big Mac Index. This is either because Mcdonald’s does not exist in the country (Mongolia and Kenya) or because they didn’t make it on The Economist’s list. These countries are:

  • Bangladesh
  • Belarus
  • Iraq
  • Kazakhstan
  • Kenya
  • Maldives
  • Mongolia
  • Morocco
  • Nigeria

Conversely, the Big Mac Index includes 16 countries that do not appear on the Whopper Index.

Have It Your Way

Besides the index, we can look at Whopper prices adjusted to USD. This will give us a sense of how expensive (or inexpensive) a Whopper is in each country. First, let’s see where Whoppers are priced at a premium.

These are, of course, the same countries where the Whopper Index tells us that the local currency is overvalued. Nevertheless, it helps bring the point home when you see that a Whopper costs $9.01 in Denmark. It seems in Denmark, you can have it your way if you can afford it.

Next, let’s see where Whoppers are the cheapest.

In South Africa, a Whopper is an absolute steal at $1.73. The Whopper Index tells us the South African Rand is undervalued by 72%. Mongolia, where Mcdonald’s doesn’t have any branches and therefore is not on the Big Mac Index, also made the list of cheapest Whoppers.

Big Mac Index + Whopper Index

One of my big goals for this project was to see whether my Whopper Index would agree with the Big Mac Index. We can do this in two ways. First, I plot the USD price of a Big Mac and a Whopper in each country where data exists.

This is a helpful dollars-to-dollars comparison of the burgers in each country.

Next, I plotted the final index values for both the Big Mac Index and the Whopper Index.

As you can see, the indices largely agree. Where they don’t, I believe there are two possibilities for the cause.

One is that my data is simply faulty. For many countries, I relied on delivery platforms to collect price data. While I was careful not to include delivery charges, the platforms may add to the price of the burger on top of the in-store price. If this happened, we would expect a higher value on the index.

The other possibility is a difference between the operating characteristics of Mcdonald’s and Burgers Kings in different countries. For example, if the local Burger King is more up-market in one country compared to the US, but the local Mcdonald’s is more down-market, you would expect divergence in the indices. In this scenario, we would expect a higher valued currency on the Whopper Index and a lower value on the Big Mac Index. We would expect a higher value because the relative price of a Whopper is higher locally compared to the US than the relative price of a Big Mac.

Of course, there are many permutations and other possibilities for why these indices may diverge. This is an area of future work that I (or others) could take on. In general, I will assume that my data is wrong until proven otherwise. If you have some insight in this, please do let me know.

Notes and the future of the Whopper Index

In a project like this, there are many nuances and decisions that are made along the way. The biggest choice I had to make was on the final list of countries. Many countries did not make the index due to a lack of price data. A few examples:

  • In Venezuela, I could only find USD prices on the Burger King website.
  • In the United Arab Emirates, the pricing and exchange rate didn’t make much sense (it showed a price $100 per Whopper once converted).

I also discovered I’m not the first to create a Whopper Index. Business Day, a Nigerian news website, created its Whopper Index that tracks Whopper prices in six African countries. I’m glad I was able to include 4 of these 6 countries on my Whopper Index.

In the future, I hope to be able to add more countries to the Whopper Index. If possible, I would like to have every country with a Burger King represented on the index. Also, if you know anyone at Burger King that can get me this data, let me know 😉.

You can view the code and the data for this article here.