USD/CAD historical exchange rates

Every statistic and point on this page is computed from the same dataset the API serves: daily USD/CAD closes from 2016-07-07 to 2026-07-21, with open, high, low and daily change stored for every trading day.

USD/CAD — 2016-07-07 to 2026-07-21 (weekly sampling of daily closes)
1.44911.20492016-07-072026-07-21

First recorded (2016)

1.3002 on 2016-07-07

Latest close

1.4113 on 2026-07-21

10-year high

1.4535 on 2025-01-31

10-year low

1.2037 on 2021-06-02

Total change

+8.5%

Trading days

2,600

Pull this dataset yourself

Full 10-year USD/CAD series (Unlimited plan)bash
curl "https://forex-feed.com/api/v1/pair-history?from=USD&to=CAD&start_date=2016-07-07&end_date=2026-07-21" \
  -H "Authorization: Bearer ff_live_YOUR_KEY"
Response shapejson
{
  "success": true,
  "data": {
    "from": "USD", "to": "CAD",
    "points": [
      { "date": "2016-07-07", "rate": 1.3002 },
      … 2,600 points …
      { "date": "2026-07-21", "rate": 1.4113 }
    ]
  },
  "meta": { "count": 2600 }
}

USD-base pairs can add ohlc=1 for daily candles — see the pair history docs.

Ten years of history, one request

Full historical access is included in the Unlimited plan — see pricing.