Skip to content

DJF to GHS exchange rate API

Djibouti Franc to Ghana Cedi · quoted 2026-09-26

0.06513

▼ +6.11% over 1Y

1 DJF = 0.06513 GHS · 1 GHS = 15.3551 DJF · Get this rate via the API

1 DJF buys 0.06513 GHS as of 2026-09-26, so 1 GHS buys 15.3551 DJF. Over the last year, DJF/GHS traded between 0.05876 and 0.07041, averaged 0.06319 and fell 6.11%. The API holds daily DJF/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DJF/GHS over 1Y

DJF/GHS over 1Y: show the values
PointDJF/GHS
2025-09-260.06936
2025-10-030.07041
2025-10-100.06945
2025-10-170.05985
2025-10-240.06066
2025-10-310.06092
2025-11-070.06137
2025-11-140.06162
2025-11-210.06221
2025-11-280.06310
2025-12-050.06402
2025-12-130.06443
2025-12-200.06452
2025-12-270.06253
2026-01-030.05876
2026-01-100.06016
2026-01-170.06075
2026-01-240.06108
2026-01-310.06101
2026-02-070.06152
2026-02-140.06185
2026-02-210.06180
2026-02-280.05983
2026-03-070.06055
2026-03-140.06099
2026-03-210.06118
2026-03-280.06173
2026-04-040.06171
2026-04-110.06201
2026-04-180.06206
2026-04-250.06246
2026-05-020.06304
2026-05-090.06353
2026-05-170.06396
2026-05-250.06520
2026-06-010.06593
2026-06-100.06557
2026-06-170.06346
2026-06-240.06310
2026-07-010.06360
2026-07-080.06413
2026-07-150.06439
2026-07-220.06499
2026-07-290.06542
2026-08-050.06579
2026-08-120.06585
2026-08-200.06230
2026-08-270.06285
2026-09-030.06345
2026-09-100.06424
2026-09-170.06430
2026-09-240.06498

High

0.07041

Low

0.05876

Average

0.06319

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DJF/GHS API questions

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

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

How far back does DJF/GHS historical data go?

Daily DJF/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 DJF/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.