Skip to content

UAH to GEL exchange rate API

Hryvnia to Lari · quoted 2026-09-25

0.05784

▼ +11.44% over 1Y

1 UAH = 0.05784 GEL · 1 GEL = 17.2897 UAH · Get this rate via the API

1 UAH buys 0.05784 GEL as of 2026-09-25, so 1 GEL buys 17.2897 UAH. Over the last year, UAH/GEL traded between 0.05784 and 0.06604, averaged 0.06145 and fell 11.44%. The API holds daily UAH/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UAH/GEL over 1Y

UAH/GEL over 1Y: show the values
PointUAH/GEL
2025-09-250.06531
2025-10-020.06604
2025-10-090.06538
2025-10-160.06494
2025-10-230.06486
2025-10-300.06454
2025-11-060.06427
2025-11-130.06429
2025-11-200.06425
2025-11-270.06379
2025-12-040.06391
2025-12-120.06379
2025-12-190.06373
2025-12-260.06412
2026-01-020.06371
2026-01-090.06259
2026-01-160.06212
2026-01-230.06238
2026-01-300.06269
2026-02-060.06220
2026-02-130.06221
2026-02-200.06182
2026-02-270.06182
2026-03-060.06228
2026-03-130.06155
2026-03-200.06206
2026-03-270.06146
2026-04-030.06130
2026-04-100.06200
2026-04-170.06168
2026-04-240.06111
2026-05-010.06109
2026-05-080.06100
2026-05-160.06060
2026-05-240.06035
2026-05-310.06015
2026-06-090.05947
2026-06-160.05907
2026-06-230.05886
2026-06-300.05881
2026-07-070.05903
2026-07-140.05875
2026-07-210.05859
2026-07-280.05840
2026-08-040.05846
2026-08-110.05829
2026-08-180.05822
2026-08-260.05852
2026-09-020.05860
2026-09-090.05829
2026-09-160.05822
2026-09-230.05812

High

0.06604

Low

0.05784

Average

0.06145

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UAH&currencies=GEL").json()

Replace YOUR_API_KEY with the key from your dashboard.

UAH/GEL API questions

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

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

How far back does UAH/GEL historical data go?

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