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: show the values
| Point | GEL/ZMW |
|---|---|
| 2025-12-31 | 8.2621 |
| 2026-01-07 | 7.7880 |
| 2026-01-14 | 7.2389 |
| 2026-01-21 | 7.5323 |
| 2026-01-28 | 7.3818 |
| 2026-02-04 | 7.2960 |
| 2026-02-11 | 7.1091 |
| 2026-02-18 | 6.9103 |
| 2026-02-25 | 7.0967 |
| 2026-03-04 | 7.0984 |
| 2026-03-11 | 7.1247 |
| 2026-03-18 | 7.2196 |
| 2026-03-25 | 7.0060 |
| 2026-04-01 | 7.1482 |
| 2026-04-08 | 7.2364 |
| 2026-04-15 | 7.1263 |
| 2026-04-22 | 7.0818 |
| 2026-04-29 | 7.0386 |
| 2026-05-06 | 7.0020 |
| 2026-05-14 | 7.1018 |
| 2026-05-21 | 7.1202 |
| 2026-05-29 | 6.9866 |
| 2026-06-05 | 6.6007 |
| 2026-06-14 | 6.6225 |
| 2026-06-21 | 6.7608 |
| 2026-06-28 | 6.8740 |
| 2026-07-05 | 6.9714 |
| 2026-07-12 | 6.8668 |
| 2026-07-19 | 6.9378 |
| 2026-07-26 | 7.1101 |
| 2026-08-02 | 7.1496 |
| 2026-08-09 | 7.1868 |
| 2026-08-16 | 7.2503 |
| 2026-08-24 | 7.3093 |
| 2026-08-31 | 7.3232 |
| 2026-09-07 | 7.4019 |
| 2026-09-14 | 7.4478 |
| 2026-09-21 | 7.5807 |
High
8.2621
Low
6.6007
Average
7.1748
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.