Skip to content

JOD to JMD exchange rate API

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

222.4549

▼ +0.53% over 30D

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 30 days, JOD/JMD traded between 222.0780 and 224.6526, averaged 222.9529 and fell 0.53%. 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 30D

JOD/JMD over 30D: show the values
PointJOD/JMD
2026-08-26223.6327
2026-08-27223.5451
2026-08-28223.6564
2026-08-29222.9893
2026-08-30222.8635
2026-08-31224.6526
2026-09-01223.0913
2026-09-02222.9949
2026-09-03223.1967
2026-09-04223.0968
2026-09-05222.9791
2026-09-06223.0158
2026-09-07223.6141
2026-09-08223.7831
2026-09-09223.3824
2026-09-10222.4943
2026-09-11223.2340
2026-09-12222.7091
2026-09-13222.7258
2026-09-14222.8097
2026-09-15222.2970
2026-09-16222.0780
2026-09-17223.7088
2026-09-18222.5404
2026-09-19222.4236
2026-09-20222.2277
2026-09-21222.3767
2026-09-22222.3539
2026-09-23222.3818
2026-09-24222.7278
2026-09-25222.4549

High

224.6526

Low

222.0780

Average

222.9529

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.