Skip to content

JOD to GHS exchange rate API

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

16.3545

▼ +25.62% over 5Y

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 5 years, JOD/GHS traded between 14.3621 and 23.0778, averaged 17.7910 and fell 25.62%. 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 5Y

JOD/GHS over 5Y: show the values
PointJOD/GHS
2024-08-2421.9875
2024-10-0722.4083
2024-11-0623.0778
2024-12-0621.1241
2025-01-0520.6667
2025-02-0421.6790
2025-03-0621.8485
2025-04-0621.7950
2025-05-0619.3967
2025-06-0714.3621
2025-07-0714.5983
2025-08-0614.8752
2025-09-0516.9692
2025-10-0617.7904
2025-11-0515.4002
2025-12-0516.0759
2026-01-0514.8032
2026-02-0415.4421
2026-03-0615.2230
2026-04-0515.5144
2026-05-0515.7898
2026-06-0616.6650
2026-07-0816.0913
2026-08-0716.5765
2026-09-0716.0525

High

23.0778

Low

14.3621

Average

17.7910

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.