Skip to content

JOD to JMD exchange rate API

Jordanian Dinar to Jamaican Dollar · quoted 2026-09-25

222.4549

▼ +1.32% over 1Y

1 JOD = 222.4549 JMD · 1 JMD = 0.004495 JOD · Get this rate via the API

1 JOD buys 222.4549 JMD as of 2026-09-25, so 1 JMD buys 0.004495 JOD. Over the last year, JOD/JMD traded between 219.9170 and 226.7734, averaged 223.3517 and fell 1.32%. The API holds daily JOD/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/JMD over 1Y

JOD/JMD over 1Y: show the values
PointJOD/JMD
2025-09-25225.4403
2025-10-02226.1465
2025-10-09225.7268
2025-10-16226.0781
2025-10-23226.6774
2025-10-30225.6349
2025-11-06226.5301
2025-11-13226.7734
2025-11-20226.5787
2025-11-27226.1805
2025-12-04226.2050
2025-12-12225.6281
2025-12-19225.6729
2025-12-26224.9383
2026-01-02224.2100
2026-01-09223.8605
2026-01-16222.7331
2026-01-23221.5856
2026-01-30221.5070
2026-02-06220.7281
2026-02-13220.6269
2026-02-20219.9170
2026-02-27219.9462
2026-03-06220.3853
2026-03-13221.4759
2026-03-20221.5031
2026-03-27221.3312
2026-04-03221.8698
2026-04-10222.7188
2026-04-17222.7254
2026-04-24222.6825
2026-05-01221.0451
2026-05-08222.8730
2026-05-16222.6600
2026-05-24221.9004
2026-05-31221.7342
2026-06-09222.4522
2026-06-16223.4933
2026-06-23223.0786
2026-06-30221.8351
2026-07-07222.6884
2026-07-14224.3369
2026-07-21223.8227
2026-07-28223.5270
2026-08-04223.5411
2026-08-11224.1534
2026-08-18223.5571
2026-08-26223.6327
2026-09-02222.9949
2026-09-09223.3824
2026-09-16222.0780
2026-09-23222.3818

High

226.7734

Low

219.9170

Average

223.3517

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/JMD API questions

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

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

How far back does JOD/JMD historical data go?

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