Skip to content

AED to MRO exchange rate API

UAE Dirham to Ouguiya · quoted 2026-09-26

109.4304

▲ +0.33% over 1Y

1 AED = 109.4304 MRO · 1 MRO = 0.009138 AED · Get this rate via the API

1 AED buys 109.4304 MRO as of 2026-09-26, so 1 MRO buys 0.009138 AED. Over the last year, AED/MRO traded between 107.8178 and 109.6647, averaged 108.7868 and rose 0.33%. The API holds daily AED/MRO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/MRO over 1Y

AED/MRO over 1Y: show the values
PointAED/MRO
2025-09-26109.0688
2025-10-03108.7048
2025-10-10108.8622
2025-10-17108.6809
2025-10-24108.8650
2025-10-31109.4226
2025-11-07108.2931
2025-11-14108.8774
2025-11-21108.4380
2025-11-28108.4135
2025-12-05108.6028
2025-12-13108.2125
2025-12-20108.9812
2025-12-27107.8178
2026-01-03108.2244
2026-01-10108.6032
2026-01-17108.3221
2026-01-24108.5920
2026-01-31108.7056
2026-02-07108.3643
2026-02-15108.7846
2026-02-22108.4880
2026-03-01108.7000
2026-03-08108.9134
2026-03-15108.8625
2026-03-22108.6209
2026-03-30109.2698
2026-04-06108.2286
2026-05-19108.8554
2026-05-27108.7606
2026-06-03108.8716
2026-06-12108.7888
2026-06-19108.6021
2026-06-26108.2492
2026-07-04109.2517
2026-07-11108.4438
2026-07-18108.4905
2026-07-25109.2728
2026-08-01109.1025
2026-08-08109.1553
2026-08-15109.2888
2026-08-23108.9744
2026-08-30109.3021
2026-09-06109.6647
2026-09-13109.5155
2026-09-21109.0413

High

109.6647

Low

107.8178

Average

108.7868

For developers

Get this rate via the API

One GET request returns the AED/MRO 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=AED&currencies=MRO"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=MRO");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=MRO").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/MRO API questions

How do I get the AED/MRO exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=MRO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/MRO rate in rates.MRO.

How far back does AED/MRO historical data go?

Daily AED/MRO 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 AED/MRO 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.