GEL to ZWL exchange rate API
Lari to Zimbabwe Dollar · quoted 2026-09-25
25590.98
▲ +4.19% over 1Y
1 GEL = 25590.98 ZWL · 1 ZWL = 0.000039 GEL · Get this rate via the API
1 GEL buys 25590.98 ZWL as of 2026-09-25, so 1 ZWL buys 0.000039 GEL. Over the last year, GEL/ZWL traded between 119.4787 and 25763.01, averaged 22295.85 and rose 4.19%. The API holds daily GEL/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/ZWL over 1Y: show the values
| Point | GEL/ZWL |
|---|---|
| 2025-09-25 | 24562.42 |
| 2025-10-02 | 24497.32 |
| 2025-10-09 | 24643.41 |
| 2025-10-16 | 24591.33 |
| 2025-10-23 | 24463.70 |
| 2025-10-30 | 24368.49 |
| 2025-11-06 | 24308.85 |
| 2025-11-13 | 24332.61 |
| 2025-11-20 | 24275.50 |
| 2025-11-27 | 24258.44 |
| 2025-12-04 | 24250.14 |
| 2025-12-12 | 24199.02 |
| 2025-12-19 | 24223.12 |
| 2025-12-26 | 24138.64 |
| 2026-01-02 | 24123.32 |
| 2026-01-09 | 23856.87 |
| 2026-01-16 | 23788.62 |
| 2026-01-23 | 23786.94 |
| 2026-01-30 | 23783.93 |
| 2026-02-06 | 23953.65 |
| 2026-02-13 | 23808.17 |
| 2026-02-20 | 23876.59 |
| 2026-02-27 | 23984.55 |
| 2026-03-06 | 23637.56 |
| 2026-03-13 | 23385.04 |
| 2026-03-20 | 23236.49 |
| 2026-03-27 | 23496.91 |
| 2026-04-03 | 23606.90 |
| 2026-04-10 | 119.72 |
| 2026-04-17 | 119.48 |
| 2026-04-24 | 119.93 |
| 2026-05-01 | 119.92 |
| 2026-05-08 | 120.16 |
| 2026-05-16 | 24107.75 |
| 2026-05-24 | 24683.08 |
| 2026-05-31 | 25249.77 |
| 2026-06-09 | 25231.50 |
| 2026-06-16 | 25161.71 |
| 2026-06-23 | 25277.97 |
| 2026-06-30 | 25423.81 |
| 2026-07-07 | 25523.83 |
| 2026-07-14 | 25500.03 |
| 2026-07-21 | 25534.46 |
| 2026-07-28 | 25636.74 |
| 2026-08-04 | 25463.25 |
| 2026-08-11 | 25424.91 |
| 2026-08-18 | 25601.50 |
| 2026-08-26 | 25509.18 |
| 2026-09-02 | 25660.54 |
| 2026-09-09 | 25671.18 |
| 2026-09-16 | 25763.01 |
| 2026-09-23 | 25627.10 |
High
25763.01
Low
119.4787
Average
22295.85
Get this rate via the API
One GET request returns the GEL/ZWL 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=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/ZWL API questions
How do I get the GEL/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/ZWL rate in rates.ZWL.
How far back does GEL/ZWL historical data go?
Daily GEL/ZWL 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/ZWL 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.