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: show the values
| Point | JOD/GHS |
|---|---|
| 2024-08-24 | 21.9875 |
| 2024-10-07 | 22.4083 |
| 2024-11-06 | 23.0778 |
| 2024-12-06 | 21.1241 |
| 2025-01-05 | 20.6667 |
| 2025-02-04 | 21.6790 |
| 2025-03-06 | 21.8485 |
| 2025-04-06 | 21.7950 |
| 2025-05-06 | 19.3967 |
| 2025-06-07 | 14.3621 |
| 2025-07-07 | 14.5983 |
| 2025-08-06 | 14.8752 |
| 2025-09-05 | 16.9692 |
| 2025-10-06 | 17.7904 |
| 2025-11-05 | 15.4002 |
| 2025-12-05 | 16.0759 |
| 2026-01-05 | 14.8032 |
| 2026-02-04 | 15.4421 |
| 2026-03-06 | 15.2230 |
| 2026-04-05 | 15.5144 |
| 2026-05-05 | 15.7898 |
| 2026-06-06 | 16.6650 |
| 2026-07-08 | 16.0913 |
| 2026-08-07 | 16.5765 |
| 2026-09-07 | 16.0525 |
High
23.0778
Low
14.3621
Average
17.7910
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=GHS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=GHS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.