Skip to content

GEL to UZS exchange rate API

Lari to Uzbekistan Sum · quoted 2026-09-25

4543.02

▼ +3.20% over 5Y

1 GEL = 4543.02 UZS · 1 UZS = 0.000220 GEL · Get this rate via the API

1 GEL buys 4543.02 UZS as of 2026-09-25, so 1 UZS buys 0.000220 GEL. Over the last 5 years, GEL/UZS traded between 4425.02 and 4707.37, averaged 4576.10 and fell 3.20%. The API holds daily GEL/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/UZS over 5Y

GEL/UZS over 5Y: show the values
PointGEL/UZS
2024-08-244693.34
2024-10-074675.31
2024-11-064700.09
2024-12-064607.69
2025-01-054586.68
2025-02-044580.58
2025-03-064639.07
2025-04-064685.95
2025-05-064707.37
2025-06-074684.93
2025-07-074627.92
2025-08-064664.60
2025-09-054603.61
2025-10-064435.27
2025-11-054426.62
2025-12-054425.02
2026-01-054462.79
2026-02-044556.45
2026-03-064473.75
2026-04-054521.29
2026-05-054468.50
2026-06-064532.28
2026-07-084579.54
2026-08-074567.78
2026-09-074529.30

High

4707.37

Low

4425.02

Average

4576.10

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/UZS API questions

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

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

How far back does GEL/UZS historical data go?

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