JOD to MRO exchange rate API
Jordanian Dinar to Ouguiya · quoted 2026-09-26
566.8309
▼ +0.06% over 30D
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 30 days, JOD/MRO traded between 563.4317 and 568.0794, averaged 565.6772 and fell 0.06%. 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 30D: show the values
| Point | JOD/MRO |
|---|---|
| 2026-08-27 | 567.1867 |
| 2026-08-28 | 565.8638 |
| 2026-08-29 | 565.6815 |
| 2026-08-30 | 566.2333 |
| 2026-08-31 | 566.1657 |
| 2026-09-01 | 563.4317 |
| 2026-09-02 | 565.2186 |
| 2026-09-03 | 563.7436 |
| 2026-09-04 | 563.8197 |
| 2026-09-05 | 567.2911 |
| 2026-09-06 | 568.0794 |
| 2026-09-07 | 567.5108 |
| 2026-09-08 | 566.4919 |
| 2026-09-09 | 567.5862 |
| 2026-09-10 | 564.3615 |
| 2026-09-11 | 565.0350 |
| 2026-09-12 | 564.1619 |
| 2026-09-13 | 567.3439 |
| 2026-09-14 | 563.8986 |
| 2026-09-15 | 564.0942 |
| 2026-09-16 | 564.1652 |
| 2026-09-17 | 566.6466 |
| 2026-09-19 | 565.1543 |
| 2026-09-20 | 565.8059 |
| 2026-09-21 | 564.8860 |
| 2026-09-22 | 565.6911 |
| 2026-09-23 | 565.5729 |
| 2026-09-24 | 566.6351 |
| 2026-09-25 | 564.5765 |
| 2026-09-26 | 566.8309 |
High
568.0794
Low
563.4317
Average
565.6772
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.