Convert CHF to MGA
Swiss Franc → Malagasy Ariary
1 CHF = 5,321.6837 MGA(1 MGA = 0.00018791 CHF)
Currency converter
1 CHF =
5,321.6837 MGA
CHF to MGA: last 30 days
Over the last 30 days, 1 CHF traded between 5,253.7228 and 5,384.1079 MGA, averaging 5,318.2813 MGA. The CHF/MGA rate is down 1.16% since 2026-08-29.
- 30-day high
- 5,384.1079
- 2026-08-30
- 30-day low
- 5,253.7228
- 2026-09-19
- 30-day average
- 5,318.2813
- Days with data: 30
- 30-day change
- -1.16%
- since 2026-08-29
5,384.1079
5,253.72282026-08-29 → 2026-09-27
| Date | 1 CHF in MGA | Daily change |
|---|---|---|
| 2026-09-27 | 5,321.6837 | 0.00% |
| 2026-09-26 | 5,321.6837 | +0.55% |
| 2026-09-25 | 5,292.3555 | -0.63% |
| 2026-09-24 | 5,326.0173 | -0.05% |
| 2026-09-23 | 5,328.6599 | -0.33% |
| 2026-09-22 | 5,346.1501 | +1.19% |
| 2026-09-21 | 5,283.0358 | -0.19% |
| 2026-09-20 | 5,293.2101 | +0.75% |
| 2026-09-19 | 5,253.7228 | -1.19% |
| 2026-09-18 | 5,317.0211 | +0.41% |
| 2026-09-17 | 5,295.2767 | -0.02% |
| 2026-09-16 | 5,296.4335 | +0.02% |
| 2026-09-15 | 5,295.3813 | -0.10% |
| 2026-09-14 | 5,300.9277 | -0.56% |
| 2026-09-13 | 5,330.7169 | +0.37% |
| Date | 1 CHF in MGA | Daily change |
|---|---|---|
| 2026-09-12 | 5,311.1927 | +0.40% |
| 2026-09-11 | 5,290.1182 | -0.04% |
| 2026-09-10 | 5,292.3054 | -1.12% |
| 2026-09-09 | 5,352.1968 | +1.37% |
| 2026-09-08 | 5,280.0828 | -0.41% |
| 2026-09-07 | 5,301.6941 | -0.96% |
| 2026-09-06 | 5,353.0324 | +0.55% |
| 2026-09-05 | 5,323.5023 | +0.05% |
| 2026-09-04 | 5,321.0367 | -0.35% |
| 2026-09-03 | 5,339.7069 | +0.35% |
| 2026-09-02 | 5,321.308 | -0.16% |
| 2026-09-01 | 5,329.7471 | -0.60% |
| 2026-08-31 | 5,362.0857 | -0.41% |
| 2026-08-30 | 5,384.1079 | +0.00% |
| 2026-08-29 | 5,384.0469 | — |
CHF to MGA conversion table
1 CHF5,321.6837 MGA
5 CHF26,608.419 MGA
10 CHF53,216.837 MGA
25 CHF133,042.09 MGA
50 CHF266,084.19 MGA
100 CHF532,168.37 MGA
500 CHF2,660,841.9 MGA
1,000 CHF5,321,683.7 MGA
5,000 CHF26,608,419 MGA
10,000 CHF53,216,837 MGA
Get the CHF/MGA rate in your app
One GET request returns the latest CHF → MGA 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/MGA"fetch('https://rate-api.com/api/v1/pair/CHF/MGA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} MGA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/MGA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} MGA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/MGA');
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']} MGA\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "MGA"
},
"rate": 5321.6837,
"timestamp": 1790470787,
"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
MGA to CHFMalagasy Ariary → Swiss Franc0.00018791Convert CHF to other currencies
Convert other currencies to MGA
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.