AED to MRO exchange rate API
UAE Dirham to Ouguiya · quoted 2026-09-26
109.4304
▼ +0.05% over 30D
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 30 days, AED/MRO traded between 108.7588 and 109.6647, averaged 109.1966 and fell 0.05%. 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 30D: show the values
| Point | AED/MRO |
|---|---|
| 2026-08-27 | 109.4844 |
| 2026-08-28 | 109.2288 |
| 2026-08-29 | 109.2085 |
| 2026-08-30 | 109.3021 |
| 2026-08-31 | 109.2871 |
| 2026-09-01 | 108.7588 |
| 2026-09-02 | 109.1043 |
| 2026-09-03 | 108.8215 |
| 2026-09-04 | 108.8357 |
| 2026-09-05 | 109.5192 |
| 2026-09-06 | 109.6647 |
| 2026-09-07 | 109.5482 |
| 2026-09-08 | 109.3501 |
| 2026-09-09 | 109.5613 |
| 2026-09-10 | 108.9388 |
| 2026-09-11 | 109.0688 |
| 2026-09-12 | 108.9151 |
| 2026-09-13 | 109.5155 |
| 2026-09-14 | 108.8495 |
| 2026-09-15 | 108.8876 |
| 2026-09-16 | 108.9014 |
| 2026-09-17 | 109.3802 |
| 2026-09-19 | 109.1067 |
| 2026-09-20 | 109.2251 |
| 2026-09-21 | 109.0413 |
| 2026-09-22 | 109.1965 |
| 2026-09-23 | 109.1736 |
| 2026-09-24 | 109.3785 |
| 2026-09-25 | 108.9818 |
| 2026-09-26 | 109.4304 |
High
109.6647
Low
108.7588
Average
109.1966
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=MRO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=MRO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.