CAD to MXN exchange rate API
Canadian Dollar to Mexican Peso · quoted 2026-09-24
12.4169
▼ +21.75% over 5Y
1 CAD = 12.4169 MXN · 1 MXN = 0.08054 CAD · Get this rate via the API
1 CAD buys 12.4169 MXN as of 2026-09-24, so 1 MXN buys 0.08054 CAD. Over the last 5 years, CAD/MXN traded between 12.2760 and 16.3933, averaged 13.7819 and fell 21.75%. The API holds daily CAD/MXN rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.
CAD/MXN over 5Y: show the values
| Point | CAD/MXN |
|---|---|
| 2021-09-27 | 15.8684 |
| 2021-11-08 | 16.3933 |
| 2021-12-20 | 16.0894 |
| 2022-01-31 | 16.2900 |
| 2022-03-14 | 16.3336 |
| 2022-04-27 | 15.9342 |
| 2022-06-08 | 15.6277 |
| 2022-07-20 | 15.9128 |
| 2022-08-31 | 15.4103 |
| 2022-10-12 | 14.5220 |
| 2022-11-23 | 14.4349 |
| 2023-01-05 | 14.3484 |
| 2023-02-16 | 13.8635 |
| 2023-03-30 | 13.3543 |
| 2023-05-16 | 12.9554 |
| 2023-06-27 | 12.9852 |
| 2023-08-08 | 12.7534 |
| 2023-09-19 | 12.7329 |
| 2023-10-31 | 13.0201 |
| 2023-12-12 | 12.7879 |
| 2024-01-26 | 12.7735 |
| 2024-03-08 | 12.5353 |
| 2024-04-23 | 12.4962 |
| 2024-06-05 | 12.9091 |
| 2024-07-17 | 13.0032 |
| 2024-08-27 | 14.4185 |
| 2024-10-01 | 14.5265 |
| 2024-10-31 | 14.4104 |
| 2024-11-30 | 14.5495 |
| 2024-12-30 | 14.1568 |
| 2025-01-29 | 14.1861 |
| 2025-02-28 | 14.1282 |
| 2025-03-30 | 14.2352 |
| 2025-04-29 | 14.1590 |
| 2025-05-29 | 14.0346 |
| 2025-06-28 | 13.7523 |
| 2025-07-28 | 13.5779 |
| 2025-08-27 | 13.5232 |
| 2025-09-26 | 13.2526 |
| 2025-10-26 | 13.1633 |
| 2025-11-25 | 13.0718 |
| 2025-12-25 | 13.1089 |
| 2026-01-24 | 12.6695 |
| 2026-02-23 | 12.5619 |
| 2026-03-25 | 12.8895 |
| 2026-04-24 | 12.7096 |
| 2026-05-24 | 12.5237 |
| 2026-06-23 | 12.3253 |
| 2026-07-23 | 12.4052 |
| 2026-08-22 | 12.2909 |
| 2026-09-21 | 12.2760 |
High
16.3933
Low
12.2760
Average
13.7819
Get this rate via the API
One GET request returns the CAD/MXN 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=CAD¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=MXN").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/MXN API questions
How do I get the CAD/MXN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/MXN rate in rates.MXN.
How far back does CAD/MXN historical data go?
Daily CAD/MXN rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CAD/MXN 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.