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: show the values
| Point | GEL/DZD |
|---|---|
| 2025-09-25 | 47.8362 |
| 2025-10-02 | 47.5698 |
| 2025-10-09 | 48.0515 |
| 2025-10-16 | 48.0839 |
| 2025-10-23 | 48.1263 |
| 2025-10-30 | 47.9147 |
| 2025-11-06 | 48.3492 |
| 2025-11-13 | 48.2235 |
| 2025-11-20 | 48.3526 |
| 2025-11-27 | 48.3480 |
| 2025-12-04 | 48.1602 |
| 2025-12-12 | 48.1328 |
| 2025-12-19 | 48.1670 |
| 2025-12-26 | 48.1005 |
| 2026-01-02 | 48.1165 |
| 2026-01-09 | 48.2621 |
| 2026-01-16 | 48.4473 |
| 2026-01-23 | 48.2251 |
| 2026-01-30 | 48.1630 |
| 2026-02-06 | 48.3442 |
| 2026-02-13 | 48.3225 |
| 2026-02-20 | 48.6320 |
| 2026-02-27 | 48.6288 |
| 2026-03-06 | 48.0414 |
| 2026-03-13 | 48.5442 |
| 2026-03-20 | 48.6219 |
| 2026-03-27 | 49.3331 |
| 2026-04-03 | 49.5839 |
| 2026-04-10 | 49.1999 |
| 2026-04-17 | 49.0245 |
| 2026-04-24 | 49.3802 |
| 2026-05-01 | 49.3176 |
| 2026-05-08 | 49.3551 |
| 2026-05-16 | 49.6649 |
| 2026-05-24 | 49.8935 |
| 2026-05-31 | 49.7626 |
| 2026-06-09 | 50.3728 |
| 2026-06-16 | 50.2227 |
| 2026-06-23 | 50.4889 |
| 2026-06-30 | 50.5010 |
| 2026-07-07 | 50.5843 |
| 2026-07-14 | 50.7502 |
| 2026-07-21 | 50.8015 |
| 2026-07-28 | 50.9114 |
| 2026-08-04 | 50.8157 |
| 2026-08-11 | 50.8210 |
| 2026-08-18 | 51.0252 |
| 2026-08-26 | 50.9541 |
| 2026-09-02 | 51.1388 |
| 2026-09-09 | 51.1782 |
| 2026-09-16 | 51.4706 |
| 2026-09-23 | 51.4667 |
High
51.4706
Low
47.5698
Average
49.3053
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.