Skip to content

JOD to MRO exchange rate API

Jordanian Dinar to Ouguiya · quoted 2026-09-26

566.8309

▲ +0.13% over 6M

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 6 months, JOD/MRO traded between 560.7100 and 568.0794, averaged 564.5381 and rose 0.13%. 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 6M

JOD/MRO over 6M: show the values
PointJOD/MRO
2026-03-30566.0888
2026-04-06560.7100
2026-05-19563.9269
2026-05-27563.4333
2026-06-03564.0254
2026-06-12563.5933
2026-06-19562.6122
2026-06-26560.7901
2026-07-04565.9051
2026-07-11561.7206
2026-07-18561.9625
2026-07-25566.0147
2026-08-01565.1324
2026-08-08565.4061
2026-08-15566.0977
2026-08-23564.5073
2026-08-30566.2333
2026-09-06568.0794
2026-09-13567.3439
2026-09-21564.8860

High

568.0794

Low

560.7100

Average

564.5381

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=MRO"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=MRO");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=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&currencies=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.