JOD to GMD exchange rate API
Jordanian Dinar to Dalasi · quoted 2026-09-25
104.4059
▲ +0.59% over 1Y
1 JOD = 104.4059 GMD · 1 GMD = 0.009578 JOD · Get this rate via the API
1 JOD buys 104.4059 GMD as of 2026-09-25, so 1 GMD buys 0.009578 JOD. Over the last year, JOD/GMD traded between 102.2347 and 105.1625, averaged 103.9787 and rose 0.59%. The API holds daily JOD/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/GMD over 1Y: show the values
| Point | JOD/GMD |
|---|---|
| 2025-09-25 | 103.7955 |
| 2025-10-02 | 103.5800 |
| 2025-10-09 | 102.6800 |
| 2025-10-16 | 102.7097 |
| 2025-10-23 | 102.7131 |
| 2025-10-30 | 103.1999 |
| 2025-11-06 | 103.6398 |
| 2025-11-13 | 103.4812 |
| 2025-11-20 | 103.8543 |
| 2025-11-27 | 103.8610 |
| 2025-12-04 | 103.4477 |
| 2025-12-12 | 103.9614 |
| 2025-12-19 | 104.1935 |
| 2025-12-26 | 104.7566 |
| 2026-01-02 | 104.3169 |
| 2026-01-09 | 104.1774 |
| 2026-01-16 | 104.1188 |
| 2026-01-23 | 103.6880 |
| 2026-01-30 | 104.2921 |
| 2026-02-06 | 103.8514 |
| 2026-02-13 | 104.0948 |
| 2026-02-20 | 104.3089 |
| 2026-02-27 | 103.8113 |
| 2026-03-06 | 104.0001 |
| 2026-03-13 | 103.8790 |
| 2026-03-20 | 104.5352 |
| 2026-03-27 | 104.4605 |
| 2026-04-03 | 104.3965 |
| 2026-04-10 | 104.3707 |
| 2026-04-17 | 102.9627 |
| 2026-04-24 | 103.6733 |
| 2026-05-01 | 103.6611 |
| 2026-05-08 | 102.9599 |
| 2026-05-16 | 102.2347 |
| 2026-05-24 | 104.9391 |
| 2026-05-31 | 104.2570 |
| 2026-06-09 | 103.6504 |
| 2026-06-16 | 103.8151 |
| 2026-06-23 | 103.6950 |
| 2026-06-30 | 104.2046 |
| 2026-07-07 | 104.2693 |
| 2026-07-14 | 104.3751 |
| 2026-07-21 | 104.3694 |
| 2026-07-28 | 104.6043 |
| 2026-08-04 | 104.4873 |
| 2026-08-11 | 104.5062 |
| 2026-08-18 | 104.5963 |
| 2026-08-26 | 104.6657 |
| 2026-09-02 | 105.1625 |
| 2026-09-09 | 104.5543 |
| 2026-09-16 | 104.3679 |
| 2026-09-23 | 104.2771 |
High
105.1625
Low
102.2347
Average
103.9787
Get this rate via the API
One GET request returns the JOD/GMD 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=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=GMD").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/GMD API questions
How do I get the JOD/GMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=GMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/GMD rate in rates.GMD.
How far back does JOD/GMD historical data go?
Daily JOD/GMD 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/GMD 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.