USD to CAD exchange rate API
US Dollar to Canadian Dollar · quoted 2026-09-26
1.4142
▲ +1.14% over 7D
1 USD = 1.4142 CAD · 1 CAD = 0.70709 USD · Get this rate via the API
1 USD buys 1.4142 CAD as of 2026-09-26, so 1 CAD buys 0.70709 USD. Over the last 7 days, USD/CAD traded between 1.3983 and 1.4143, averaged 1.4064 and rose 1.14%. The API holds daily USD/CAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
Get this rate via the API
One GET request returns the USD/CAD rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CAD").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/CAD API questions
How do I get the USD/CAD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/CAD rate in rates.CAD.
How far back does USD/CAD historical data go?
Daily USD/CAD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free USD/CAD exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.