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: show the values
| Point | JOD/GHS |
|---|---|
| 2025-09-25 | 17.3773 |
| 2025-10-02 | 17.6975 |
| 2025-10-09 | 17.4327 |
| 2025-10-16 | 15.5606 |
| 2025-10-23 | 15.2119 |
| 2025-10-30 | 15.3057 |
| 2025-11-06 | 15.3966 |
| 2025-11-13 | 15.4614 |
| 2025-11-20 | 15.5571 |
| 2025-11-27 | 15.7635 |
| 2025-12-04 | 16.0566 |
| 2025-12-12 | 16.1704 |
| 2025-12-19 | 16.2297 |
| 2025-12-26 | 15.6584 |
| 2026-01-02 | 14.7597 |
| 2026-01-09 | 15.1229 |
| 2026-01-16 | 15.2379 |
| 2026-01-23 | 15.3360 |
| 2026-01-30 | 15.4238 |
| 2026-02-06 | 15.4780 |
| 2026-02-13 | 15.4951 |
| 2026-02-20 | 15.5138 |
| 2026-02-27 | 15.0333 |
| 2026-03-06 | 15.2230 |
| 2026-03-13 | 15.3157 |
| 2026-03-20 | 15.3456 |
| 2026-03-27 | 15.4125 |
| 2026-04-03 | 15.4906 |
| 2026-04-10 | 15.5358 |
| 2026-04-17 | 15.5489 |
| 2026-04-24 | 15.6418 |
| 2026-05-01 | 15.7894 |
| 2026-05-08 | 15.9188 |
| 2026-05-16 | 16.1201 |
| 2026-05-24 | 16.3664 |
| 2026-05-31 | 16.5462 |
| 2026-06-09 | 16.6672 |
| 2026-06-16 | 15.7144 |
| 2026-06-23 | 15.8333 |
| 2026-06-30 | 15.9242 |
| 2026-07-07 | 16.0722 |
| 2026-07-14 | 16.2077 |
| 2026-07-21 | 16.3159 |
| 2026-07-28 | 16.4243 |
| 2026-08-04 | 16.4985 |
| 2026-08-11 | 16.5901 |
| 2026-08-18 | 15.5136 |
| 2026-08-26 | 15.7573 |
| 2026-09-02 | 15.8986 |
| 2026-09-09 | 16.0926 |
| 2026-09-16 | 16.1794 |
| 2026-09-23 | 16.2921 |
High
17.6975
Low
14.7597
Average
15.8655
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.