JOD to JMD exchange rate API
Jordanian Dinar to Jamaican Dollar · quoted 2026-09-25
222.4549
▼ +0.96% over YTD
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 year to date, JOD/JMD traded between 219.8063 and 224.6526, averaged 222.4487 and fell 0.96%. 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 YTD: show the values
| Point | JOD/JMD |
|---|---|
| 2025-12-31 | 224.6222 |
| 2026-01-07 | 224.1324 |
| 2026-01-14 | 223.1224 |
| 2026-01-21 | 222.1620 |
| 2026-01-28 | 220.9563 |
| 2026-02-04 | 221.1512 |
| 2026-02-11 | 220.7687 |
| 2026-02-18 | 219.8063 |
| 2026-02-25 | 220.0848 |
| 2026-03-04 | 220.3798 |
| 2026-03-11 | 221.3610 |
| 2026-03-18 | 221.3233 |
| 2026-03-25 | 221.9649 |
| 2026-04-01 | 222.9999 |
| 2026-04-08 | 220.8332 |
| 2026-04-15 | 222.8320 |
| 2026-04-22 | 223.7156 |
| 2026-04-29 | 222.1789 |
| 2026-05-06 | 221.4902 |
| 2026-05-14 | 223.0423 |
| 2026-05-21 | 223.1956 |
| 2026-05-29 | 221.4907 |
| 2026-06-05 | 223.0541 |
| 2026-06-14 | 222.8780 |
| 2026-06-21 | 222.5588 |
| 2026-06-28 | 222.0361 |
| 2026-07-05 | 222.6705 |
| 2026-07-12 | 223.6095 |
| 2026-07-19 | 223.0446 |
| 2026-07-26 | 222.8142 |
| 2026-08-02 | 222.7362 |
| 2026-08-09 | 223.6593 |
| 2026-08-16 | 222.7586 |
| 2026-08-24 | 224.1587 |
| 2026-08-31 | 224.6526 |
| 2026-09-07 | 223.6141 |
| 2026-09-14 | 222.8097 |
| 2026-09-21 | 222.3767 |
High
224.6526
Low
219.8063
Average
222.4487
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.