Skip to content

GEL to SZL exchange rate API

Lari to Lilangeni · quoted 2026-09-25

6.3161

▲ +2.39% over YTD

1 GEL = 6.3161 SZL · 1 SZL = 0.15833 GEL · Get this rate via the API

1 GEL buys 6.3161 SZL as of 2026-09-25, so 1 SZL buys 0.15833 GEL. Over the year to date, GEL/SZL traded between 5.9155 and 6.4216, averaged 6.1485 and rose 2.39%. The API holds daily GEL/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/SZL over YTD

GEL/SZL over YTD: show the values
PointGEL/SZL
2025-12-316.1684
2026-01-076.0692
2026-01-146.0752
2026-01-216.0953
2026-01-285.9155
2026-02-045.9294
2026-02-115.9186
2026-02-185.9827
2026-02-255.9652
2026-03-046.1105
2026-03-115.9741
2026-03-186.1480
2026-03-256.2509
2026-04-016.2836
2026-04-086.1393
2026-04-156.1001
2026-04-226.0927
2026-04-296.1410
2026-05-066.2068
2026-05-146.1380
2026-05-216.1844
2026-05-296.0999
2026-06-056.1387
2026-06-146.1357
2026-06-216.2123
2026-06-286.2419
2026-07-056.1587
2026-07-126.2076
2026-07-196.2799
2026-07-266.4216
2026-08-026.3089
2026-08-096.1752
2026-08-166.2000
2026-08-246.1644
2026-08-316.2174
2026-09-076.1465
2026-09-146.2330
2026-09-216.2436

High

6.4216

Low

5.9155

Average

6.1485

For developers

Get this rate via the API

One GET request returns the GEL/SZL 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=SZL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=SZL");
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=SZL").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/SZL API questions

How do I get the GEL/SZL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/SZL rate in rates.SZL.

How far back does GEL/SZL historical data go?

Daily GEL/SZL 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/SZL 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.