Skip to content

GEL to DZD exchange rate API

Lari to Algerian Dinar · quoted 2026-09-25

51.3981

▲ +7.45% over 1Y

1 GEL = 51.3981 DZD · 1 DZD = 0.01946 GEL · Get this rate via the API

1 GEL buys 51.3981 DZD as of 2026-09-25, so 1 DZD buys 0.01946 GEL. Over the last year, GEL/DZD traded between 47.5698 and 51.4706, averaged 49.3053 and rose 7.45%. The API holds daily GEL/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/DZD over 1Y

GEL/DZD over 1Y: show the values
PointGEL/DZD
2025-09-2547.8362
2025-10-0247.5698
2025-10-0948.0515
2025-10-1648.0839
2025-10-2348.1263
2025-10-3047.9147
2025-11-0648.3492
2025-11-1348.2235
2025-11-2048.3526
2025-11-2748.3480
2025-12-0448.1602
2025-12-1248.1328
2025-12-1948.1670
2025-12-2648.1005
2026-01-0248.1165
2026-01-0948.2621
2026-01-1648.4473
2026-01-2348.2251
2026-01-3048.1630
2026-02-0648.3442
2026-02-1348.3225
2026-02-2048.6320
2026-02-2748.6288
2026-03-0648.0414
2026-03-1348.5442
2026-03-2048.6219
2026-03-2749.3331
2026-04-0349.5839
2026-04-1049.1999
2026-04-1749.0245
2026-04-2449.3802
2026-05-0149.3176
2026-05-0849.3551
2026-05-1649.6649
2026-05-2449.8935
2026-05-3149.7626
2026-06-0950.3728
2026-06-1650.2227
2026-06-2350.4889
2026-06-3050.5010
2026-07-0750.5843
2026-07-1450.7502
2026-07-2150.8015
2026-07-2850.9114
2026-08-0450.8157
2026-08-1150.8210
2026-08-1851.0252
2026-08-2650.9541
2026-09-0251.1388
2026-09-0951.1782
2026-09-1651.4706
2026-09-2351.4667

High

51.4706

Low

47.5698

Average

49.3053

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/DZD API questions

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

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

How far back does GEL/DZD historical data go?

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