Skip to content

GEL to DJF exchange rate API

Lari to Djibouti Franc · quoted 2026-09-25

68.4570

▲ +4.19% over 1Y

1 GEL = 68.4570 DJF · 1 DJF = 0.01461 GEL · Get this rate via the API

1 GEL buys 68.4570 DJF as of 2026-09-25, so 1 DJF buys 0.01461 GEL. Over the last year, GEL/DJF traded between 65.2411 and 68.5200, averaged 66.6662 and rose 4.19%. The API holds daily GEL/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/DJF over 1Y

GEL/DJF over 1Y: show the values
PointGEL/DJF
2025-09-2565.7042
2025-10-0265.3629
2025-10-0965.6995
2025-10-1665.7295
2025-10-2365.6591
2025-10-3065.6124
2025-11-0665.8503
2025-11-1365.8214
2025-11-2065.8109
2025-11-2765.9449
2025-12-0465.9353
2025-12-1265.9871
2025-12-1966.1161
2025-12-2666.0669
2026-01-0266.1199
2026-01-0966.1157
2026-01-1666.1907
2026-01-2366.2425
2026-01-3066.2407
2026-02-0666.2799
2026-02-1366.2704
2026-02-2066.5204
2026-02-2766.6512
2026-03-0665.3850
2026-03-1365.4916
2026-03-2065.2411
2026-03-2765.9700
2026-04-0366.4237
2026-04-1066.0745
2026-04-1766.0744
2026-04-2466.1902
2026-05-0166.1893
2026-05-0866.6669
2026-05-1666.8403
2026-05-2466.8936
2026-05-3167.0567
2026-06-0966.9936
2026-06-1667.0351
2026-06-2367.3445
2026-06-3067.4717
2026-07-0767.5806
2026-07-1467.8826
2026-07-2167.9144
2026-07-2867.8800
2026-08-0468.0681
2026-08-1168.1186
2026-08-1868.3220
2026-08-2668.1853
2026-09-0268.2489
2026-09-0968.3923
2026-09-1668.5200
2026-09-2368.4664

High

68.5200

Low

65.2411

Average

66.6662

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=DJF").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/DJF API questions

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

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

How far back does GEL/DJF historical data go?

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