GEL to UZS exchange rate API
Lari to Uzbekistan Sum · quoted 2026-09-25
4543.02
▲ +0.85% over 1Y
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 year, GEL/UZS traded between 4401.35 and 4614.84, averaged 4505.61 and rose 0.85%. 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 1Y: show the values
| Point | GEL/UZS |
|---|---|
| 2025-09-25 | 4504.59 |
| 2025-10-02 | 4439.67 |
| 2025-10-09 | 4449.56 |
| 2025-10-16 | 4503.99 |
| 2025-10-23 | 4444.01 |
| 2025-10-30 | 4426.21 |
| 2025-11-06 | 4428.54 |
| 2025-11-13 | 4435.36 |
| 2025-11-20 | 4405.95 |
| 2025-11-27 | 4401.35 |
| 2025-12-04 | 4442.83 |
| 2025-12-12 | 4462.04 |
| 2025-12-19 | 4473.38 |
| 2025-12-26 | 4486.76 |
| 2026-01-02 | 4464.99 |
| 2026-01-09 | 4480.03 |
| 2026-01-16 | 4449.04 |
| 2026-01-23 | 4513.76 |
| 2026-01-30 | 4515.54 |
| 2026-02-06 | 4573.64 |
| 2026-02-13 | 4574.80 |
| 2026-02-20 | 4540.14 |
| 2026-02-27 | 4541.42 |
| 2026-03-06 | 4473.75 |
| 2026-03-13 | 4454.00 |
| 2026-03-20 | 4473.63 |
| 2026-03-27 | 4517.51 |
| 2026-04-03 | 4519.88 |
| 2026-04-10 | 4543.27 |
| 2026-04-17 | 4513.54 |
| 2026-04-24 | 4487.91 |
| 2026-05-01 | 4445.95 |
| 2026-05-08 | 4536.66 |
| 2026-05-16 | 4486.97 |
| 2026-05-24 | 4492.09 |
| 2026-05-31 | 4507.32 |
| 2026-06-09 | 4530.58 |
| 2026-06-16 | 4529.06 |
| 2026-06-23 | 4539.83 |
| 2026-06-30 | 4571.12 |
| 2026-07-07 | 4569.17 |
| 2026-07-14 | 4614.84 |
| 2026-07-21 | 4565.95 |
| 2026-07-28 | 4586.53 |
| 2026-08-04 | 4582.31 |
| 2026-08-11 | 4561.57 |
| 2026-08-18 | 4559.13 |
| 2026-08-26 | 4509.52 |
| 2026-09-02 | 4527.44 |
| 2026-09-09 | 4539.22 |
| 2026-09-16 | 4529.74 |
| 2026-09-23 | 4528.39 |
High
4614.84
Low
4401.35
Average
4505.61
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.