Convert CHF to MZN
Swiss Franc → Mozambican Metical
1 CHF = 77.06786 MZN(1 MZN = 0.0129756 CHF)
Currency converter
1 CHF =
77.0679 MZN
CHF to MZN: last 30 days
Over the last 30 days, 1 CHF traded between 77.0679 and 79.4357 MZN, averaging 78.1779 MZN. The CHF/MZN rate is down 2.88% since 2026-08-29.
- 30-day high
- 79.4357
- 2026-08-30
- 30-day low
- 77.0679
- 2026-09-26
- 30-day average
- 78.1779
- Days with data: 30
- 30-day change
- -2.88%
- since 2026-08-29
79.4357
77.06792026-08-29 → 2026-09-27
| Date | 1 CHF in MZN | Daily change |
|---|---|---|
| 2026-09-27 | 77.0679 | 0.00% |
| 2026-09-26 | 77.0679 | -0.05% |
| 2026-09-25 | 77.1051 | -0.01% |
| 2026-09-24 | 77.1113 | -0.58% |
| 2026-09-23 | 77.5617 | -0.39% |
| 2026-09-22 | 77.8661 | +0.22% |
| 2026-09-21 | 77.6956 | +0.41% |
| 2026-09-20 | 77.3775 | +0.09% |
| 2026-09-19 | 77.3109 | -0.12% |
| 2026-09-18 | 77.4061 | +0.08% |
| 2026-09-17 | 77.3464 | -0.81% |
| 2026-09-16 | 77.9742 | +0.01% |
| 2026-09-15 | 77.9691 | -0.24% |
| 2026-09-14 | 78.1558 | -0.09% |
| 2026-09-13 | 78.2288 | -0.08% |
| Date | 1 CHF in MZN | Daily change |
|---|---|---|
| 2026-09-12 | 78.2947 | +0.00% |
| 2026-09-11 | 78.2921 | -0.39% |
| 2026-09-10 | 78.6001 | -0.54% |
| 2026-09-09 | 79.0266 | +0.49% |
| 2026-09-08 | 78.6437 | -0.28% |
| 2026-09-07 | 78.8624 | -0.06% |
| 2026-09-06 | 78.9124 | +0.06% |
| 2026-09-05 | 78.8613 | +0.01% |
| 2026-09-04 | 78.851 | -0.06% |
| 2026-09-03 | 78.8997 | +0.65% |
| 2026-09-02 | 78.3903 | -0.45% |
| 2026-09-01 | 78.7431 | -0.23% |
| 2026-08-31 | 78.9241 | -0.64% |
| 2026-08-30 | 79.4357 | +0.10% |
| 2026-08-29 | 79.3547 | — |
CHF to MZN conversion table
1 CHF77.0679 MZN
5 CHF385.3393 MZN
10 CHF770.6786 MZN
25 CHF1,926.6965 MZN
50 CHF3,853.393 MZN
100 CHF7,706.786 MZN
500 CHF38,533.93 MZN
1,000 CHF77,067.86 MZN
5,000 CHF385,339.3 MZN
10,000 CHF770,678.6 MZN
Get the CHF/MZN rate in your app
One GET request returns the latest CHF → MZN rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CHF/MZN"fetch('https://rate-api.com/api/v1/pair/CHF/MZN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} MZN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/MZN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} MZN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/MZN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} MZN\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "MZN"
},
"rate": 77.0679,
"timestamp": 1790490079,
"date": "2026-09-27"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
MZN to CHFMozambican Metical → Swiss Franc0.012976Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.