Skip to content

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

CAD/MXN over 5Y: show the values
PointCAD/MXN
2021-09-2715.8684
2021-11-0816.3933
2021-12-2016.0894
2022-01-3116.2900
2022-03-1416.3336
2022-04-2715.9342
2022-06-0815.6277
2022-07-2015.9128
2022-08-3115.4103
2022-10-1214.5220
2022-11-2314.4349
2023-01-0514.3484
2023-02-1613.8635
2023-03-3013.3543
2023-05-1612.9554
2023-06-2712.9852
2023-08-0812.7534
2023-09-1912.7329
2023-10-3113.0201
2023-12-1212.7879
2024-01-2612.7735
2024-03-0812.5353
2024-04-2312.4962
2024-06-0512.9091
2024-07-1713.0032
2024-08-2714.4185
2024-10-0114.5265
2024-10-3114.4104
2024-11-3014.5495
2024-12-3014.1568
2025-01-2914.1861
2025-02-2814.1282
2025-03-3014.2352
2025-04-2914.1590
2025-05-2914.0346
2025-06-2813.7523
2025-07-2813.5779
2025-08-2713.5232
2025-09-2613.2526
2025-10-2613.1633
2025-11-2513.0718
2025-12-2513.1089
2026-01-2412.6695
2026-02-2312.5619
2026-03-2512.8895
2026-04-2412.7096
2026-05-2412.5237
2026-06-2312.3253
2026-07-2312.4052
2026-08-2212.2909
2026-09-2112.2760

High

16.3933

Low

12.2760

Average

13.7819

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=MXN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=MXN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=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&currencies=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.