Skip to content

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

GEL/UAH over YTD: show the values
PointGEL/UAH
2025-12-3115.7396
2026-01-0715.7882
2026-01-1416.0465
2026-01-2116.0840
2026-01-2815.9990
2026-02-0416.0429
2026-02-1116.0480
2026-02-1816.1561
2026-02-2516.1952
2026-03-0416.1086
2026-03-1116.1276
2026-03-1816.1922
2026-03-2516.2236
2026-04-0116.3324
2026-04-0816.1739
2026-04-1516.2141
2026-04-2216.4222
2026-04-2916.3489
2026-05-0616.3025
2026-05-1416.4223
2026-05-2116.5747
2026-05-2916.6279
2026-06-0516.6722
2026-06-1416.9175
2026-06-2116.9612
2026-06-2816.9977
2026-07-0516.9413
2026-07-1216.9216
2026-07-1916.9936
2026-07-2617.0955
2026-08-0217.0451
2026-08-0917.1245
2026-08-1617.1406
2026-08-2417.2184
2026-08-3117.1776
2026-09-0717.1682
2026-09-1417.1376
2026-09-2117.2086

High

17.2896

Low

15.7396

Average

16.5688

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=UAH"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=UAH");
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=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&currencies=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.