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: show the values
| Point | JOD/JMD |
|---|---|
| 2024-08-24 | 221.2634 |
| 2024-10-07 | 223.2868 |
| 2024-11-06 | 223.1949 |
| 2024-12-06 | 221.7994 |
| 2025-01-05 | 219.5220 |
| 2025-02-04 | 222.6741 |
| 2025-03-06 | 221.0368 |
| 2025-04-06 | 221.7724 |
| 2025-05-06 | 223.7724 |
| 2025-06-07 | 225.0123 |
| 2025-07-07 | 225.2472 |
| 2025-08-06 | 223.1999 |
| 2025-09-05 | 225.7612 |
| 2025-10-06 | 226.9018 |
| 2025-11-05 | 226.4014 |
| 2025-12-05 | 225.9044 |
| 2026-01-05 | 224.5123 |
| 2026-02-04 | 221.1512 |
| 2026-03-06 | 220.3853 |
| 2026-04-05 | 222.4032 |
| 2026-05-05 | 222.2361 |
| 2026-06-06 | 222.4611 |
| 2026-07-08 | 222.6245 |
| 2026-08-07 | 223.9756 |
| 2026-09-07 | 223.6141 |
High
226.9018
Low
219.5220
Average
223.1757
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.