Skip to content

CHF to MXN exchange rate API

Swiss Franc to Mexican Peso · quoted 2026-09-25

21.3702

▼ +7.77% over 1Y

1 CHF = 21.3702 MXN · 1 MXN = 0.04679 CHF · Get this rate via the API

1 CHF buys 21.3702 MXN as of 2026-09-25, so 1 MXN buys 0.04679 CHF. Over the last year, CHF/MXN traded between 20.8469 and 23.1712, averaged 22.1537 and fell 7.77%. The API holds daily CHF/MXN rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

CHF/MXN over 1Y

CHF/MXN over 1Y: show the values
PointCHF/MXN
2025-09-2523.1712
2025-10-0223.0938
2025-10-0922.8470
2025-10-1623.0864
2025-10-2323.0879
2025-10-3023.1467
2025-11-0622.9928
2025-11-1322.9611
2025-11-2022.7595
2025-11-2722.7658
2025-12-0422.8211
2025-12-1122.8151
2025-12-1822.6456
2025-12-2522.7506
2026-01-0122.7161
2026-01-0822.5225
2026-01-1522.2006
2026-01-2222.0487
2026-01-2922.3547
2026-02-0522.3897
2026-02-1222.3074
2026-02-1922.2706
2026-02-2622.2020
2026-03-0522.6025
2026-03-1222.6546
2026-03-1922.5697
2026-03-2622.4678
2026-04-0222.4410
2026-04-0922.0497
2026-04-1622.0441
2026-04-2322.1107
2026-04-3022.3039
2026-05-0722.1113
2026-05-1421.9951
2026-05-2122.0073
2026-05-2822.0358
2026-06-0421.9429
2026-06-1121.7605
2026-06-1821.6233
2026-06-2521.6914
2026-07-0221.7558
2026-07-0921.7499
2026-07-1621.6032
2026-07-2321.3991
2026-07-3021.4161
2026-08-0621.3051
2026-08-1320.9852
2026-08-2021.2651
2026-08-2721.0807
2026-09-0321.0429
2026-09-1020.8668
2026-09-1720.8469
2026-09-2421.2433

High

23.1712

Low

20.8469

Average

22.1537

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/MXN API questions

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

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

How far back does CHF/MXN historical data go?

Daily CHF/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 CHF/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.