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: show the values
| Point | GEL/KRW |
|---|---|
| 2025-09-25 | 518.3809 |
| 2025-10-02 | 514.4937 |
| 2025-10-09 | 523.6983 |
| 2025-10-16 | 523.6709 |
| 2025-10-23 | 531.2138 |
| 2025-10-30 | 529.0528 |
| 2025-11-06 | 534.3842 |
| 2025-11-13 | 541.1388 |
| 2025-11-20 | 543.4093 |
| 2025-11-27 | 541.9372 |
| 2025-12-04 | 545.2667 |
| 2025-12-12 | 547.9328 |
| 2025-12-19 | 549.1174 |
| 2025-12-26 | 538.8846 |
| 2026-01-02 | 536.7896 |
| 2026-01-09 | 541.8339 |
| 2026-01-16 | 546.8788 |
| 2026-01-23 | 545.4118 |
| 2026-01-30 | 536.5938 |
| 2026-02-06 | 546.0624 |
| 2026-02-13 | 539.2266 |
| 2026-02-20 | 541.5881 |
| 2026-02-27 | 539.5662 |
| 2026-03-06 | 545.5045 |
| 2026-03-13 | 548.0369 |
| 2026-03-20 | 551.5810 |
| 2026-03-27 | 560.3173 |
| 2026-04-03 | 566.1598 |
| 2026-04-10 | 551.4653 |
| 2026-04-17 | 548.7812 |
| 2026-04-24 | 550.1104 |
| 2026-05-01 | 552.1331 |
| 2026-05-08 | 547.3526 |
| 2026-05-16 | 560.8044 |
| 2026-05-24 | 571.3220 |
| 2026-05-31 | 568.1508 |
| 2026-06-09 | 574.7022 |
| 2026-06-16 | 569.2920 |
| 2026-06-23 | 580.5188 |
| 2026-06-30 | 587.9963 |
| 2026-07-07 | 575.1720 |
| 2026-07-14 | 569.1241 |
| 2026-07-21 | 563.9166 |
| 2026-07-28 | 556.8837 |
| 2026-08-04 | 545.2304 |
| 2026-08-11 | 540.1076 |
| 2026-08-18 | 540.9430 |
| 2026-08-26 | 529.9706 |
| 2026-09-02 | 522.1144 |
| 2026-09-09 | 513.6099 |
| 2026-09-16 | 526.3494 |
| 2026-09-23 | 524.5368 |
High
587.9963
Low
513.6099
Average
545.7285
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.