Skip to content

JOD to MUR exchange rate API

Jordanian Dinar to Mauritius Rupee · quoted 2026-09-25

66.9380

▲ +4.76% over 1Y

1 JOD = 66.9380 MUR · 1 MUR = 0.01494 JOD · Get this rate via the API

1 JOD buys 66.9380 MUR as of 2026-09-25, so 1 MUR buys 0.01494 JOD. Over the last year, JOD/MUR traded between 63.7022 and 67.4930, averaged 65.6386 and rose 4.76%. The API holds daily JOD/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/MUR over 1Y

JOD/MUR over 1Y: show the values
PointJOD/MUR
2025-09-2563.8942
2025-10-0264.2633
2025-10-0964.4618
2025-10-1663.9844
2025-10-2364.1044
2025-10-3064.1348
2025-11-0664.9159
2025-11-1364.6892
2025-11-2064.7648
2025-11-2765.0870
2025-12-0464.9806
2025-12-1264.9611
2025-12-1964.9019
2025-12-2664.7980
2026-01-0265.1437
2026-01-0965.6507
2026-01-1665.1529
2026-01-2365.0009
2026-01-3063.7022
2026-02-0664.9202
2026-02-1364.6910
2026-02-2065.1466
2026-02-2765.3129
2026-03-0666.7430
2026-03-1364.7280
2026-03-2065.5822
2026-03-2765.7001
2026-04-0366.1901
2026-04-1065.6979
2026-04-1765.1761
2026-04-2465.9253
2026-05-0166.3455
2026-05-0865.8940
2026-05-1666.5190
2026-05-2466.7985
2026-05-3166.7911
2026-06-0967.4930
2026-06-1666.6350
2026-06-2367.4167
2026-06-3066.6170
2026-07-0766.3844
2026-07-1466.6318
2026-07-2166.4609
2026-07-2866.7630
2026-08-0466.1936
2026-08-1166.2762
2026-08-1866.1948
2026-08-2665.9632
2026-09-0266.3976
2026-09-0966.0903
2026-09-1666.4339
2026-09-2367.2055

High

67.4930

Low

63.7022

Average

65.6386

For developers

Get this rate via the API

One GET request returns the JOD/MUR 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=MUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=MUR");
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=MUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/MUR API questions

How do I get the JOD/MUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=MUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/MUR rate in rates.MUR.

How far back does JOD/MUR historical data go?

Daily JOD/MUR 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/MUR 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.