Skip to content

JOD to GMD exchange rate API

Jordanian Dinar to Dalasi · quoted 2026-09-25

104.4059

▲ +0.41% over YTD

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 year to date, JOD/GMD traded between 102.9643 and 105.8259, averaged 104.2960 and rose 0.41%. 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 YTD

JOD/GMD over YTD: show the values
PointJOD/GMD
2025-12-31103.9819
2026-01-07104.1166
2026-01-14104.1498
2026-01-21104.0817
2026-01-28104.7462
2026-02-04103.8326
2026-02-11104.0905
2026-02-18104.0826
2026-02-25104.2523
2026-03-04103.9218
2026-03-11103.7861
2026-03-18104.4117
2026-03-25104.4062
2026-04-01104.3024
2026-04-08104.5356
2026-04-15103.6833
2026-04-22103.6620
2026-04-29103.6509
2026-05-06102.9643
2026-05-14103.9197
2026-05-21103.7603
2026-05-29103.8545
2026-06-05103.3502
2026-06-14104.1206
2026-06-21105.3010
2026-06-28104.6923
2026-07-05104.3392
2026-07-12104.9394
2026-07-19104.4561
2026-07-26105.5254
2026-08-02105.8259
2026-08-09104.3989
2026-08-16105.6811
2026-08-24104.7119
2026-08-31104.4224
2026-09-07104.4515
2026-09-14104.4059
2026-09-21104.3225

High

105.8259

Low

102.9643

Average

104.2960

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=GMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=GMD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=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&currencies=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.