Skip to content

JOD to MAD exchange rate API

Jordanian Dinar to Moroccan Dirham · quoted 2026-09-25

13.5405

▲ +5.81% over 1Y

1 JOD = 13.5405 MAD · 1 MAD = 0.07385 JOD · Get this rate via the API

1 JOD buys 13.5405 MAD as of 2026-09-25, so 1 MAD buys 0.07385 JOD. Over the last year, JOD/MAD traded between 12.7964 and 13.5405, averaged 13.0797 and rose 5.81%. The API holds daily JOD/MAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/MAD over 1Y

JOD/MAD over 1Y: show the values
PointJOD/MAD
2025-09-2512.7964
2025-10-0212.8602
2025-10-0912.8949
2025-10-1612.9681
2025-10-2313.0529
2025-10-3013.0692
2025-11-0613.1286
2025-11-1313.0828
2025-11-2013.1036
2025-11-2713.0542
2025-12-0413.0254
2025-12-1212.9698
2025-12-1912.9380
2025-12-2612.8611
2026-01-0212.8876
2026-01-0913.0410
2026-01-1613.0260
2026-01-2312.9268
2026-01-3012.8317
2026-02-0612.9577
2026-02-1312.9044
2026-02-2012.9429
2026-02-2712.9318
2026-03-0613.1447
2026-03-1313.2920
2026-03-2013.1977
2026-03-2713.1841
2026-04-0313.2747
2026-04-1013.1150
2026-04-1713.0260
2026-04-2413.0709
2026-05-0113.0235
2026-05-0812.9046
2026-05-1613.0200
2026-05-2413.0202
2026-05-3112.9560
2026-06-0913.0563
2026-06-1613.0570
2026-06-2313.2138
2026-06-3013.2527
2026-07-0713.2117
2026-07-1413.1722
2026-07-2113.2356
2026-07-2813.2370
2026-08-0413.1598
2026-08-1113.1316
2026-08-1813.1209
2026-08-2613.0543
2026-09-0213.1813
2026-09-0913.2179
2026-09-1613.3619
2026-09-2313.5370

High

13.5405

Low

12.7964

Average

13.0797

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/MAD API questions

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

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

How far back does JOD/MAD historical data go?

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