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: show the values
| Point | JOD/MKD |
|---|---|
| 2025-09-25 | 73.8631 |
| 2025-10-02 | 74.0706 |
| 2025-10-09 | 74.6936 |
| 2025-10-16 | 74.5555 |
| 2025-10-23 | 74.8976 |
| 2025-10-30 | 74.8781 |
| 2025-11-06 | 75.5007 |
| 2025-11-13 | 74.9298 |
| 2025-11-20 | 75.2545 |
| 2025-11-27 | 74.9486 |
| 2025-12-04 | 74.6225 |
| 2025-12-12 | 73.9963 |
| 2025-12-19 | 74.0250 |
| 2025-12-26 | 73.6640 |
| 2026-01-02 | 73.9001 |
| 2026-01-09 | 74.5042 |
| 2026-01-16 | 74.7357 |
| 2026-01-23 | 74.0527 |
| 2026-01-30 | 72.9121 |
| 2026-02-06 | 73.7724 |
| 2026-02-13 | 73.2531 |
| 2026-02-20 | 73.8770 |
| 2026-02-27 | 73.6856 |
| 2026-03-06 | 74.8523 |
| 2026-03-13 | 75.4879 |
| 2026-03-20 | 75.2029 |
| 2026-03-27 | 75.3076 |
| 2026-04-03 | 75.3187 |
| 2026-04-10 | 74.3857 |
| 2026-04-17 | 73.8373 |
| 2026-04-24 | 74.4622 |
| 2026-05-01 | 74.0937 |
| 2026-05-08 | 74.1505 |
| 2026-05-16 | 74.7795 |
| 2026-05-24 | 74.8893 |
| 2026-05-31 | 74.5602 |
| 2026-06-09 | 75.3461 |
| 2026-06-16 | 75.0487 |
| 2026-06-23 | 76.1023 |
| 2026-06-30 | 76.2714 |
| 2026-07-07 | 76.0071 |
| 2026-07-14 | 76.1926 |
| 2026-07-21 | 76.0780 |
| 2026-07-28 | 76.2905 |
| 2026-08-04 | 75.4262 |
| 2026-08-11 | 75.1540 |
| 2026-08-18 | 74.9149 |
| 2026-08-26 | 74.3428 |
| 2026-09-02 | 74.9080 |
| 2026-09-09 | 74.5971 |
| 2026-09-16 | 75.2206 |
| 2026-09-23 | 75.7612 |
High
76.2905
Low
72.9121
Average
74.7878
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=MKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=MKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.