USD/CAD Exchange Rate History: Loonie per Dollar Since 1971

USD/CAD exchange rate history (Canadian dollars per US dollar) — Federal Reserve H.10 via FRED, daily since 1971. The oil-linked loonie, from 2007 parity to the 2014-2016 oil crash. CSV and Excel, free.

The Canadian dollar (the ‘loonie’) is a commodity currency, closely tied to oil prices because energy dominates Canada’s exports. This dataset tracks the Federal Reserve H.10 noon rate, expressed as Canadian dollars per US dollar, distributed via FRED under the code DEXCAUS, with daily coverage since 1971. A higher number means a stronger US dollar; a lower number means a stronger loonie.

Dataset: USD/CAD Exchange Rate (1971–2026) · Updated 2026-05-29

Latest Value
1.38
CAD per USD · May 29, 2026
Historical Percentile
82.7th
Historically high
Historical Average
1.24
CAD per USD · 13,900 observations
Historical Range
HIGH
1.61
Jan 18, 2002
LOW
0.92
Nov 7, 2007
CAD per USD

New datasets. No noise. Get notified when new macro and market datasets are published.



Loading FRED data…

Source: Federal Reserve Board · H.10 Foreign Exchange Rates (via FRED)


Macro Takeaway

USD/CAD is, more than any other major pair, a play on the oil price: when crude oil rises, Canada’s terms of trade improve and the loonie strengthens (the pair falls). It is also one component of the broad trade-weighted dollar.

The arc follows oil: the 2003-2013 commodity boom lifted the loonie to parity and beyond around 2007 and 2011, while the 2014-2016 oil crash weakened it sharply back toward 1.45. Since then the pair has traded in a 1.20-1.45 band, driven by oil and the Fed-Bank of Canada gap. It moves alongside the other commodity-linked major, AUD/USD.


Dataset Overview

IndicatorUSD/CAD Exchange Rate (1971–2026)
QuotationCAD per USD — Canadian dollars per US dollar; a higher value means a stronger US dollar and a weaker loonie
GeographyCanada / United States
FrequencyDaily (business days)
Period1971–2026
VariablesDate, exchange rate (CAD per USD)
FormatCSV, Excel (XLSX)
SourcesFederal Reserve Board — H.10 Foreign Exchange Rates (FRED series DEXCAUS)
Last updated

Dataset Variables

The CSV and Excel files contain the following columns. Each row represents one business day.

ColumnTypeDescription
dateDate (YYYY-MM-DD)Observation date (business day)
usd_cadFloatUSD/CAD exchange rate, CAD per USD

Column names match the CSV headers exactly.


Download the Complete Dataset

The full dataset is available in CSV and Excel formats — daily observations spanning 1971–2026.

New datasets. No noise. Get notified when new macro and market datasets are published.


FRED Direct CSV Access

The underlying data is published in the Federal Reserve Economic Data (FRED) database under the series code DEXCAUS, sourced from the Federal Reserve Board’s H.10 release:

https://fred.stlouisfed.org/graph/fredgraph.csv?id=DEXCAUS

The Eco3min dataset mirrors the same daily series, packaged in a stable, versionable CSV with consistent column names — designed for direct ingestion in Python, R, or any data pipeline. The URL never changes, making it suitable for automated scripts.

Direct CSV Access — Eco3min Structured Dataset

https://eco3min.fr/dataset/usd-cad-exchange-rate.csv

This URL returns the complete dataset in CSV format. It can be used directly in pandas, R, curl, or any data tool.


Using the Dataset in Python

import pandas as pd

url = "https://eco3min.fr/dataset/usd-cad-exchange-rate.csv"
df = pd.read_csv(url, parse_dates=["date"])

print(df.head())
print(df["usd_cad"].describe())

df.plot(x="date", y="usd_cad", title="USD/CAD Exchange Rate", legend=False)

Using the Dataset in R

library(readr)

url <- "https://eco3min.fr/dataset/usd-cad-exchange-rate.csv"
df <- read_csv(url)

head(df)
summary(df$usd_cad)

Both examples load the dataset directly from the URL — no download or API key required.


Methodology

The Federal Reserve reports the Canadian dollars per US dollar noon buying rate in New York, in its H.10 release.

The Federal Reserve publishes these rates daily in its H.10 release. Values are indicative noon or end-of-day rates, not transactable quotes, and there are no observations on weekends or US holidays. The series begins in 1971.

This dataset is updated via an automated pull from the FRED API (series DEXCAUS) by an Eco3min pipeline running on GitHub Actions, which regenerates the cleaned CSV and Excel files and refreshes the page metadata.


Data Quality & Provider Notes

The Federal Reserve H.10 rates are a standard, widely cited reference for bilateral exchange rates. A few provider-specific points matter when using this series.

  • Indicative, not transactable. H.10 rates are reference rates collected at a set time of day. They will differ from the bid/ask a trader actually deals on, and from other fixings (ECB, WM/Refinitiv 4pm London).
  • Gaps on non-business days. There are no observations on weekends or US public holidays, so the series is not strictly continuous in calendar time.
  • Bilateral, not trade-weighted. This is a single currency pair. It is not the broad, trade-weighted dollar index, which aggregates many bilateral rates.
  • Discontinued or restated quotes. The Federal Reserve has occasionally changed how a rate is reported; treat very long histories as broadly consistent rather than methodologically identical throughout.

Common Pitfalls When Using This Series

  1. Reading the quotation direction backwards. This series is Canadian dollars per US dollar, so the number rises when the US dollar strengthens and falls when the loonie strengthens. Getting the direction wrong inverts every move and every regime described below.
  2. Treating gaps as missing data. Weekends and holidays have no H.10 observation; this is by design, not a data error. Resample carefully before computing returns.
  3. Confusing a bilateral rate with the dollar’s overall strength. One pair can move on currency-specific news while the broad, trade-weighted dollar barely moves, and vice versa.

Historical Regimes

1971–2002 — Long depreciation. The Canadian dollar weakened to a record low near 1.61 per US dollar in 2002.

2003–2013 — Commodity boom and parity. Rising oil and commodity prices lifted the loonie to parity and beyond (below 1.00) around 2007 and 2011.

2014–2016 — Oil crash. The 2014-2016 collapse in oil prices weakened the loonie sharply back toward 1.45.

2017–2026 — Range. The pair has traded broadly 1.20-1.45, closely tied to oil prices and the Fed-Bank of Canada rate gap.


Related Macroeconomic Datasets


Developed Markets (ex-US) Hub

This dataset is part of the Eco3min repository of exchange rates, government bond yields, and policy rates for the major developed economies outside the United States, all sourced from the Federal Reserve and the OECD via FRED.

Explore the Developed Markets (ex-US) Hub


Sources

  • Federal Reserve Board — H.10 Foreign Exchange Rates, USD/CAD
  • Federal Reserve Bank of St. Louis — FRED database, series DEXCAUS
  • Federal Reserve H.10 noon buying rate, New York — basis underlying the FRED series

Dataset Reference

Last updated — 3 June 2026

Disclaimer – Financial Information: The analyses, commentary, and content published on eco3min.fr are provided for informational and educational purposes only. They do not constitute investment advice or a solicitation to buy or sell financial instruments. Past performance is not indicative of future results. All investment decisions involve risk and are the sole responsibility of the reader.