Convert AUD to MGA
Australian Dollar → Malagasy Ariary
1 AUD = 3,081.7693 MGA(1 MGA = 0.000324489 AUD)
Currency converter
1 AUD =
3,081.7693 MGA
AUD to MGA: last 30 days
Over the last 30 days, 1 AUD traded between 3,081.7693 and 3,125.6664 MGA, averaging 3,101.5909 MGA. The AUD/MGA rate is down 1.14% since 2026-08-28.
- 30-day high
- 3,125.6664
- 2026-09-18
- 30-day low
- 3,081.7693
- 2026-09-25
- 30-day average
- 3,101.5909
- Days with data: 30
- 30-day change
- -1.14%
- since 2026-08-28
3,125.6664
3,081.76932026-08-28 → 2026-09-26
| Date | 1 AUD in MGA | Daily change |
|---|---|---|
| 2026-09-26 | 3,081.7693 | 0.00% |
| 2026-09-25 | 3,081.7693 | -0.52% |
| 2026-09-24 | 3,097.7621 | -0.04% |
| 2026-09-23 | 3,098.9791 | -0.51% |
| 2026-09-22 | 3,114.8623 | +0.56% |
| 2026-09-21 | 3,097.4578 | -0.46% |
| 2026-09-20 | 3,111.6689 | +0.75% |
| 2026-09-19 | 3,088.4559 | -1.19% |
| 2026-09-18 | 3,125.6664 | +0.64% |
| 2026-09-17 | 3,105.8566 | +0.39% |
| 2026-09-16 | 3,093.8485 | +0.22% |
| 2026-09-15 | 3,087.199 | +0.05% |
| 2026-09-14 | 3,085.7325 | -1.01% |
| 2026-09-13 | 3,117.2956 | +0.37% |
| 2026-09-12 | 3,105.8782 | +0.40% |
| Date | 1 AUD in MGA | Daily change |
|---|---|---|
| 2026-09-11 | 3,093.5543 | +0.19% |
| 2026-09-10 | 3,087.5457 | -1.07% |
| 2026-09-09 | 3,120.871 | +0.96% |
| 2026-09-08 | 3,091.3302 | -0.13% |
| 2026-09-07 | 3,095.2622 | -0.81% |
| 2026-09-06 | 3,120.5071 | +0.55% |
| 2026-09-05 | 3,103.2928 | +0.05% |
| 2026-09-04 | 3,101.8554 | -0.11% |
| 2026-09-03 | 3,105.1882 | +0.30% |
| 2026-09-02 | 3,095.7986 | +0.35% |
| 2026-09-01 | 3,084.996 | -0.64% |
| 2026-08-31 | 3,105.0021 | -0.34% |
| 2026-08-30 | 3,115.4922 | +0.00% |
| 2026-08-29 | 3,115.4569 | -0.06% |
| 2026-08-28 | 3,117.3727 | — |
AUD to MGA conversion table
1 AUD3,081.7693 MGA
5 AUD15,408.846 MGA
10 AUD30,817.693 MGA
25 AUD77,044.232 MGA
50 AUD154,088.46 MGA
100 AUD308,176.93 MGA
500 AUD1,540,884.6 MGA
1,000 AUD3,081,769.3 MGA
5,000 AUD15,408,846 MGA
10,000 AUD30,817,693 MGA
Get the AUD/MGA rate in your app
One GET request returns the latest AUD → 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/AUD/MGA"fetch('https://rate-api.com/api/v1/pair/AUD/MGA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} MGA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/MGA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} MGA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/MGA');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} MGA\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "MGA"
},
"rate": 3081.7693,
"timestamp": 1790447442,
"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
MGA to AUDMalagasy Ariary → Australian Dollar0.00032449Convert AUD to other currencies
Convert other currencies to MGA
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.