Skip to content

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

AUD/MAD over 1Y: show the values
PointAUD/MAD
2025-09-255.9726
2025-10-026.0256
2025-10-096.0314
2025-10-165.9749
2025-10-236.0189
2025-10-306.0561
2025-11-066.0661
2025-11-136.0814
2025-11-206.0187
2025-11-276.0403
2025-12-046.1016
2025-12-116.1291
2025-12-186.0575
2025-12-256.1122
2026-01-016.0844
2026-01-086.1787
2026-01-156.1727
2026-01-226.2538
2026-01-296.4035
2026-02-056.4035
2026-02-126.5102
2026-02-196.4524
2026-02-266.5312
2026-03-056.5562
2026-03-126.7011
2026-03-196.5743
2026-03-266.4541
2026-04-026.4339
2026-04-096.5586
2026-04-166.6257
2026-04-236.6299
2026-04-306.6127
2026-05-076.6639
2026-05-146.6512
2026-05-216.5843
2026-05-286.5413
2026-06-046.5798
2026-06-116.4899
2026-06-186.5125
2026-06-256.4873
2026-07-026.4720
2026-07-096.4960
2026-07-166.5417
2026-07-236.5612
2026-07-306.5509
2026-08-066.5652
2026-08-136.5672
2026-08-206.5773
2026-08-276.6568
2026-09-036.7274
2026-09-106.7375
2026-09-176.7582
2026-09-246.7593

High

6.7593

Low

5.9726

Average

6.4085

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=MAD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=MAD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=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&currencies=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.