JOD to JMD exchange rate API
Jordanian Dinar to Jamaican Dollar · quoted 2026-09-25
222.4549
▼ +0.11% over 6M
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 6 months, JOD/JMD traded between 221.0387 and 223.6677, averaged 222.7024 and fell 0.11%. 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 6M: show the values
| Point | JOD/JMD |
|---|---|
| 2026-03-29 | 222.7050 |
| 2026-04-05 | 222.4032 |
| 2026-04-12 | 222.6540 |
| 2026-04-19 | 223.3673 |
| 2026-04-26 | 222.2045 |
| 2026-05-03 | 221.0387 |
| 2026-05-10 | 221.6901 |
| 2026-05-18 | 223.2904 |
| 2026-05-26 | 222.1356 |
| 2026-06-02 | 222.3827 |
| 2026-06-11 | 222.7750 |
| 2026-06-18 | 223.4634 |
| 2026-06-25 | 222.0496 |
| 2026-07-02 | 221.8978 |
| 2026-07-09 | 223.0777 |
| 2026-07-16 | 222.4392 |
| 2026-07-23 | 223.5430 |
| 2026-07-30 | 221.9699 |
| 2026-08-06 | 223.6677 |
| 2026-08-13 | 223.3726 |
| 2026-08-21 | 223.4006 |
| 2026-08-28 | 223.6564 |
| 2026-09-04 | 223.0968 |
| 2026-09-11 | 223.2340 |
| 2026-09-18 | 222.5404 |
| 2026-09-25 | 222.4549 |
High
223.6677
Low
221.0387
Average
222.7024
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.