Convert AUD to MRU
Australian Dollar → Mauritanian Ouguiya
1 AUD = 28.140857 MRU(1 MRU = 0.0355355 AUD)
Currency converter
1 AUD =
28.1409 MRU
AUD to MRU: last 30 days
Over the last 30 days, 1 AUD traded between 28.1409 and 29.0744 MRU, averaging 28.6612 MRU. The AUD/MRU rate is down 2.51% since 2026-08-28.
- 30-day high
- 29.0744
- 2026-09-09
- 30-day low
- 28.1409
- 2026-09-25
- 30-day average
- 28.6612
- Days with data: 30
- 30-day change
- -2.51%
- since 2026-08-28
29.0744
28.14092026-08-28 → 2026-09-26
| Date | 1 AUD in MRU | Daily change |
|---|---|---|
| 2026-09-26 | 28.1409 | 0.00% |
| 2026-09-25 | 28.1409 | -0.31% |
| 2026-09-24 | 28.2291 | -0.39% |
| 2026-09-23 | 28.3396 | -0.63% |
| 2026-09-22 | 28.5178 | -0.24% |
| 2026-09-21 | 28.587 | +0.09% |
| 2026-09-20 | 28.5622 | +0.12% |
| 2026-09-19 | 28.5293 | +0.05% |
| 2026-09-18 | 28.5155 | -0.23% |
| 2026-09-17 | 28.5802 | +0.18% |
| 2026-09-16 | 28.5281 | +0.11% |
| 2026-09-15 | 28.4981 | -0.02% |
| 2026-09-14 | 28.5045 | -1.20% |
| 2026-09-13 | 28.8514 | +0.56% |
| 2026-09-12 | 28.6896 | -0.15% |
| Date | 1 AUD in MRU | Daily change |
|---|---|---|
| 2026-09-11 | 28.734 | -0.05% |
| 2026-09-10 | 28.7493 | -1.12% |
| 2026-09-09 | 29.0744 | +0.34% |
| 2026-09-08 | 28.9765 | -0.18% |
| 2026-09-07 | 29.0286 | +0.05% |
| 2026-09-06 | 29.0137 | +0.14% |
| 2026-09-05 | 28.9734 | +0.62% |
| 2026-09-04 | 28.7962 | +0.16% |
| 2026-09-03 | 28.7508 | +0.38% |
| 2026-09-02 | 28.6427 | +0.40% |
| 2026-09-01 | 28.5277 | -0.77% |
| 2026-08-31 | 28.7482 | -0.47% |
| 2026-08-30 | 28.8841 | +0.10% |
| 2026-08-29 | 28.8559 | -0.03% |
| 2026-08-28 | 28.8652 | — |
AUD to MRU conversion table
1 AUD28.1409 MRU
5 AUD140.7043 MRU
10 AUD281.4086 MRU
25 AUD703.5214 MRU
50 AUD1,407.0429 MRU
100 AUD2,814.0857 MRU
500 AUD14,070.429 MRU
1,000 AUD28,140.857 MRU
5,000 AUD140,704.29 MRU
10,000 AUD281,408.57 MRU
Get the AUD/MRU rate in your app
One GET request returns the latest AUD → MRU 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/MRU"fetch('https://rate-api.com/api/v1/pair/AUD/MRU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} MRU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/MRU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} MRU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/MRU');
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']} MRU\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "MRU"
},
"rate": 28.1409,
"timestamp": 1790429338,
"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
MRU to AUDMauritanian Ouguiya → Australian Dollar0.035536Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.