CHF to MXN exchange rate API
Swiss Franc to Mexican Peso · quoted 2026-09-25
21.3702
▼ +5.75% over YTD
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 year to date, CHF/MXN traded between 20.8866 and 22.6734, averaged 21.8658 and fell 5.75%. 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 YTD: show the values
| Point | CHF/MXN |
|---|---|
| 2025-12-31 | 22.6734 |
| 2026-01-07 | 22.5806 |
| 2026-01-14 | 22.2349 |
| 2026-01-21 | 22.1380 |
| 2026-01-28 | 22.3567 |
| 2026-02-04 | 22.2304 |
| 2026-02-11 | 22.3535 |
| 2026-02-18 | 22.2171 |
| 2026-02-25 | 22.1335 |
| 2026-03-04 | 22.5077 |
| 2026-03-11 | 22.6335 |
| 2026-03-18 | 22.4779 |
| 2026-03-25 | 22.4993 |
| 2026-04-01 | 22.5425 |
| 2026-04-08 | 22.0857 |
| 2026-04-15 | 22.1105 |
| 2026-04-22 | 22.1479 |
| 2026-04-29 | 22.0518 |
| 2026-05-06 | 22.1513 |
| 2026-05-13 | 22.0398 |
| 2026-05-20 | 21.9828 |
| 2026-05-27 | 22.0195 |
| 2026-06-03 | 21.9066 |
| 2026-06-10 | 21.8703 |
| 2026-06-17 | 21.6999 |
| 2026-06-24 | 21.6805 |
| 2026-07-01 | 21.6148 |
| 2026-07-08 | 21.7337 |
| 2026-07-15 | 21.4791 |
| 2026-07-22 | 21.4466 |
| 2026-07-29 | 21.3107 |
| 2026-08-05 | 21.2806 |
| 2026-08-12 | 21.0308 |
| 2026-08-19 | 21.0284 |
| 2026-08-26 | 21.0626 |
| 2026-09-02 | 20.8866 |
| 2026-09-09 | 20.9430 |
| 2026-09-16 | 20.9253 |
| 2026-09-23 | 21.1927 |
High
22.6734
Low
20.8866
Average
21.8658
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.