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-09-08, with open, high, low and daily change stored for every trading day.

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

First recorded (2016)

1.3002 on 2016-07-07

Latest close

1.3782 on 2026-09-08

10-year high

1.4535 on 2025-01-31

10-year low

1.2037 on 2021-06-02

Total change

+6.0%

Trading days

2,649

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-09-08" \
  -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,649 points …
      { "date": "2026-09-08", "rate": 1.3782 }
    ]
  },
  "meta": { "count": 2649 }
}

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.