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: show the values
| Point | CHF/MXN |
|---|---|
| 2021-09-27 | 21.6630 |
| 2021-11-08 | 22.3061 |
| 2021-12-20 | 22.5218 |
| 2022-01-31 | 22.2853 |
| 2022-03-14 | 22.2764 |
| 2022-04-27 | 21.1418 |
| 2022-06-08 | 20.0704 |
| 2022-07-20 | 21.1163 |
| 2022-08-31 | 20.6252 |
| 2022-10-12 | 20.1285 |
| 2022-11-23 | 20.4196 |
| 2023-01-05 | 20.8773 |
| 2023-02-16 | 20.1276 |
| 2023-03-30 | 19.7574 |
| 2023-05-16 | 19.5049 |
| 2023-06-27 | 19.1124 |
| 2023-08-08 | 19.6017 |
| 2023-09-19 | 19.0735 |
| 2023-10-31 | 19.9387 |
| 2023-12-12 | 19.8474 |
| 2024-01-26 | 19.8576 |
| 2024-03-08 | 19.2201 |
| 2024-04-23 | 18.7919 |
| 2024-06-05 | 19.7773 |
| 2024-07-17 | 20.0542 |
| 2024-08-27 | 22.9734 |
| 2024-10-01 | 23.2133 |
| 2024-10-31 | 23.1712 |
| 2024-11-30 | 23.1264 |
| 2024-12-30 | 22.5593 |
| 2025-01-29 | 22.5819 |
| 2025-02-28 | 22.5879 |
| 2025-03-30 | 23.1597 |
| 2025-04-29 | 23.7381 |
| 2025-05-29 | 23.4345 |
| 2025-06-28 | 23.5669 |
| 2025-07-28 | 23.2630 |
| 2025-08-27 | 23.2222 |
| 2025-09-26 | 23.1197 |
| 2025-10-26 | 23.1489 |
| 2025-11-25 | 22.8018 |
| 2025-12-25 | 22.7506 |
| 2026-01-24 | 22.2149 |
| 2026-02-23 | 22.1595 |
| 2026-03-25 | 22.4993 |
| 2026-04-24 | 22.1379 |
| 2026-05-24 | 22.0815 |
| 2026-06-23 | 21.5936 |
| 2026-07-23 | 21.3991 |
| 2026-08-22 | 21.1232 |
| 2026-09-21 | 20.9296 |
High
23.7381
Low
18.7919
Average
21.5389
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.