MAD to AUD exchange rate API
Moroccan Dirham to Australian Dollar · quoted 2026-09-25
0.14796
▼ +11.63% over 1Y
1 MAD = 0.14796 AUD · 1 AUD = 6.7586 MAD · Get this rate via the API
1 MAD buys 0.14796 AUD as of 2026-09-25, so 1 AUD buys 6.7586 MAD. Over the last year, MAD/AUD traded between 0.14794 and 0.16743, averaged 0.15629 and fell 11.63%. The API holds daily MAD/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MAD/AUD over 1Y: show the values
| Point | MAD/AUD |
|---|---|
| 2025-09-25 | 0.16743 |
| 2025-10-02 | 0.16596 |
| 2025-10-09 | 0.16580 |
| 2025-10-16 | 0.16737 |
| 2025-10-23 | 0.16614 |
| 2025-10-30 | 0.16512 |
| 2025-11-06 | 0.16485 |
| 2025-11-13 | 0.16444 |
| 2025-11-20 | 0.16615 |
| 2025-11-27 | 0.16555 |
| 2025-12-04 | 0.16389 |
| 2025-12-11 | 0.16315 |
| 2025-12-18 | 0.16508 |
| 2025-12-25 | 0.16361 |
| 2026-01-01 | 0.16436 |
| 2026-01-08 | 0.16184 |
| 2026-01-15 | 0.16200 |
| 2026-01-22 | 0.15990 |
| 2026-01-29 | 0.15616 |
| 2026-02-05 | 0.15616 |
| 2026-02-12 | 0.15360 |
| 2026-02-19 | 0.15498 |
| 2026-02-26 | 0.15311 |
| 2026-03-05 | 0.15253 |
| 2026-03-12 | 0.14923 |
| 2026-03-19 | 0.15211 |
| 2026-03-26 | 0.15494 |
| 2026-04-02 | 0.15543 |
| 2026-04-09 | 0.15247 |
| 2026-04-16 | 0.15093 |
| 2026-04-23 | 0.15083 |
| 2026-04-30 | 0.15122 |
| 2026-05-07 | 0.15006 |
| 2026-05-14 | 0.15035 |
| 2026-05-21 | 0.15188 |
| 2026-05-28 | 0.15287 |
| 2026-06-04 | 0.15198 |
| 2026-06-11 | 0.15408 |
| 2026-06-18 | 0.15355 |
| 2026-06-25 | 0.15415 |
| 2026-07-02 | 0.15451 |
| 2026-07-09 | 0.15394 |
| 2026-07-16 | 0.15286 |
| 2026-07-23 | 0.15241 |
| 2026-07-30 | 0.15265 |
| 2026-08-06 | 0.15232 |
| 2026-08-13 | 0.15227 |
| 2026-08-20 | 0.15204 |
| 2026-08-27 | 0.15022 |
| 2026-09-03 | 0.14865 |
| 2026-09-10 | 0.14842 |
| 2026-09-17 | 0.14797 |
| 2026-09-24 | 0.14794 |
High
0.16743
Low
0.14794
Average
0.15629
Get this rate via the API
One GET request returns the MAD/AUD rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=AUD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=AUD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=AUD").json()Replace YOUR_API_KEY with the key from your dashboard.
MAD/AUD API questions
How do I get the MAD/AUD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=AUD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MAD/AUD rate in rates.AUD.
How far back does MAD/AUD historical data go?
Daily MAD/AUD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free MAD/AUD exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.