Skip to content

JOD to GHS exchange rate API

Jordanian Dinar to Ghana Cedi · quoted 2026-09-25

16.3545

▼ +5.89% over 1Y

1 JOD = 16.3545 GHS · 1 GHS = 0.06115 JOD · Get this rate via the API

1 JOD buys 16.3545 GHS as of 2026-09-25, so 1 GHS buys 0.06115 JOD. Over the last year, JOD/GHS traded between 14.7597 and 17.6975, averaged 15.8655 and fell 5.89%. The API holds daily JOD/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/GHS over 1Y

JOD/GHS over 1Y: show the values
PointJOD/GHS
2025-09-2517.3773
2025-10-0217.6975
2025-10-0917.4327
2025-10-1615.5606
2025-10-2315.2119
2025-10-3015.3057
2025-11-0615.3966
2025-11-1315.4614
2025-11-2015.5571
2025-11-2715.7635
2025-12-0416.0566
2025-12-1216.1704
2025-12-1916.2297
2025-12-2615.6584
2026-01-0214.7597
2026-01-0915.1229
2026-01-1615.2379
2026-01-2315.3360
2026-01-3015.4238
2026-02-0615.4780
2026-02-1315.4951
2026-02-2015.5138
2026-02-2715.0333
2026-03-0615.2230
2026-03-1315.3157
2026-03-2015.3456
2026-03-2715.4125
2026-04-0315.4906
2026-04-1015.5358
2026-04-1715.5489
2026-04-2415.6418
2026-05-0115.7894
2026-05-0815.9188
2026-05-1616.1201
2026-05-2416.3664
2026-05-3116.5462
2026-06-0916.6672
2026-06-1615.7144
2026-06-2315.8333
2026-06-3015.9242
2026-07-0716.0722
2026-07-1416.2077
2026-07-2116.3159
2026-07-2816.4243
2026-08-0416.4985
2026-08-1116.5901
2026-08-1815.5136
2026-08-2615.7573
2026-09-0215.8986
2026-09-0916.0926
2026-09-1616.1794
2026-09-2316.2921

High

17.6975

Low

14.7597

Average

15.8655

For developers

Get this rate via the API

One GET request returns the JOD/GHS 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=GHS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=GHS");
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=GHS").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/GHS API questions

How do I get the JOD/GHS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=GHS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/GHS rate in rates.GHS.

How far back does JOD/GHS historical data go?

Daily JOD/GHS 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/GHS 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.