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: show the values
| Point | JOD/MUR |
|---|---|
| 2025-09-25 | 63.8942 |
| 2025-10-02 | 64.2633 |
| 2025-10-09 | 64.4618 |
| 2025-10-16 | 63.9844 |
| 2025-10-23 | 64.1044 |
| 2025-10-30 | 64.1348 |
| 2025-11-06 | 64.9159 |
| 2025-11-13 | 64.6892 |
| 2025-11-20 | 64.7648 |
| 2025-11-27 | 65.0870 |
| 2025-12-04 | 64.9806 |
| 2025-12-12 | 64.9611 |
| 2025-12-19 | 64.9019 |
| 2025-12-26 | 64.7980 |
| 2026-01-02 | 65.1437 |
| 2026-01-09 | 65.6507 |
| 2026-01-16 | 65.1529 |
| 2026-01-23 | 65.0009 |
| 2026-01-30 | 63.7022 |
| 2026-02-06 | 64.9202 |
| 2026-02-13 | 64.6910 |
| 2026-02-20 | 65.1466 |
| 2026-02-27 | 65.3129 |
| 2026-03-06 | 66.7430 |
| 2026-03-13 | 64.7280 |
| 2026-03-20 | 65.5822 |
| 2026-03-27 | 65.7001 |
| 2026-04-03 | 66.1901 |
| 2026-04-10 | 65.6979 |
| 2026-04-17 | 65.1761 |
| 2026-04-24 | 65.9253 |
| 2026-05-01 | 66.3455 |
| 2026-05-08 | 65.8940 |
| 2026-05-16 | 66.5190 |
| 2026-05-24 | 66.7985 |
| 2026-05-31 | 66.7911 |
| 2026-06-09 | 67.4930 |
| 2026-06-16 | 66.6350 |
| 2026-06-23 | 67.4167 |
| 2026-06-30 | 66.6170 |
| 2026-07-07 | 66.3844 |
| 2026-07-14 | 66.6318 |
| 2026-07-21 | 66.4609 |
| 2026-07-28 | 66.7630 |
| 2026-08-04 | 66.1936 |
| 2026-08-11 | 66.2762 |
| 2026-08-18 | 66.1948 |
| 2026-08-26 | 65.9632 |
| 2026-09-02 | 66.3976 |
| 2026-09-09 | 66.0903 |
| 2026-09-16 | 66.4339 |
| 2026-09-23 | 67.2055 |
High
67.4930
Low
63.7022
Average
65.6386
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.