JOD to MRO exchange rate API
Jordanian Dinar to Ouguiya · quoted 2026-09-26
566.8309
▲ +1.16% over YTD
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 year to date, JOD/MRO traded between 558.6000 and 567.1867, averaged 563.9595 and rose 1.16%. 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 YTD: show the values
| Point | JOD/MRO |
|---|---|
| 2025-12-31 | 560.3533 |
| 2026-01-07 | 558.6000 |
| 2026-01-14 | 562.1118 |
| 2026-01-21 | 563.3060 |
| 2026-01-28 | 562.7030 |
| 2026-02-04 | 561.5519 |
| 2026-02-11 | 562.8257 |
| 2026-02-19 | 563.8484 |
| 2026-02-26 | 563.8566 |
| 2026-03-05 | 564.9526 |
| 2026-03-12 | 565.2933 |
| 2026-03-19 | 564.6623 |
| 2026-03-26 | 563.6369 |
| 2026-04-03 | 562.1348 |
| 2026-05-14 | 564.1558 |
| 2026-05-24 | 563.4204 |
| 2026-05-31 | 563.5671 |
| 2026-06-09 | 566.9995 |
| 2026-06-16 | 564.4682 |
| 2026-06-23 | 565.0813 |
| 2026-06-30 | 562.2917 |
| 2026-07-08 | 566.2611 |
| 2026-07-15 | 562.8882 |
| 2026-07-22 | 565.0178 |
| 2026-07-29 | 565.5762 |
| 2026-08-05 | 565.6189 |
| 2026-08-12 | 564.3429 |
| 2026-08-20 | 561.7513 |
| 2026-08-27 | 567.1867 |
| 2026-09-03 | 563.7436 |
| 2026-09-10 | 564.3615 |
| 2026-09-17 | 566.6466 |
| 2026-09-25 | 564.5765 |
High
567.1867
Low
558.6000
Average
563.9595
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.