Convert MGA to CAD
Malagasy Ariary → Canadian Dollar
1 MGA = 0.000322628 CAD(1 CAD = 3,099.541 MGA)
Currency converter
1 MGA =
0.00032263 CAD
MGA to CAD: last 30 days
Over the last 30 days, 1 MGA traded between 0.00031857 and 0.00032298 CAD, averaging 0.00032078 CAD. The MGA/CAD rate is up 0.90% since 2026-08-28.
- 30-day high
- 0.00032298
- 2026-09-19
- 30-day low
- 0.00031857
- 2026-09-06
- 30-day average
- 0.00032078
- Days with data: 30
- 30-day change
- +0.90%
- since 2026-08-28
0.00032298
0.000318572026-08-28 → 2026-09-26
| Date | 1 MGA in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00032263 | 0.00% |
| 2026-09-25 | 0.00032263 | +0.75% |
| 2026-09-24 | 0.00032022 | -0.34% |
| 2026-09-23 | 0.00032131 | +0.23% |
| 2026-09-22 | 0.00032058 | -0.66% |
| 2026-09-21 | 0.00032271 | +0.67% |
| 2026-09-20 | 0.00032057 | -0.75% |
| 2026-09-19 | 0.00032298 | +1.20% |
| 2026-09-18 | 0.00031913 | -0.44% |
| 2026-09-17 | 0.00032055 | -0.24% |
| 2026-09-16 | 0.00032133 | +0.01% |
| 2026-09-15 | 0.00032129 | +0.13% |
| 2026-09-14 | 0.00032086 | +0.63% |
| 2026-09-13 | 0.00031886 | -0.37% |
| 2026-09-12 | 0.00032003 | -0.40% |
| Date | 1 MGA in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00032131 | -0.06% |
| 2026-09-10 | 0.00032151 | +0.87% |
| 2026-09-09 | 0.00031873 | -1.07% |
| 2026-09-08 | 0.00032218 | +0.02% |
| 2026-09-07 | 0.00032212 | +1.11% |
| 2026-09-06 | 0.00031857 | -0.55% |
| 2026-09-05 | 0.00032033 | -0.05% |
| 2026-09-04 | 0.00032048 | +0.31% |
| 2026-09-03 | 0.00031949 | -0.62% |
| 2026-09-02 | 0.00032149 | +0.00% |
| 2026-09-01 | 0.00032149 | +0.38% |
| 2026-08-31 | 0.00032028 | +0.11% |
| 2026-08-30 | 0.00031994 | -0.00% |
| 2026-08-29 | 0.00031994 | +0.06% |
| 2026-08-28 | 0.00031974 | — |
MGA to CAD conversion table
1 MGA0.00032263 CAD
5 MGA0.0016131 CAD
10 MGA0.0032263 CAD
25 MGA0.0080657 CAD
50 MGA0.016131 CAD
100 MGA0.032263 CAD
500 MGA0.16131 CAD
1,000 MGA0.32263 CAD
5,000 MGA1.6131 CAD
10,000 MGA3.2263 CAD
Get the MGA/CAD rate in your app
One GET request returns the latest MGA → CAD 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/MGA/CAD?precision=6"fetch('https://rate-api.com/api/v1/pair/MGA/CAD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MGA = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MGA/CAD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MGA = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MGA/CAD?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MGA = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "MGA",
"to": "CAD"
},
"rate": 0.000323,
"timestamp": 1790435219,
"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
CAD to MGACanadian Dollar → Malagasy Ariary3,099.541Convert MGA to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.