The Big Mac Index

The Big Mac index, published by The Economist from 2000 to 2018.

THE Big Mac index was invented by The Economist in 1986 as a lighthearted guide to whether currencies are at their "correct" level. It is based on the theory of purchasing-power parity (PPP), the notion that in the long run exchange rates should move towards the rate that would equalise the prices of an identical basket of goods and services (in this case, a burger) in any two countries.

Examples

Basic Examples

Retrieve the dataset:

In[1]:=
ResourceData["The Big Mac Index"]
Out[1]=

Plot Dollar PPP against the Dollar Exchange rate for Argentina and China:

In[2]:=
DateListPlot[
 ResourceData["The Big Mac Index"][[2]][{"DollarPPP", "DollarEx"}], PlotRange -> All, PlotLegends -> {"Dollar PPP", "Dollar Exchange"}, PlotLabel -> "Argentina"]
Out[2]=
In[3]:=
DateListPlot[
 ResourceData["The Big Mac Index"][[10]][{"DollarPPP", "DollarEx"}], PlotRange -> All, PlotLegends -> {"Dollar PPP", "Dollar Exchange"}, PlotLabel -> "China"]
Out[3]=

Plot the changes in the Big Mac price in Chile relative to its US Dollar valuation:

In[4]:=
DateListPlot[
 ResourceData["The Big Mac Index"][
   Select[#Country === Entity["Country", "Chile"] &]][All, "DollarValuation"], PlotRange -> All, PlotLegends -> {"Dollar Valuation"}, Joined -> True, Filling -> Bottom, PlotLabel -> "Chile"]
Out[4]=

Wolfram Research, "The Big Mac Index" from the Wolfram Data Repository (2018)   https://doi.org/10.24097/wolfram.67673.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information