Convert AUD to MVR
Australian Dollar → Maldivian Rufiyaa
1 AUD = 10.868295 MVR(1 MVR = 0.0920108 AUD)
Currency converter
1 AUD =
10.8683 MVR
AUD to MVR: last 30 days
Over the last 30 days, 1 AUD traded between 10.8629 and 11.1666 MVR, averaging 11.0482 MVR. The AUD/MVR rate is down 2.29% since 2026-08-28.
- 30-day high
- 11.1666
- 2026-09-09
- 30-day low
- 10.8629
- 2026-09-24
- 30-day average
- 11.0482
- Days with data: 30
- 30-day change
- -2.29%
- since 2026-08-28
11.1666
10.86292026-08-28 → 2026-09-26
| Date | 1 AUD in MVR | Daily change |
|---|---|---|
| 2026-09-26 | 10.8683 | 0.00% |
| 2026-09-25 | 10.8683 | +0.05% |
| 2026-09-24 | 10.8629 | -0.58% |
| 2026-09-23 | 10.9259 | -0.60% |
| 2026-09-22 | 10.9922 | -0.31% |
| 2026-09-21 | 11.0264 | +0.33% |
| 2026-09-20 | 10.9897 | +0.11% |
| 2026-09-19 | 10.9778 | -0.21% |
| 2026-09-18 | 11.0004 | +0.19% |
| 2026-09-17 | 10.9796 | -0.32% |
| 2026-09-16 | 11.0149 | +0.05% |
| 2026-09-15 | 11.0095 | -0.09% |
| 2026-09-14 | 11.0199 | -0.60% |
| 2026-09-13 | 11.087 | +0.06% |
| 2026-09-12 | 11.0807 | -0.04% |
| Date | 1 AUD in MVR | Daily change |
|---|---|---|
| 2026-09-11 | 11.0855 | -0.18% |
| 2026-09-10 | 11.1057 | -0.55% |
| 2026-09-09 | 11.1666 | +0.12% |
| 2026-09-08 | 11.1533 | +0.00% |
| 2026-09-07 | 11.1532 | +0.15% |
| 2026-09-06 | 11.1366 | +0.01% |
| 2026-09-05 | 11.1355 | -0.01% |
| 2026-09-04 | 11.1363 | +0.14% |
| 2026-09-03 | 11.1203 | +0.64% |
| 2026-09-02 | 11.0497 | +0.07% |
| 2026-09-01 | 11.0422 | -0.32% |
| 2026-08-31 | 11.0776 | -0.46% |
| 2026-08-30 | 11.1287 | -0.00% |
| 2026-08-29 | 11.1289 | +0.05% |
| 2026-08-28 | 11.1229 | — |
AUD to MVR conversion table
1 AUD10.8683 MVR
5 AUD54.3415 MVR
10 AUD108.683 MVR
25 AUD271.7074 MVR
50 AUD543.4148 MVR
100 AUD1,086.8295 MVR
500 AUD5,434.1475 MVR
1,000 AUD10,868.295 MVR
5,000 AUD54,341.475 MVR
10,000 AUD108,682.95 MVR
Get the AUD/MVR rate in your app
One GET request returns the latest AUD → MVR 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/MVR"fetch('https://rate-api.com/api/v1/pair/AUD/MVR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} MVR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/MVR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} MVR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/MVR');
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']} MVR\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "MVR"
},
"rate": 10.8683,
"timestamp": 1790429302,
"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
MVR to AUDMaldivian Rufiyaa → Australian Dollar0.092011Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.