USD to CAD exchange rate API

USD/CAD is one of the most traded currency pairs in the world, driven by the deeply integrated US and Canadian economies, cross-border trade, and oil prices — CAD is a commodity currency and often moves with crude.

Sample rate

1 USD = 1.3999 CAD

Illustrative rate for display only — get a free API key for real-time USD/CAD data.

US Dollar to Canadian Dollar — illustrative 30-day trend (sample data; real values via API)
1.42301.39852026-07-022026-07-31

Get this rate in one request

Live ratebash
curl "https://forex-feed.com/api/v1/latest?base=USD&symbols=CAD" \
  -H "Authorization: Bearer ff_live_YOUR_KEY"
Responsejson
{
  "success": true,
  "data": { "base": "USD", "rates": { "CAD": 1.3999 } },
  "meta": { "granularity": "20s", "plan": "unlimited" }
}
10-year history for chartsbash
curl "https://forex-feed.com/api/v1/pair-history?from=USD&to=CAD&start_date=2016-07-07&end_date=2026-07-07" \
  -H "Authorization: Bearer ff_live_YOUR_KEY"

Who integrates USD/CAD?

Cross-border ecommerce between the US and Canada is the classic integration: pricing Canadian checkout pages from USD catalogs, settling marketplace payouts, and reconciling accounting across both currencies. Payroll and invoicing tools serving North American clients hit this pair constantly.

FAQ

How often does the USD to CAD rate update?

Every 20 seconds on the Unlimited plan, every 5 minutes on Developer, and daily on the free plan — all from the same endpoint.

How much USD/CAD history is available?

Daily rates back to July 2016 with open, high, low, close and daily change on every record.

Can I get USD/CAD candles for charting?

Yes — pair-history with ohlc=1 returns daily OHLC candles ready for candlestick charts.

Start with 1,000 free requests

Free API key, no credit card. Docs for latest rates and pair history · also see CAD to USD.