JOD to GHS exchange rate API
Jordanian Dinar to Ghana Cedi · quoted 2026-09-25
16.3545
▲ +10.54% over YTD
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 year to date, JOD/GHS traded between 14.7950 and 16.6715, averaged 15.7565 and rose 10.54%. 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 YTD: show the values
| Point | JOD/GHS |
|---|---|
| 2025-12-31 | 14.7950 |
| 2026-01-07 | 14.9976 |
| 2026-01-14 | 15.1630 |
| 2026-01-21 | 15.3008 |
| 2026-01-28 | 15.3916 |
| 2026-02-04 | 15.4421 |
| 2026-02-11 | 15.5088 |
| 2026-02-18 | 15.5137 |
| 2026-02-25 | 15.1029 |
| 2026-03-04 | 15.1657 |
| 2026-03-11 | 15.2363 |
| 2026-03-18 | 15.3437 |
| 2026-03-25 | 15.3950 |
| 2026-04-01 | 15.4942 |
| 2026-04-08 | 15.4973 |
| 2026-04-15 | 15.5927 |
| 2026-04-22 | 15.6061 |
| 2026-04-29 | 15.7118 |
| 2026-05-06 | 15.7782 |
| 2026-05-14 | 15.9745 |
| 2026-05-21 | 16.2874 |
| 2026-05-29 | 16.4432 |
| 2026-06-05 | 16.6715 |
| 2026-06-14 | 15.6527 |
| 2026-06-21 | 15.7457 |
| 2026-06-28 | 15.9033 |
| 2026-07-05 | 16.0229 |
| 2026-07-12 | 16.1722 |
| 2026-07-19 | 16.2869 |
| 2026-07-26 | 16.4035 |
| 2026-08-02 | 16.4825 |
| 2026-08-09 | 16.5828 |
| 2026-08-16 | 15.4541 |
| 2026-08-24 | 15.7309 |
| 2026-08-31 | 15.8536 |
| 2026-09-07 | 16.0525 |
| 2026-09-14 | 16.1520 |
| 2026-09-21 | 16.2410 |
High
16.6715
Low
14.7950
Average
15.7565
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.