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: show the values
| Point | GEL/DJF |
|---|---|
| 2025-09-25 | 65.7042 |
| 2025-10-02 | 65.3629 |
| 2025-10-09 | 65.6995 |
| 2025-10-16 | 65.7295 |
| 2025-10-23 | 65.6591 |
| 2025-10-30 | 65.6124 |
| 2025-11-06 | 65.8503 |
| 2025-11-13 | 65.8214 |
| 2025-11-20 | 65.8109 |
| 2025-11-27 | 65.9449 |
| 2025-12-04 | 65.9353 |
| 2025-12-12 | 65.9871 |
| 2025-12-19 | 66.1161 |
| 2025-12-26 | 66.0669 |
| 2026-01-02 | 66.1199 |
| 2026-01-09 | 66.1157 |
| 2026-01-16 | 66.1907 |
| 2026-01-23 | 66.2425 |
| 2026-01-30 | 66.2407 |
| 2026-02-06 | 66.2799 |
| 2026-02-13 | 66.2704 |
| 2026-02-20 | 66.5204 |
| 2026-02-27 | 66.6512 |
| 2026-03-06 | 65.3850 |
| 2026-03-13 | 65.4916 |
| 2026-03-20 | 65.2411 |
| 2026-03-27 | 65.9700 |
| 2026-04-03 | 66.4237 |
| 2026-04-10 | 66.0745 |
| 2026-04-17 | 66.0744 |
| 2026-04-24 | 66.1902 |
| 2026-05-01 | 66.1893 |
| 2026-05-08 | 66.6669 |
| 2026-05-16 | 66.8403 |
| 2026-05-24 | 66.8936 |
| 2026-05-31 | 67.0567 |
| 2026-06-09 | 66.9936 |
| 2026-06-16 | 67.0351 |
| 2026-06-23 | 67.3445 |
| 2026-06-30 | 67.4717 |
| 2026-07-07 | 67.5806 |
| 2026-07-14 | 67.8826 |
| 2026-07-21 | 67.9144 |
| 2026-07-28 | 67.8800 |
| 2026-08-04 | 68.0681 |
| 2026-08-11 | 68.1186 |
| 2026-08-18 | 68.3220 |
| 2026-08-26 | 68.1853 |
| 2026-09-02 | 68.2489 |
| 2026-09-09 | 68.3923 |
| 2026-09-16 | 68.5200 |
| 2026-09-23 | 68.4664 |
High
68.5200
Low
65.2411
Average
66.6662
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.