Convert MRU to AUD
Mauritanian Ouguiya → Australian Dollar
1 MRU = 0.0355355 AUD(1 AUD = 28.140857 MRU)
Currency converter
1 MRU =
0.035536 AUD
MRU to AUD: last 30 days
Over the last 30 days, 1 MRU traded between 0.034395 and 0.035536 AUD, averaging 0.034893 AUD. The MRU/AUD rate is up 2.57% since 2026-08-28.
- 30-day high
- 0.035536
- 2026-09-25
- 30-day low
- 0.034395
- 2026-09-09
- 30-day average
- 0.034893
- Days with data: 30
- 30-day change
- +2.57%
- since 2026-08-28
0.035536
0.0343952026-08-28 → 2026-09-26
| Date | 1 MRU in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.035536 | 0.00% |
| 2026-09-25 | 0.035536 | +0.31% |
| 2026-09-24 | 0.035424 | +0.39% |
| 2026-09-23 | 0.035286 | +0.63% |
| 2026-09-22 | 0.035066 | +0.24% |
| 2026-09-21 | 0.034981 | -0.09% |
| 2026-09-20 | 0.035011 | -0.12% |
| 2026-09-19 | 0.035052 | -0.05% |
| 2026-09-18 | 0.035069 | +0.23% |
| 2026-09-17 | 0.034989 | -0.18% |
| 2026-09-16 | 0.035053 | -0.11% |
| 2026-09-15 | 0.03509 | +0.02% |
| 2026-09-14 | 0.035082 | +1.22% |
| 2026-09-13 | 0.03466 | -0.56% |
| 2026-09-12 | 0.034856 | +0.15% |
| Date | 1 MRU in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.034802 | +0.05% |
| 2026-09-10 | 0.034783 | +1.13% |
| 2026-09-09 | 0.034395 | -0.34% |
| 2026-09-08 | 0.034511 | +0.18% |
| 2026-09-07 | 0.034449 | -0.05% |
| 2026-09-06 | 0.034466 | -0.14% |
| 2026-09-05 | 0.034514 | -0.61% |
| 2026-09-04 | 0.034727 | -0.16% |
| 2026-09-03 | 0.034782 | -0.38% |
| 2026-09-02 | 0.034913 | -0.40% |
| 2026-09-01 | 0.035054 | +0.77% |
| 2026-08-31 | 0.034785 | +0.47% |
| 2026-08-30 | 0.034621 | -0.10% |
| 2026-08-29 | 0.034655 | +0.03% |
| 2026-08-28 | 0.034644 | — |
MRU to AUD conversion table
1 MRU0.035536 AUD
5 MRU0.17768 AUD
10 MRU0.35536 AUD
25 MRU0.88839 AUD
50 MRU1.7768 AUD
100 MRU3.5536 AUD
500 MRU17.7678 AUD
1,000 MRU35.5355 AUD
5,000 MRU177.6776 AUD
10,000 MRU355.3552 AUD
Get the MRU/AUD rate in your app
One GET request returns the latest MRU → AUD 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/MRU/AUD"fetch('https://rate-api.com/api/v1/pair/MRU/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MRU = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MRU/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MRU = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MRU/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MRU = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "MRU",
"to": "AUD"
},
"rate": 0.0355,
"timestamp": 1790432086,
"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
AUD to MRUAustralian Dollar → Mauritanian Ouguiya28.1409Convert MRU to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.