GEL to ZMW exchange rate API
Lari to Zambian Kwacha · quoted 2026-09-25
7.5168
▲ +2.81% over 30D
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 30 days, GEL/ZMW traded between 7.2982 and 7.5807, averaged 7.4336 and rose 2.81%. 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 30D: show the values
| Point | GEL/ZMW |
|---|---|
| 2026-08-26 | 7.3110 |
| 2026-08-27 | 7.3162 |
| 2026-08-28 | 7.2982 |
| 2026-08-29 | 7.3276 |
| 2026-08-30 | 7.3155 |
| 2026-08-31 | 7.3232 |
| 2026-09-01 | 7.3505 |
| 2026-09-02 | 7.3420 |
| 2026-09-03 | 7.3479 |
| 2026-09-04 | 7.3545 |
| 2026-09-05 | 7.3850 |
| 2026-09-06 | 7.3875 |
| 2026-09-07 | 7.4019 |
| 2026-09-08 | 7.3958 |
| 2026-09-09 | 7.4264 |
| 2026-09-10 | 7.4176 |
| 2026-09-11 | 7.4391 |
| 2026-09-12 | 7.4377 |
| 2026-09-13 | 7.4311 |
| 2026-09-14 | 7.4478 |
| 2026-09-15 | 7.4651 |
| 2026-09-16 | 7.5424 |
| 2026-09-17 | 7.5518 |
| 2026-09-18 | 7.5685 |
| 2026-09-19 | 7.5746 |
| 2026-09-20 | 7.5520 |
| 2026-09-21 | 7.5807 |
| 2026-09-22 | 7.5589 |
| 2026-09-23 | 7.4916 |
| 2026-09-24 | 7.4999 |
| 2026-09-25 | 7.5168 |
High
7.5807
Low
7.2982
Average
7.4336
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.