Convert CHF to MAD
Swiss Franc → Moroccan Dirham
1 CHF = 11.610779 MAD(1 MAD = 0.0861269 CHF)
Currency converter
1 CHF =
11.6108 MAD
CHF to MAD: last 30 days
Over the last 30 days, 1 CHF traded between 11.4719 and 11.6516 MAD, averaging 11.5538 MAD. The CHF/MAD rate is up 0.90% since 2026-08-28.
- 30-day high
- 11.6516
- 2026-09-23
- 30-day low
- 11.4719
- 2026-08-31
- 30-day average
- 11.5538
- Days with data: 30
- 30-day change
- +0.90%
- since 2026-08-28
11.6516
11.47192026-08-28 → 2026-09-26
| Date | 1 CHF in MAD | Daily change |
|---|---|---|
| 2026-09-26 | 11.6108 | 0.00% |
| 2026-09-25 | 11.6108 | +0.09% |
| 2026-09-24 | 11.6005 | -0.44% |
| 2026-09-23 | 11.6516 | +0.16% |
| 2026-09-22 | 11.6328 | +0.45% |
| 2026-09-21 | 11.5802 | +0.46% |
| 2026-09-20 | 11.5267 | +0.08% |
| 2026-09-19 | 11.517 | -0.16% |
| 2026-09-18 | 11.5351 | +0.35% |
| 2026-09-17 | 11.4946 | -0.69% |
| 2026-09-16 | 11.5743 | -0.14% |
| 2026-09-15 | 11.5903 | +0.68% |
| 2026-09-14 | 11.512 | -0.24% |
| 2026-09-13 | 11.5397 | +0.03% |
| 2026-09-12 | 11.5366 | +0.30% |
| Date | 1 CHF in MAD | Daily change |
|---|---|---|
| 2026-09-11 | 11.5017 | -0.29% |
| 2026-09-10 | 11.5352 | -0.73% |
| 2026-09-09 | 11.6201 | +0.28% |
| 2026-09-08 | 11.5881 | +0.10% |
| 2026-09-07 | 11.5769 | -0.01% |
| 2026-09-06 | 11.5778 | +0.01% |
| 2026-09-05 | 11.5766 | +0.15% |
| 2026-09-04 | 11.5597 | +0.15% |
| 2026-09-03 | 11.5419 | +0.58% |
| 2026-09-02 | 11.4759 | +0.01% |
| 2026-09-01 | 11.4749 | +0.03% |
| 2026-08-31 | 11.4719 | -0.63% |
| 2026-08-30 | 11.5443 | -0.03% |
| 2026-08-29 | 11.5477 | +0.35% |
| 2026-08-28 | 11.5069 | — |
CHF to MAD conversion table
1 CHF11.6108 MAD
5 CHF58.0539 MAD
10 CHF116.1078 MAD
25 CHF290.2695 MAD
50 CHF580.5389 MAD
100 CHF1,161.0779 MAD
500 CHF5,805.3894 MAD
1,000 CHF11,610.779 MAD
5,000 CHF58,053.894 MAD
10,000 CHF116,107.79 MAD
Get the CHF/MAD rate in your app
One GET request returns the latest CHF → MAD 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/MAD"fetch('https://rate-api.com/api/v1/pair/CHF/MAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} MAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/MAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} MAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/MAD');
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']} MAD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "MAD"
},
"rate": 11.6108,
"timestamp": 1790437514,
"date": "2026-09-26"
}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
MAD to CHFMoroccan Dirham → Swiss Franc0.086127Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.