JOD to MUR exchange rate API
Jordanian Dinar to Mauritius Rupee · quoted 2026-09-25
66.9380
▲ +1.48% over 30D
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 30 days, JOD/MUR traded between 65.9632 and 67.5125, averaged 66.4847 and rose 1.48%. 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 30D: show the values
| Point | JOD/MUR |
|---|---|
| 2026-08-26 | 65.9632 |
| 2026-08-27 | 66.0339 |
| 2026-08-28 | 66.0966 |
| 2026-08-29 | 66.1012 |
| 2026-08-30 | 66.1082 |
| 2026-08-31 | 66.3056 |
| 2026-09-01 | 66.4193 |
| 2026-09-02 | 66.3976 |
| 2026-09-03 | 66.6202 |
| 2026-09-04 | 66.1630 |
| 2026-09-05 | 66.0426 |
| 2026-09-06 | 66.0668 |
| 2026-09-07 | 66.0948 |
| 2026-09-08 | 66.1499 |
| 2026-09-09 | 66.0903 |
| 2026-09-10 | 66.1100 |
| 2026-09-11 | 66.0370 |
| 2026-09-12 | 66.2222 |
| 2026-09-13 | 66.2332 |
| 2026-09-14 | 66.1057 |
| 2026-09-15 | 66.4262 |
| 2026-09-16 | 66.4339 |
| 2026-09-17 | 66.9564 |
| 2026-09-18 | 67.1480 |
| 2026-09-19 | 67.1346 |
| 2026-09-20 | 67.1156 |
| 2026-09-21 | 67.1046 |
| 2026-09-22 | 67.2371 |
| 2026-09-23 | 67.2055 |
| 2026-09-24 | 67.5125 |
| 2026-09-25 | 66.9380 |
High
67.5125
Low
65.9632
Average
66.4847
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.