Convert MAD to AUD
Moroccan Dirham → Australian Dollar
1 MAD = 0.147907 AUD(1 AUD = 6.761024 MAD)
Currency converter
1 MAD =
0.14791 AUD
MAD to AUD: last 30 days
Over the last 30 days, 1 MAD traded between 0.14729 and 0.15056 AUD, averaging 0.14845 AUD. The MAD/AUD rate is down 1.52% since 2026-08-28.
- 30-day high
- 0.15056
- 2026-09-01
- 30-day low
- 0.14729
- 2026-09-21
- 30-day average
- 0.14845
- Days with data: 30
- 30-day change
- -1.52%
- since 2026-08-28
0.15056
0.147292026-08-28 → 2026-09-26
| Date | 1 MAD in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.14791 | 0.00% |
| 2026-09-25 | 0.14791 | -0.20% |
| 2026-09-24 | 0.14821 | +0.43% |
| 2026-09-23 | 0.14758 | +0.02% |
| 2026-09-22 | 0.14754 | +0.17% |
| 2026-09-21 | 0.14729 | -0.20% |
| 2026-09-20 | 0.14758 | -0.08% |
| 2026-09-19 | 0.1477 | +0.16% |
| 2026-09-18 | 0.14747 | -0.58% |
| 2026-09-17 | 0.14832 | +0.28% |
| 2026-09-16 | 0.14791 | -0.06% |
| 2026-09-15 | 0.14799 | -0.83% |
| 2026-09-14 | 0.14922 | +0.70% |
| 2026-09-13 | 0.14819 | -0.03% |
| 2026-09-12 | 0.14823 | -0.30% |
| Date | 1 MAD in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.14868 | +0.06% |
| 2026-09-10 | 0.1486 | +0.68% |
| 2026-09-09 | 0.14759 | +0.13% |
| 2026-09-08 | 0.1474 | -0.38% |
| 2026-09-07 | 0.14795 | -0.14% |
| 2026-09-06 | 0.14817 | -0.01% |
| 2026-09-05 | 0.14818 | -0.15% |
| 2026-09-04 | 0.1484 | -0.40% |
| 2026-09-03 | 0.14899 | -0.53% |
| 2026-09-02 | 0.14978 | -0.52% |
| 2026-09-01 | 0.15056 | +0.02% |
| 2026-08-31 | 0.15053 | +0.56% |
| 2026-08-30 | 0.1497 | +0.03% |
| 2026-08-29 | 0.14966 | -0.35% |
| 2026-08-28 | 0.15019 | — |
MAD to AUD conversion table
1 MAD0.14791 AUD
5 MAD0.73953 AUD
10 MAD1.4791 AUD
25 MAD3.6977 AUD
50 MAD7.3953 AUD
100 MAD14.7907 AUD
500 MAD73.9533 AUD
1,000 MAD147.9066 AUD
5,000 MAD739.533 AUD
10,000 MAD1,479.0659 AUD
Get the MAD/AUD rate in your app
One GET request returns the latest MAD → 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/MAD/AUD"fetch('https://rate-api.com/api/v1/pair/MAD/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MAD = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MAD/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MAD = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MAD/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MAD = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "MAD",
"to": "AUD"
},
"rate": 0.1479,
"timestamp": 1790435058,
"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 MADAustralian Dollar → Moroccan Dirham6.761Convert MAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.