AED to MRO exchange rate API
UAE Dirham to Ouguiya · quoted 2026-09-26
109.4304
▲ +0.15% over 6M
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 6 months, AED/MRO traded between 108.2286 and 109.6647, averaged 108.9791 and rose 0.15%. 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 6M: show the values
| Point | AED/MRO |
|---|---|
| 2026-03-30 | 109.2698 |
| 2026-04-06 | 108.2286 |
| 2026-05-19 | 108.8554 |
| 2026-05-27 | 108.7606 |
| 2026-06-03 | 108.8716 |
| 2026-06-12 | 108.7888 |
| 2026-06-19 | 108.6021 |
| 2026-06-26 | 108.2492 |
| 2026-07-04 | 109.2517 |
| 2026-07-11 | 108.4438 |
| 2026-07-18 | 108.4905 |
| 2026-07-25 | 109.2728 |
| 2026-08-01 | 109.1025 |
| 2026-08-08 | 109.1553 |
| 2026-08-15 | 109.2888 |
| 2026-08-23 | 108.9744 |
| 2026-08-30 | 109.3021 |
| 2026-09-06 | 109.6647 |
| 2026-09-13 | 109.5155 |
| 2026-09-21 | 109.0413 |
High
109.6647
Low
108.2286
Average
108.9791
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.