Skip to content

MXN to CAD exchange rate API

Mexican Peso to Canadian Dollar · quoted 2026-09-25

0.07977

▲ +5.90% over 1Y

1 MXN = 0.07977 CAD · 1 CAD = 12.5354 MXN · Get this rate via the API

1 MXN buys 0.07977 CAD as of 2026-09-25, so 1 CAD buys 12.5354 MXN. Over the last year, MXN/CAD traded between 0.07531 and 0.08180, averaged 0.07866 and rose 5.90%. The API holds daily MXN/CAD rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

MXN/CAD over 1Y

MXN/CAD over 1Y: show the values
PointMXN/CAD
2025-09-250.07533
2025-10-020.07589
2025-10-090.07616
2025-10-160.07623
2025-10-230.07596
2025-10-300.07531
2025-11-060.07587
2025-11-130.07666
2025-11-200.07656
2025-11-270.07655
2025-12-040.07647
2025-12-110.07591
2025-12-180.07660
2025-12-250.07628
2026-01-010.07619
2026-01-080.07716
2026-01-150.07816
2026-01-220.07901
2026-01-290.07885
2026-02-050.07871
2026-02-120.07908
2026-02-190.07931
2026-02-260.07961
2026-03-050.07726
2026-03-120.07679
2026-03-190.07661
2026-03-260.07764
2026-04-020.07753
2026-04-090.07939
2026-04-160.07949
2026-04-230.07878
2026-04-300.07803
2026-05-070.07922
2026-05-140.07980
2026-05-210.07936
2026-05-280.07967
2026-06-040.08041
2026-06-110.08037
2026-06-180.08122
2026-06-250.08073
2026-07-020.08095
2026-07-090.08073
2026-07-160.08048
2026-07-230.08061
2026-07-300.08072
2026-08-060.08114
2026-08-130.08180
2026-08-200.08105
2026-08-270.08171
2026-09-030.08107
2026-09-100.08154
2026-09-170.08142
2026-09-240.08028

High

0.08180

Low

0.07531

Average

0.07866

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=CAD").json()

Replace YOUR_API_KEY with the key from your dashboard.

MXN/CAD API questions

How do I get the MXN/CAD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=CAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MXN/CAD rate in rates.CAD.

How far back does MXN/CAD historical data go?

Daily MXN/CAD 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 MXN/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.