GEL to UAH exchange rate API
Lari to Hryvnia · quoted 2026-09-25
17.2896
▲ +12.92% over 1Y
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 last year, GEL/UAH traded between 15.1419 and 17.2896, averaged 16.2972 and rose 12.92%. 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 1Y: show the values
| Point | GEL/UAH |
|---|---|
| 2025-09-25 | 15.3110 |
| 2025-10-02 | 15.1419 |
| 2025-10-09 | 15.2953 |
| 2025-10-16 | 15.3989 |
| 2025-10-23 | 15.4173 |
| 2025-10-30 | 15.4948 |
| 2025-11-06 | 15.5603 |
| 2025-11-13 | 15.5545 |
| 2025-11-20 | 15.5633 |
| 2025-11-27 | 15.6760 |
| 2025-12-04 | 15.6478 |
| 2025-12-12 | 15.6771 |
| 2025-12-19 | 15.6911 |
| 2025-12-26 | 15.5950 |
| 2026-01-02 | 15.6968 |
| 2026-01-09 | 15.9768 |
| 2026-01-16 | 16.0976 |
| 2026-01-23 | 16.0304 |
| 2026-01-30 | 15.9522 |
| 2026-02-06 | 16.0767 |
| 2026-02-13 | 16.0731 |
| 2026-02-20 | 16.1753 |
| 2026-02-27 | 16.1764 |
| 2026-03-06 | 16.0575 |
| 2026-03-13 | 16.2473 |
| 2026-03-20 | 16.1139 |
| 2026-03-27 | 16.2720 |
| 2026-04-03 | 16.3128 |
| 2026-04-10 | 16.1289 |
| 2026-04-17 | 16.2123 |
| 2026-04-24 | 16.3627 |
| 2026-05-01 | 16.3683 |
| 2026-05-08 | 16.3927 |
| 2026-05-16 | 16.5022 |
| 2026-05-24 | 16.5689 |
| 2026-05-31 | 16.6241 |
| 2026-06-09 | 16.8142 |
| 2026-06-16 | 16.9296 |
| 2026-06-23 | 16.9896 |
| 2026-06-30 | 17.0035 |
| 2026-07-07 | 16.9394 |
| 2026-07-14 | 17.0222 |
| 2026-07-21 | 17.0665 |
| 2026-07-28 | 17.1247 |
| 2026-08-04 | 17.1067 |
| 2026-08-11 | 17.1550 |
| 2026-08-18 | 17.1774 |
| 2026-08-26 | 17.0870 |
| 2026-09-02 | 17.0649 |
| 2026-09-09 | 17.1546 |
| 2026-09-16 | 17.1758 |
| 2026-09-23 | 17.2052 |
High
17.2896
Low
15.1419
Average
16.2972
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.