GEL to ZMW exchange rate API
Lari to Zambian Kwacha · quoted 2026-09-25
7.5168
▼ +14.11% over 1Y
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 last year, GEL/ZMW traded between 6.6592 and 8.8107, averaged 7.5014 and fell 14.11%. 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 1Y: show the values
| Point | GEL/ZMW |
|---|---|
| 2025-09-25 | 8.7515 |
| 2025-10-02 | 8.8107 |
| 2025-10-09 | 8.7611 |
| 2025-10-16 | 8.3841 |
| 2025-10-23 | 8.2610 |
| 2025-10-30 | 8.1733 |
| 2025-11-06 | 8.3605 |
| 2025-11-13 | 8.3564 |
| 2025-11-20 | 8.4321 |
| 2025-11-27 | 8.4501 |
| 2025-12-04 | 8.5777 |
| 2025-12-12 | 8.5365 |
| 2025-12-19 | 8.4522 |
| 2025-12-26 | 8.3736 |
| 2026-01-02 | 8.2666 |
| 2026-01-09 | 7.3578 |
| 2026-01-16 | 7.3826 |
| 2026-01-23 | 7.3751 |
| 2026-01-30 | 7.3824 |
| 2026-02-06 | 6.9505 |
| 2026-02-13 | 6.8788 |
| 2026-02-20 | 7.0981 |
| 2026-02-27 | 7.0711 |
| 2026-03-06 | 7.1031 |
| 2026-03-13 | 7.1579 |
| 2026-03-20 | 7.1844 |
| 2026-03-27 | 7.0063 |
| 2026-04-03 | 7.1716 |
| 2026-04-10 | 7.0831 |
| 2026-04-17 | 7.0963 |
| 2026-04-24 | 6.9746 |
| 2026-05-01 | 6.9567 |
| 2026-05-08 | 7.1318 |
| 2026-05-16 | 7.0796 |
| 2026-05-24 | 7.0806 |
| 2026-05-31 | 6.9211 |
| 2026-06-09 | 6.6759 |
| 2026-06-16 | 6.6592 |
| 2026-06-23 | 6.7569 |
| 2026-06-30 | 6.8885 |
| 2026-07-07 | 6.9689 |
| 2026-07-14 | 6.8881 |
| 2026-07-21 | 6.9806 |
| 2026-07-28 | 7.0936 |
| 2026-08-04 | 7.1978 |
| 2026-08-11 | 7.1763 |
| 2026-08-18 | 7.2683 |
| 2026-08-26 | 7.3110 |
| 2026-09-02 | 7.3420 |
| 2026-09-09 | 7.4264 |
| 2026-09-16 | 7.5424 |
| 2026-09-23 | 7.4916 |
High
8.8107
Low
6.6592
Average
7.5014
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.