JOD to MRO exchange rate API
Jordanian Dinar to Ouguiya · quoted 2026-09-26
566.8309
▲ +0.32% over 1Y
1 JOD = 566.8309 MRO · 1 MRO = 0.001764 JOD · Get this rate via the API
1 JOD buys 566.8309 MRO as of 2026-09-26, so 1 MRO buys 0.001764 JOD. Over the last year, JOD/MRO traded between 558.4781 and 568.0794, averaged 563.5387 and rose 0.32%. The API holds daily JOD/MRO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/MRO over 1Y: show the values
| Point | JOD/MRO |
|---|---|
| 2025-09-26 | 565.0270 |
| 2025-10-03 | 563.1445 |
| 2025-10-10 | 563.9631 |
| 2025-10-17 | 563.0175 |
| 2025-10-24 | 563.9751 |
| 2025-10-31 | 566.8599 |
| 2025-11-07 | 561.0013 |
| 2025-11-14 | 564.0297 |
| 2025-11-21 | 561.7500 |
| 2025-11-28 | 561.6074 |
| 2025-12-05 | 562.5826 |
| 2025-12-13 | 560.5224 |
| 2025-12-20 | 564.5042 |
| 2025-12-27 | 558.4781 |
| 2026-01-03 | 560.5840 |
| 2026-01-10 | 562.5462 |
| 2026-01-17 | 561.0903 |
| 2026-01-24 | 562.4884 |
| 2026-01-31 | 563.0768 |
| 2026-02-07 | 561.3087 |
| 2026-02-15 | 563.5243 |
| 2026-02-22 | 561.9918 |
| 2026-03-01 | 563.0861 |
| 2026-03-08 | 564.2477 |
| 2026-03-15 | 563.9277 |
| 2026-03-22 | 562.6837 |
| 2026-03-30 | 566.0888 |
| 2026-04-06 | 560.7100 |
| 2026-05-19 | 563.9269 |
| 2026-05-27 | 563.4333 |
| 2026-06-03 | 564.0254 |
| 2026-06-12 | 563.5933 |
| 2026-06-19 | 562.6122 |
| 2026-06-26 | 560.7901 |
| 2026-07-04 | 565.9051 |
| 2026-07-11 | 561.7206 |
| 2026-07-18 | 561.9625 |
| 2026-07-25 | 566.0147 |
| 2026-08-01 | 565.1324 |
| 2026-08-08 | 565.4061 |
| 2026-08-15 | 566.0977 |
| 2026-08-23 | 564.5073 |
| 2026-08-30 | 566.2333 |
| 2026-09-06 | 568.0794 |
| 2026-09-13 | 567.3439 |
| 2026-09-21 | 564.8860 |
High
568.0794
Low
558.4781
Average
563.5387
Get this rate via the API
One GET request returns the JOD/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=JOD¤cies=MRO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=MRO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=MRO").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/MRO API questions
How do I get the JOD/MRO exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=MRO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/MRO rate in rates.MRO.
How far back does JOD/MRO historical data go?
Daily JOD/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 JOD/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.