Convert CAD to MGA
Canadian Dollar → Malagasy Ariary
1 CAD = 3,116.7175 MGA(1 MGA = 0.00032085 CAD)
Currency converter
1 CAD =
3,116.7175 MGA
CAD to MGA: last 30 days
Over the last 30 days, 1 CAD traded between 3,096.1715 and 3,139.0492 MGA, averaging 3,117.6923 MGA. The CAD/MGA rate is down 0.28% since 2026-08-29.
- 30-day high
- 3,139.0492
- 2026-09-06
- 30-day low
- 3,096.1715
- 2026-09-19
- 30-day average
- 3,117.6923
- Days with data: 30
- 30-day change
- -0.28%
- since 2026-08-29
3,139.0492
3,096.17152026-08-29 → 2026-09-27
| Date | 1 CAD in MGA | Daily change |
|---|---|---|
| 2026-09-27 | 3,116.7175 | 0.00% |
| 2026-09-26 | 3,116.7175 | +0.55% |
| 2026-09-25 | 3,099.541 | -0.75% |
| 2026-09-24 | 3,122.8577 | +0.34% |
| 2026-09-23 | 3,112.2794 | -0.23% |
| 2026-09-22 | 3,119.2981 | +0.66% |
| 2026-09-21 | 3,098.7849 | -0.66% |
| 2026-09-20 | 3,119.4425 | +0.75% |
| 2026-09-19 | 3,096.1715 | -1.19% |
| 2026-09-18 | 3,133.475 | +0.44% |
| 2026-09-17 | 3,119.6161 | +0.24% |
| 2026-09-16 | 3,112.0489 | -0.01% |
| 2026-09-15 | 3,112.4821 | -0.13% |
| 2026-09-14 | 3,116.6187 | -0.62% |
| 2026-09-13 | 3,136.191 | +0.37% |
| Date | 1 CAD in MGA | Daily change |
|---|---|---|
| 2026-09-12 | 3,124.7044 | +0.40% |
| 2026-09-11 | 3,112.3058 | +0.06% |
| 2026-09-10 | 3,110.3403 | -0.86% |
| 2026-09-09 | 3,137.4183 | +1.08% |
| 2026-09-08 | 3,103.8702 | -0.02% |
| 2026-09-07 | 3,104.4449 | -1.10% |
| 2026-09-06 | 3,139.0492 | +0.55% |
| 2026-09-05 | 3,121.7326 | +0.05% |
| 2026-09-04 | 3,120.2868 | -0.31% |
| 2026-09-03 | 3,129.9541 | +0.63% |
| 2026-09-02 | 3,110.4717 | -0.00% |
| 2026-09-01 | 3,110.5414 | -0.37% |
| 2026-08-31 | 3,122.2198 | -0.11% |
| 2026-08-30 | 3,125.6118 | +0.00% |
| 2026-08-29 | 3,125.5764 | — |
CAD to MGA conversion table
1 CAD3,116.7175 MGA
5 CAD15,583.587 MGA
10 CAD31,167.175 MGA
25 CAD77,917.937 MGA
50 CAD155,835.87 MGA
100 CAD311,671.75 MGA
500 CAD1,558,358.7 MGA
1,000 CAD3,116,717.5 MGA
5,000 CAD15,583,587 MGA
10,000 CAD31,167,175 MGA
Get the CAD/MGA rate in your app
One GET request returns the latest CAD → 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/CAD/MGA"fetch('https://rate-api.com/api/v1/pair/CAD/MGA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} MGA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/MGA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} MGA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/MGA');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} MGA\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "MGA"
},
"rate": 3116.7175,
"timestamp": 1790470834,
"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 CADMalagasy Ariary → Canadian Dollar0.00032085Convert CAD to other currencies
Convert other currencies to MGA
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.