JOD to MKD exchange rate API
Jordanian Dinar to Denar · quoted 2026-09-25
76.1686
▲ +3.07% over YTD
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 year to date, JOD/MKD traded between 72.4865 and 76.2979, averaged 74.7208 and rose 3.07%. 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 YTD: show the values
| Point | JOD/MKD |
|---|---|
| 2025-12-31 | 73.9017 |
| 2026-01-07 | 74.2494 |
| 2026-01-14 | 74.5399 |
| 2026-01-21 | 74.1044 |
| 2026-01-28 | 72.4865 |
| 2026-02-04 | 73.5184 |
| 2026-02-11 | 73.0117 |
| 2026-02-18 | 73.4209 |
| 2026-02-25 | 73.7820 |
| 2026-03-04 | 74.9892 |
| 2026-03-11 | 74.7416 |
| 2026-03-18 | 75.3685 |
| 2026-03-25 | 74.8995 |
| 2026-04-01 | 75.1653 |
| 2026-04-08 | 74.5288 |
| 2026-04-15 | 73.7995 |
| 2026-04-22 | 74.0108 |
| 2026-04-29 | 74.2467 |
| 2026-05-06 | 74.2077 |
| 2026-05-14 | 74.2091 |
| 2026-05-21 | 74.8163 |
| 2026-05-29 | 74.6711 |
| 2026-06-05 | 74.8474 |
| 2026-06-14 | 75.0951 |
| 2026-06-21 | 75.7819 |
| 2026-06-28 | 76.2979 |
| 2026-07-05 | 75.9496 |
| 2026-07-12 | 76.0188 |
| 2026-07-19 | 75.9447 |
| 2026-07-26 | 76.0057 |
| 2026-08-02 | 75.4349 |
| 2026-08-09 | 75.0662 |
| 2026-08-16 | 74.9082 |
| 2026-08-24 | 74.2574 |
| 2026-08-31 | 74.6031 |
| 2026-09-07 | 74.6903 |
| 2026-09-14 | 74.8396 |
| 2026-09-21 | 75.5320 |
High
76.2979
Low
72.4865
Average
74.7208
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.