Skip to content

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

GEL/GMD over 1Y: show the values
PointGEL/GMD
2025-09-2527.1725
2025-10-0226.9612
2025-10-0926.8645
2025-10-1626.8953
2025-10-2326.8565
2025-10-3026.9759
2025-11-0627.1599
2025-11-1327.1287
2025-11-2027.2316
2025-11-2727.2916
2025-12-0427.1773
2025-12-1227.3420
2025-12-1927.4325
2025-12-2627.5679
2026-01-0227.4775
2026-01-0927.4144
2026-01-1627.4085
2026-01-2327.3216
2026-01-3027.5035
2026-02-0627.3997
2026-02-1327.5133
2026-02-2027.6294
2026-02-2727.5409
2026-03-0627.0831
2026-03-1327.0585
2026-03-2027.2393
2026-03-2727.4553
2026-04-0327.5762
2026-04-1027.5123
2026-04-1727.0869
2026-04-2427.3754
2026-05-0127.3732
2026-05-0827.2412
2026-05-1627.1366
2026-05-2427.8951
2026-05-3127.7591
2026-06-0927.6855
2026-06-1627.7713
2026-06-2327.7835
2026-06-3028.0109
2026-07-0728.0767
2026-07-1428.1622
2026-07-2128.2255
2026-07-2828.2989
2026-08-0428.3030
2026-08-1128.3389
2026-08-1828.4494
2026-08-2628.4268
2026-09-0228.5705
2026-09-0928.4938
2026-09-1628.4751
2026-09-2328.4032

High

28.5705

Low

26.8565

Average

27.6037

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=GMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=GMD");
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=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&currencies=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.