Skip to content

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

JOD/MRO over YTD: show the values
PointJOD/MRO
2025-12-31560.3533
2026-01-07558.6000
2026-01-14562.1118
2026-01-21563.3060
2026-01-28562.7030
2026-02-04561.5519
2026-02-11562.8257
2026-02-19563.8484
2026-02-26563.8566
2026-03-05564.9526
2026-03-12565.2933
2026-03-19564.6623
2026-03-26563.6369
2026-04-03562.1348
2026-05-14564.1558
2026-05-24563.4204
2026-05-31563.5671
2026-06-09566.9995
2026-06-16564.4682
2026-06-23565.0813
2026-06-30562.2917
2026-07-08566.2611
2026-07-15562.8882
2026-07-22565.0178
2026-07-29565.5762
2026-08-05565.6189
2026-08-12564.3429
2026-08-20561.7513
2026-08-27567.1867
2026-09-03563.7436
2026-09-10564.3615
2026-09-17566.6466
2026-09-25564.5765

High

567.1867

Low

558.6000

Average

563.9595

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.