AUD to MAD exchange rate API
Australian Dollar to Moroccan Dirham · quoted 2026-09-25
6.7562
▲ +13.12% over 1Y
1 AUD = 6.7562 MAD · 1 MAD = 0.14801 AUD · Get this rate via the API
1 AUD buys 6.7562 MAD as of 2026-09-25, so 1 MAD buys 0.14801 AUD. Over the last year, AUD/MAD traded between 5.9726 and 6.7593, averaged 6.4085 and rose 13.12%. The API holds daily AUD/MAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AUD/MAD over 1Y: show the values
| Point | AUD/MAD |
|---|---|
| 2025-09-25 | 5.9726 |
| 2025-10-02 | 6.0256 |
| 2025-10-09 | 6.0314 |
| 2025-10-16 | 5.9749 |
| 2025-10-23 | 6.0189 |
| 2025-10-30 | 6.0561 |
| 2025-11-06 | 6.0661 |
| 2025-11-13 | 6.0814 |
| 2025-11-20 | 6.0187 |
| 2025-11-27 | 6.0403 |
| 2025-12-04 | 6.1016 |
| 2025-12-11 | 6.1291 |
| 2025-12-18 | 6.0575 |
| 2025-12-25 | 6.1122 |
| 2026-01-01 | 6.0844 |
| 2026-01-08 | 6.1787 |
| 2026-01-15 | 6.1727 |
| 2026-01-22 | 6.2538 |
| 2026-01-29 | 6.4035 |
| 2026-02-05 | 6.4035 |
| 2026-02-12 | 6.5102 |
| 2026-02-19 | 6.4524 |
| 2026-02-26 | 6.5312 |
| 2026-03-05 | 6.5562 |
| 2026-03-12 | 6.7011 |
| 2026-03-19 | 6.5743 |
| 2026-03-26 | 6.4541 |
| 2026-04-02 | 6.4339 |
| 2026-04-09 | 6.5586 |
| 2026-04-16 | 6.6257 |
| 2026-04-23 | 6.6299 |
| 2026-04-30 | 6.6127 |
| 2026-05-07 | 6.6639 |
| 2026-05-14 | 6.6512 |
| 2026-05-21 | 6.5843 |
| 2026-05-28 | 6.5413 |
| 2026-06-04 | 6.5798 |
| 2026-06-11 | 6.4899 |
| 2026-06-18 | 6.5125 |
| 2026-06-25 | 6.4873 |
| 2026-07-02 | 6.4720 |
| 2026-07-09 | 6.4960 |
| 2026-07-16 | 6.5417 |
| 2026-07-23 | 6.5612 |
| 2026-07-30 | 6.5509 |
| 2026-08-06 | 6.5652 |
| 2026-08-13 | 6.5672 |
| 2026-08-20 | 6.5773 |
| 2026-08-27 | 6.6568 |
| 2026-09-03 | 6.7274 |
| 2026-09-10 | 6.7375 |
| 2026-09-17 | 6.7582 |
| 2026-09-24 | 6.7593 |
High
6.7593
Low
5.9726
Average
6.4085
Get this rate via the API
One GET request returns the AUD/MAD 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=AUD¤cies=MAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=MAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=MAD").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/MAD API questions
How do I get the AUD/MAD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=MAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/MAD rate in rates.MAD.
How far back does AUD/MAD historical data go?
Daily AUD/MAD 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 AUD/MAD 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.