JOD to GMD exchange rate API
Jordanian Dinar to Dalasi · quoted 2026-09-25
104.4059
▲ +5.78% over 5Y
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 5 years, JOD/GMD traded between 97.4239 and 105.4519, averaged 102.5097 and rose 5.78%. 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 5Y: show the values
| Point | JOD/GMD |
|---|---|
| 2024-08-24 | 98.7030 |
| 2024-10-07 | 97.4239 |
| 2024-11-06 | 100.7830 |
| 2024-12-06 | 101.1763 |
| 2025-01-05 | 102.2497 |
| 2025-02-04 | 102.2909 |
| 2025-03-06 | 101.6740 |
| 2025-04-06 | 100.7924 |
| 2025-05-06 | 101.6943 |
| 2025-06-07 | 100.0543 |
| 2025-07-07 | 101.8051 |
| 2025-08-06 | 102.5061 |
| 2025-09-05 | 101.4847 |
| 2025-10-06 | 103.5802 |
| 2025-11-05 | 103.6385 |
| 2025-12-05 | 103.9129 |
| 2026-01-05 | 104.2621 |
| 2026-02-04 | 103.8326 |
| 2026-03-06 | 104.0001 |
| 2026-04-05 | 105.4519 |
| 2026-05-05 | 103.6630 |
| 2026-06-06 | 102.8596 |
| 2026-07-08 | 104.2160 |
| 2026-08-07 | 104.3402 |
| 2026-09-07 | 104.4515 |
High
105.4519
Low
97.4239
Average
102.5097
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.