Skip to content

JOD to MKD exchange rate API

Jordanian Dinar to Denar · quoted 2026-09-25

76.1686

▼ +1.78% over 5Y

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 5 years, JOD/MKD traded between 73.5184 and 84.0489, averaged 76.7688 and fell 1.78%. 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 5Y

JOD/MKD over 5Y: show the values
PointJOD/MKD
2024-08-2477.5469
2024-10-0779.1301
2024-11-0679.4174
2024-12-0682.0031
2025-01-0583.8929
2025-02-0484.0489
2025-03-0680.3835
2025-04-0679.0965
2025-05-0676.8334
2025-06-0776.1268
2025-07-0773.6791
2025-08-0674.9917
2025-09-0574.4490
2025-10-0674.1808
2025-11-0575.5167
2025-12-0574.6302
2026-01-0574.1960
2026-02-0473.5184
2026-03-0674.8523
2026-04-0575.3470
2026-05-0574.3750
2026-06-0675.4321
2026-07-0876.1580
2026-08-0775.3249
2026-09-0774.6903

High

84.0489

Low

73.5184

Average

76.7688

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.