Skip to content

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

MAD/AUD over 1Y: show the values
PointMAD/AUD
2025-09-250.16743
2025-10-020.16596
2025-10-090.16580
2025-10-160.16737
2025-10-230.16614
2025-10-300.16512
2025-11-060.16485
2025-11-130.16444
2025-11-200.16615
2025-11-270.16555
2025-12-040.16389
2025-12-110.16315
2025-12-180.16508
2025-12-250.16361
2026-01-010.16436
2026-01-080.16184
2026-01-150.16200
2026-01-220.15990
2026-01-290.15616
2026-02-050.15616
2026-02-120.15360
2026-02-190.15498
2026-02-260.15311
2026-03-050.15253
2026-03-120.14923
2026-03-190.15211
2026-03-260.15494
2026-04-020.15543
2026-04-090.15247
2026-04-160.15093
2026-04-230.15083
2026-04-300.15122
2026-05-070.15006
2026-05-140.15035
2026-05-210.15188
2026-05-280.15287
2026-06-040.15198
2026-06-110.15408
2026-06-180.15355
2026-06-250.15415
2026-07-020.15451
2026-07-090.15394
2026-07-160.15286
2026-07-230.15241
2026-07-300.15265
2026-08-060.15232
2026-08-130.15227
2026-08-200.15204
2026-08-270.15022
2026-09-030.14865
2026-09-100.14842
2026-09-170.14797
2026-09-240.14794

High

0.16743

Low

0.14794

Average

0.15629

For developers

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

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