Economics

  1. Home
  2. Education
  3. Economics

Is the Value of the Canadian Dollar related to Oil Prices?

Is the Value of the Canadian Dollar related to Oil Prices?

By Mike Moffatt, About.com

Q: I've heard many times on the news that the Canadian Dollar is going up in value relative to the American one because oil prices are going up. Is there a relationship between the value of the Canadian Dollar and crude oil prices?

A: Terrific question! This would be a great topic for an econometrics project. If I were to study it as one, I'd start this way.

First we need some data. For Canadian Data, a good list of resources is available at "Where can I get data on the Canadian economy?". I need two types of data - one on exchange rates and the other on oil prices.

To get the Canadian-American exchange rate I went to The PACIFIC Exchange Rate Service and choice "Canadian" as the base currency and "American" as the target currency. I chose to look at daily data from the time period January 1, 2002 to September 30, 2005. I then downloaded this into Excel format.

To get U.S. dollar oil price data I went to the U.S. Energy Information Administration and downloaded their Crude Oil Prices in Excel format.

In order to use both data sets, I needed to put them on the same Excel page, lined up the start and end dates, and delete any missing data where I had only the price of oil and not the exchange rate, or vice versa. When I finished that, I had 917 daily entries, with the date in Column A, the price of oil in column B, and the exchange rate in column C. A typical entry should look like:

    Dec 13, 2004 41.06 0.81374
The first thing I wanted to know is how correlated the data is. Correlation tells you how two sets of figures move - a positive correlation describes a situation when one goes up, the other goes up. Negative correlation is when one goes up and the other goes down. More formally, the Glossary of Economics Terms defines correlation as:
    Two random variables are positively correlated if high values of one are likely to be associated with high values of the other. They are negatively correlated if high values of one are likely to be associated with low values of the other.

    Formally, a correlation coefficient is defined between the two random variables (x and y, here). Let sx and xy denote the standard devations of x and y. Let sxy denote the covariance of x and y. The correlation coefficent between x and y, denoted sometimes rxy, is defined by:

    rxy = sxy / sxsy

    Correlation coefficients are between -1 and 1, inclusive, by definition. They are greater than zero for positive correlation and less than zero for negative correlations.(Econterms)

I would have guessed the correlation between oil prices and exchange rates for the 2002-2005 period would be around 0.3. This would imply that as oil prices rise so does the value of the Canadian dollar (and vice versa), but there are a lot of other factors that influence the value of the Canadian dollar, so the correlation would be far from perfect.

To calculate the correlation in Excel you use the command CORREL(B2:B918,C2:C918), where B2:B918 are the starting and ending points for the oil price data and C2:C918 are the starting and ending points for the Canadian dollar data.

Much to my surprise the correlation between oil prices and exchange rates for this period was not 0.3. It was 0.8477.

The 0.8477 figure is exceptionally high, denoting that there is a very, very strong positive relationship between movements in oil prices and movements in the value of the Canadian dollar.

In order to investigate the matter further, I decided to plot the data and run a regression. More on that on the next page.

Explore Economics

About.com Special Features

Economics

  1. Home
  2. Education
  3. Economics
  4. Issues In The News
  5. Economic Issues by Country
  6. C
  7. Canada
  8. Is the Value of the Canadian Dollar related to Oil Prices?

©2009 About.com, a part of The New York Times Company.

All rights reserved.