GEL to UAH exchange rate API
Lari to Hryvnia · quoted 2026-09-25
17.2896
▲ +9.85% over YTD
1 GEL = 17.2896 UAH · 1 UAH = 0.05784 GEL · Get this rate via the API
1 GEL buys 17.2896 UAH as of 2026-09-25, so 1 UAH buys 0.05784 GEL. Over the year to date, GEL/UAH traded between 15.7396 and 17.2896, averaged 16.5688 and rose 9.85%. The API holds daily GEL/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/UAH over YTD: show the values
| Point | GEL/UAH |
|---|---|
| 2025-12-31 | 15.7396 |
| 2026-01-07 | 15.7882 |
| 2026-01-14 | 16.0465 |
| 2026-01-21 | 16.0840 |
| 2026-01-28 | 15.9990 |
| 2026-02-04 | 16.0429 |
| 2026-02-11 | 16.0480 |
| 2026-02-18 | 16.1561 |
| 2026-02-25 | 16.1952 |
| 2026-03-04 | 16.1086 |
| 2026-03-11 | 16.1276 |
| 2026-03-18 | 16.1922 |
| 2026-03-25 | 16.2236 |
| 2026-04-01 | 16.3324 |
| 2026-04-08 | 16.1739 |
| 2026-04-15 | 16.2141 |
| 2026-04-22 | 16.4222 |
| 2026-04-29 | 16.3489 |
| 2026-05-06 | 16.3025 |
| 2026-05-14 | 16.4223 |
| 2026-05-21 | 16.5747 |
| 2026-05-29 | 16.6279 |
| 2026-06-05 | 16.6722 |
| 2026-06-14 | 16.9175 |
| 2026-06-21 | 16.9612 |
| 2026-06-28 | 16.9977 |
| 2026-07-05 | 16.9413 |
| 2026-07-12 | 16.9216 |
| 2026-07-19 | 16.9936 |
| 2026-07-26 | 17.0955 |
| 2026-08-02 | 17.0451 |
| 2026-08-09 | 17.1245 |
| 2026-08-16 | 17.1406 |
| 2026-08-24 | 17.2184 |
| 2026-08-31 | 17.1776 |
| 2026-09-07 | 17.1682 |
| 2026-09-14 | 17.1376 |
| 2026-09-21 | 17.2086 |
High
17.2896
Low
15.7396
Average
16.5688
Get this rate via the API
One GET request returns the GEL/UAH 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=UAH"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=UAH");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=UAH").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/UAH API questions
How do I get the GEL/UAH exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=UAH, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/UAH rate in rates.UAH.
How far back does GEL/UAH historical data go?
Daily GEL/UAH 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/UAH 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.