CHF to MZN exchange rate API
Swiss Franc to Mozambique Metical · quoted 2026-09-24
77.0961
▼ +4.13% over 1Y
1 CHF = 77.0961 MZN · 1 MZN = 0.01297 CHF · Get this rate via the API
1 CHF buys 77.0961 MZN as of 2026-09-24, so 1 MZN buys 0.01297 CHF. Over the last year, CHF/MZN traded between 77.0961 and 83.1723, averaged 80.1972 and fell 4.13%. The API holds daily CHF/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/MZN over 1Y: show the values
| Point | CHF/MZN |
|---|---|
| 2025-09-24 | 80.4213 |
| 2025-10-01 | 79.9967 |
| 2025-10-08 | 79.8456 |
| 2025-10-15 | 79.8091 |
| 2025-10-22 | 80.2196 |
| 2025-10-29 | 80.1406 |
| 2025-11-05 | 78.8669 |
| 2025-11-12 | 79.9640 |
| 2025-11-19 | 79.7183 |
| 2025-11-26 | 79.1968 |
| 2025-12-03 | 79.8606 |
| 2025-12-11 | 80.2013 |
| 2025-12-18 | 80.3760 |
| 2025-12-25 | 81.0528 |
| 2026-01-01 | 80.5508 |
| 2026-01-08 | 80.1116 |
| 2026-01-15 | 79.7440 |
| 2026-01-22 | 80.5600 |
| 2026-01-29 | 83.1723 |
| 2026-02-05 | 82.2190 |
| 2026-02-12 | 82.9929 |
| 2026-02-19 | 82.3012 |
| 2026-02-26 | 82.5504 |
| 2026-03-05 | 81.8569 |
| 2026-03-12 | 81.6793 |
| 2026-03-19 | 80.4267 |
| 2026-03-26 | 80.4707 |
| 2026-04-02 | 79.8205 |
| 2026-04-09 | 80.8842 |
| 2026-04-16 | 81.6380 |
| 2026-04-23 | 81.4385 |
| 2026-04-30 | 81.3729 |
| 2026-05-07 | 82.1472 |
| 2026-05-15 | 81.2717 |
| 2026-05-23 | 81.3189 |
| 2026-05-30 | 81.7187 |
| 2026-06-06 | 80.2315 |
| 2026-06-15 | 80.4453 |
| 2026-06-22 | 79.0324 |
| 2026-06-29 | 78.9816 |
| 2026-07-06 | 79.2345 |
| 2026-07-13 | 78.7622 |
| 2026-07-20 | 78.9338 |
| 2026-07-27 | 78.3115 |
| 2026-08-03 | 78.9861 |
| 2026-08-10 | 78.9414 |
| 2026-08-17 | 78.8623 |
| 2026-08-25 | 79.4950 |
| 2026-09-01 | 78.7434 |
| 2026-09-08 | 78.6437 |
| 2026-09-15 | 77.9690 |
| 2026-09-22 | 77.8662 |
High
83.1723
Low
77.0961
Average
80.1972
Get this rate via the API
One GET request returns the CHF/MZN 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=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MZN").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/MZN API questions
How do I get the CHF/MZN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/MZN rate in rates.MZN.
How far back does CHF/MZN historical data go?
Daily CHF/MZN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CHF/MZN 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.