Skip to content

JOD to MKD exchange rate API

Jordanian Dinar to Denar · quoted 2026-09-25

76.1686

▲ +3.12% over 1Y

1 JOD = 76.1686 MKD · 1 MKD = 0.01313 JOD · Get this rate via the API

1 JOD buys 76.1686 MKD as of 2026-09-25, so 1 MKD buys 0.01313 JOD. Over the last year, JOD/MKD traded between 72.9121 and 76.2905, averaged 74.7878 and rose 3.12%. The API holds daily JOD/MKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/MKD over 1Y

JOD/MKD over 1Y: show the values
PointJOD/MKD
2025-09-2573.8631
2025-10-0274.0706
2025-10-0974.6936
2025-10-1674.5555
2025-10-2374.8976
2025-10-3074.8781
2025-11-0675.5007
2025-11-1374.9298
2025-11-2075.2545
2025-11-2774.9486
2025-12-0474.6225
2025-12-1273.9963
2025-12-1974.0250
2025-12-2673.6640
2026-01-0273.9001
2026-01-0974.5042
2026-01-1674.7357
2026-01-2374.0527
2026-01-3072.9121
2026-02-0673.7724
2026-02-1373.2531
2026-02-2073.8770
2026-02-2773.6856
2026-03-0674.8523
2026-03-1375.4879
2026-03-2075.2029
2026-03-2775.3076
2026-04-0375.3187
2026-04-1074.3857
2026-04-1773.8373
2026-04-2474.4622
2026-05-0174.0937
2026-05-0874.1505
2026-05-1674.7795
2026-05-2474.8893
2026-05-3174.5602
2026-06-0975.3461
2026-06-1675.0487
2026-06-2376.1023
2026-06-3076.2714
2026-07-0776.0071
2026-07-1476.1926
2026-07-2176.0780
2026-07-2876.2905
2026-08-0475.4262
2026-08-1175.1540
2026-08-1874.9149
2026-08-2674.3428
2026-09-0274.9080
2026-09-0974.5971
2026-09-1675.2206
2026-09-2375.7612

High

76.2905

Low

72.9121

Average

74.7878

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/MKD API questions

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

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

How far back does JOD/MKD historical data go?

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