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: show the values
| Point | AED/MRO |
|---|---|
| 2025-09-26 | 109.0688 |
| 2025-10-03 | 108.7048 |
| 2025-10-10 | 108.8622 |
| 2025-10-17 | 108.6809 |
| 2025-10-24 | 108.8650 |
| 2025-10-31 | 109.4226 |
| 2025-11-07 | 108.2931 |
| 2025-11-14 | 108.8774 |
| 2025-11-21 | 108.4380 |
| 2025-11-28 | 108.4135 |
| 2025-12-05 | 108.6028 |
| 2025-12-13 | 108.2125 |
| 2025-12-20 | 108.9812 |
| 2025-12-27 | 107.8178 |
| 2026-01-03 | 108.2244 |
| 2026-01-10 | 108.6032 |
| 2026-01-17 | 108.3221 |
| 2026-01-24 | 108.5920 |
| 2026-01-31 | 108.7056 |
| 2026-02-07 | 108.3643 |
| 2026-02-15 | 108.7846 |
| 2026-02-22 | 108.4880 |
| 2026-03-01 | 108.7000 |
| 2026-03-08 | 108.9134 |
| 2026-03-15 | 108.8625 |
| 2026-03-22 | 108.6209 |
| 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
107.8178
Average
108.7868
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.