Skip to content

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

GEL/ZWL over 1Y: show the values
PointGEL/ZWL
2025-09-2524562.42
2025-10-0224497.32
2025-10-0924643.41
2025-10-1624591.33
2025-10-2324463.70
2025-10-3024368.49
2025-11-0624308.85
2025-11-1324332.61
2025-11-2024275.50
2025-11-2724258.44
2025-12-0424250.14
2025-12-1224199.02
2025-12-1924223.12
2025-12-2624138.64
2026-01-0224123.32
2026-01-0923856.87
2026-01-1623788.62
2026-01-2323786.94
2026-01-3023783.93
2026-02-0623953.65
2026-02-1323808.17
2026-02-2023876.59
2026-02-2723984.55
2026-03-0623637.56
2026-03-1323385.04
2026-03-2023236.49
2026-03-2723496.91
2026-04-0323606.90
2026-04-10119.72
2026-04-17119.48
2026-04-24119.93
2026-05-01119.92
2026-05-08120.16
2026-05-1624107.75
2026-05-2424683.08
2026-05-3125249.77
2026-06-0925231.50
2026-06-1625161.71
2026-06-2325277.97
2026-06-3025423.81
2026-07-0725523.83
2026-07-1425500.03
2026-07-2125534.46
2026-07-2825636.74
2026-08-0425463.25
2026-08-1125424.91
2026-08-1825601.50
2026-08-2625509.18
2026-09-0225660.54
2026-09-0925671.18
2026-09-1625763.01
2026-09-2325627.10

High

25763.01

Low

119.4787

Average

22295.85

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=ZWL");
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=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&currencies=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.