Skip to content

JOD to JMD exchange rate API

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

222.4549

▲ +0.54% over 5Y

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 5 years, JOD/JMD traded between 219.5220 and 226.9018, averaged 223.1757 and rose 0.54%. 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 5Y

JOD/JMD over 5Y: show the values
PointJOD/JMD
2024-08-24221.2634
2024-10-07223.2868
2024-11-06223.1949
2024-12-06221.7994
2025-01-05219.5220
2025-02-04222.6741
2025-03-06221.0368
2025-04-06221.7724
2025-05-06223.7724
2025-06-07225.0123
2025-07-07225.2472
2025-08-06223.1999
2025-09-05225.7612
2025-10-06226.9018
2025-11-05226.4014
2025-12-05225.9044
2026-01-05224.5123
2026-02-04221.1512
2026-03-06220.3853
2026-04-05222.4032
2026-05-05222.2361
2026-06-06222.4611
2026-07-08222.6245
2026-08-07223.9756
2026-09-07223.6141

High

226.9018

Low

219.5220

Average

223.1757

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.