GEL to GMD exchange rate API
Lari to Dalasi · quoted 2026-09-25
28.4613
▲ +4.74% over 1Y
1 GEL = 28.4613 GMD · 1 GMD = 0.03514 GEL · Get this rate via the API
1 GEL buys 28.4613 GMD as of 2026-09-25, so 1 GMD buys 0.03514 GEL. Over the last year, GEL/GMD traded between 26.8565 and 28.5705, averaged 27.6037 and rose 4.74%. The API holds daily GEL/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/GMD over 1Y: show the values
| Point | GEL/GMD |
|---|---|
| 2025-09-25 | 27.1725 |
| 2025-10-02 | 26.9612 |
| 2025-10-09 | 26.8645 |
| 2025-10-16 | 26.8953 |
| 2025-10-23 | 26.8565 |
| 2025-10-30 | 26.9759 |
| 2025-11-06 | 27.1599 |
| 2025-11-13 | 27.1287 |
| 2025-11-20 | 27.2316 |
| 2025-11-27 | 27.2916 |
| 2025-12-04 | 27.1773 |
| 2025-12-12 | 27.3420 |
| 2025-12-19 | 27.4325 |
| 2025-12-26 | 27.5679 |
| 2026-01-02 | 27.4775 |
| 2026-01-09 | 27.4144 |
| 2026-01-16 | 27.4085 |
| 2026-01-23 | 27.3216 |
| 2026-01-30 | 27.5035 |
| 2026-02-06 | 27.3997 |
| 2026-02-13 | 27.5133 |
| 2026-02-20 | 27.6294 |
| 2026-02-27 | 27.5409 |
| 2026-03-06 | 27.0831 |
| 2026-03-13 | 27.0585 |
| 2026-03-20 | 27.2393 |
| 2026-03-27 | 27.4553 |
| 2026-04-03 | 27.5762 |
| 2026-04-10 | 27.5123 |
| 2026-04-17 | 27.0869 |
| 2026-04-24 | 27.3754 |
| 2026-05-01 | 27.3732 |
| 2026-05-08 | 27.2412 |
| 2026-05-16 | 27.1366 |
| 2026-05-24 | 27.8951 |
| 2026-05-31 | 27.7591 |
| 2026-06-09 | 27.6855 |
| 2026-06-16 | 27.7713 |
| 2026-06-23 | 27.7835 |
| 2026-06-30 | 28.0109 |
| 2026-07-07 | 28.0767 |
| 2026-07-14 | 28.1622 |
| 2026-07-21 | 28.2255 |
| 2026-07-28 | 28.2989 |
| 2026-08-04 | 28.3030 |
| 2026-08-11 | 28.3389 |
| 2026-08-18 | 28.4494 |
| 2026-08-26 | 28.4268 |
| 2026-09-02 | 28.5705 |
| 2026-09-09 | 28.4938 |
| 2026-09-16 | 28.4751 |
| 2026-09-23 | 28.4032 |
High
28.5705
Low
26.8565
Average
27.6037
Get this rate via the API
One GET request returns the GEL/GMD 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=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=GMD").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/GMD API questions
How do I get the GEL/GMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=GMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/GMD rate in rates.GMD.
How far back does GEL/GMD historical data go?
Daily GEL/GMD 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/GMD 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.