Convert AUD to MAD
Australian Dollar → Moroccan Dirham
1 AUD = 6.761024 MAD(1 MAD = 0.147907 AUD)
Currency converter
1 AUD =
6.761 MAD
AUD to MAD: last 30 days
Over the last 30 days, 1 AUD traded between 6.642 and 6.7895 MAD, averaging 6.7367 MAD. The AUD/MAD rate is up 1.54% since 2026-08-28.
- 30-day high
- 6.7895
- 2026-09-21
- 30-day low
- 6.642
- 2026-09-01
- 30-day average
- 6.7367
- Days with data: 30
- 30-day change
- +1.54%
- since 2026-08-28
6.7895
6.6422026-08-28 → 2026-09-26
| Date | 1 AUD in MAD | Daily change |
|---|---|---|
| 2026-09-26 | 6.761 | 0.00% |
| 2026-09-25 | 6.761 | +0.21% |
| 2026-09-24 | 6.7472 | -0.43% |
| 2026-09-23 | 6.7762 | -0.02% |
| 2026-09-22 | 6.7777 | -0.17% |
| 2026-09-21 | 6.7895 | +0.20% |
| 2026-09-20 | 6.7761 | +0.08% |
| 2026-09-19 | 6.7704 | -0.16% |
| 2026-09-18 | 6.7811 | +0.58% |
| 2026-09-17 | 6.742 | -0.28% |
| 2026-09-16 | 6.761 | +0.06% |
| 2026-09-15 | 6.7571 | +0.83% |
| 2026-09-14 | 6.7013 | -0.69% |
| 2026-09-13 | 6.7482 | +0.03% |
| 2026-09-12 | 6.7463 | +0.30% |
| Date | 1 AUD in MAD | Daily change |
|---|---|---|
| 2026-09-11 | 6.726 | -0.06% |
| 2026-09-10 | 6.7297 | -0.68% |
| 2026-09-09 | 6.7757 | -0.13% |
| 2026-09-08 | 6.7845 | +0.38% |
| 2026-09-07 | 6.7589 | +0.14% |
| 2026-09-06 | 6.7492 | +0.01% |
| 2026-09-05 | 6.7485 | +0.15% |
| 2026-09-04 | 6.7386 | +0.40% |
| 2026-09-03 | 6.7119 | +0.53% |
| 2026-09-02 | 6.6764 | +0.52% |
| 2026-09-01 | 6.642 | -0.02% |
| 2026-08-31 | 6.643 | -0.55% |
| 2026-08-30 | 6.6801 | -0.03% |
| 2026-08-29 | 6.682 | +0.35% |
| 2026-08-28 | 6.6584 | — |
AUD to MAD conversion table
1 AUD6.761 MAD
5 AUD33.8051 MAD
10 AUD67.6102 MAD
25 AUD169.0256 MAD
50 AUD338.0512 MAD
100 AUD676.1024 MAD
500 AUD3,380.5119 MAD
1,000 AUD6,761.0238 MAD
5,000 AUD33,805.119 MAD
10,000 AUD67,610.238 MAD
Get the AUD/MAD rate in your app
One GET request returns the latest AUD → MAD 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/MAD"fetch('https://rate-api.com/api/v1/pair/AUD/MAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} MAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/MAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} MAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/MAD');
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']} MAD\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "MAD"
},
"rate": 6.761,
"timestamp": 1790437513,
"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
MAD to AUDMoroccan Dirham → Australian Dollar0.14791Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.