Skip to content

GEL to ZMW exchange rate API

Lari to Zambian Kwacha · quoted 2026-09-25

7.5168

▼ +9.02% over YTD

1 GEL = 7.5168 ZMW · 1 ZMW = 0.13304 GEL · Get this rate via the API

1 GEL buys 7.5168 ZMW as of 2026-09-25, so 1 ZMW buys 0.13304 GEL. Over the year to date, GEL/ZMW traded between 6.6007 and 8.2621, averaged 7.1748 and fell 9.02%. The API holds daily GEL/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/ZMW over YTD

GEL/ZMW over YTD: show the values
PointGEL/ZMW
2025-12-318.2621
2026-01-077.7880
2026-01-147.2389
2026-01-217.5323
2026-01-287.3818
2026-02-047.2960
2026-02-117.1091
2026-02-186.9103
2026-02-257.0967
2026-03-047.0984
2026-03-117.1247
2026-03-187.2196
2026-03-257.0060
2026-04-017.1482
2026-04-087.2364
2026-04-157.1263
2026-04-227.0818
2026-04-297.0386
2026-05-067.0020
2026-05-147.1018
2026-05-217.1202
2026-05-296.9866
2026-06-056.6007
2026-06-146.6225
2026-06-216.7608
2026-06-286.8740
2026-07-056.9714
2026-07-126.8668
2026-07-196.9378
2026-07-267.1101
2026-08-027.1496
2026-08-097.1868
2026-08-167.2503
2026-08-247.3093
2026-08-317.3232
2026-09-077.4019
2026-09-147.4478
2026-09-217.5807

High

8.2621

Low

6.6007

Average

7.1748

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/ZMW API questions

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

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

How far back does GEL/ZMW historical data go?

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