Skip to content

GEL to KRW exchange rate API

Lari to Won · quoted 2026-09-25

524.8921

▲ +1.26% over 1Y

1 GEL = 524.8921 KRW · 1 KRW = 0.001905 GEL · Get this rate via the API

1 GEL buys 524.8921 KRW as of 2026-09-25, so 1 KRW buys 0.001905 GEL. Over the last year, GEL/KRW traded between 513.6099 and 587.9963, averaged 545.7285 and rose 1.26%. The API holds daily GEL/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/KRW over 1Y

GEL/KRW over 1Y: show the values
PointGEL/KRW
2025-09-25518.3809
2025-10-02514.4937
2025-10-09523.6983
2025-10-16523.6709
2025-10-23531.2138
2025-10-30529.0528
2025-11-06534.3842
2025-11-13541.1388
2025-11-20543.4093
2025-11-27541.9372
2025-12-04545.2667
2025-12-12547.9328
2025-12-19549.1174
2025-12-26538.8846
2026-01-02536.7896
2026-01-09541.8339
2026-01-16546.8788
2026-01-23545.4118
2026-01-30536.5938
2026-02-06546.0624
2026-02-13539.2266
2026-02-20541.5881
2026-02-27539.5662
2026-03-06545.5045
2026-03-13548.0369
2026-03-20551.5810
2026-03-27560.3173
2026-04-03566.1598
2026-04-10551.4653
2026-04-17548.7812
2026-04-24550.1104
2026-05-01552.1331
2026-05-08547.3526
2026-05-16560.8044
2026-05-24571.3220
2026-05-31568.1508
2026-06-09574.7022
2026-06-16569.2920
2026-06-23580.5188
2026-06-30587.9963
2026-07-07575.1720
2026-07-14569.1241
2026-07-21563.9166
2026-07-28556.8837
2026-08-04545.2304
2026-08-11540.1076
2026-08-18540.9430
2026-08-26529.9706
2026-09-02522.1144
2026-09-09513.6099
2026-09-16526.3494
2026-09-23524.5368

High

587.9963

Low

513.6099

Average

545.7285

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/KRW API questions

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

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

How far back does GEL/KRW historical data go?

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