Skip to content

CHF to MXN exchange rate API

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

21.3702

▼ +1.35% over 5Y

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 5 years, CHF/MXN traded between 18.7919 and 23.7381, averaged 21.5389 and fell 1.35%. 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 5Y

CHF/MXN over 5Y: show the values
PointCHF/MXN
2021-09-2721.6630
2021-11-0822.3061
2021-12-2022.5218
2022-01-3122.2853
2022-03-1422.2764
2022-04-2721.1418
2022-06-0820.0704
2022-07-2021.1163
2022-08-3120.6252
2022-10-1220.1285
2022-11-2320.4196
2023-01-0520.8773
2023-02-1620.1276
2023-03-3019.7574
2023-05-1619.5049
2023-06-2719.1124
2023-08-0819.6017
2023-09-1919.0735
2023-10-3119.9387
2023-12-1219.8474
2024-01-2619.8576
2024-03-0819.2201
2024-04-2318.7919
2024-06-0519.7773
2024-07-1720.0542
2024-08-2722.9734
2024-10-0123.2133
2024-10-3123.1712
2024-11-3023.1264
2024-12-3022.5593
2025-01-2922.5819
2025-02-2822.5879
2025-03-3023.1597
2025-04-2923.7381
2025-05-2923.4345
2025-06-2823.5669
2025-07-2823.2630
2025-08-2723.2222
2025-09-2623.1197
2025-10-2623.1489
2025-11-2522.8018
2025-12-2522.7506
2026-01-2422.2149
2026-02-2322.1595
2026-03-2522.4993
2026-04-2422.1379
2026-05-2422.0815
2026-06-2321.5936
2026-07-2321.3991
2026-08-2221.1232
2026-09-2120.9296

High

23.7381

Low

18.7919

Average

21.5389

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.