GEL to KGS exchange rate API
Lari to Som · quoted 2026-09-25
33.6269
▲ +4.13% over 1Y
1 GEL = 33.6269 KGS · 1 KGS = 0.02974 GEL · Get this rate via the API
1 GEL buys 33.6269 KGS as of 2026-09-25, so 1 KGS buys 0.02974 GEL. Over the last year, GEL/KGS traded between 32.0905 and 33.6942, averaged 32.7564 and rose 4.13%. The API holds daily GEL/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/KGS over 1Y: show the values
| Point | GEL/KGS |
|---|---|
| 2025-09-25 | 32.2935 |
| 2025-10-02 | 32.0905 |
| 2025-10-09 | 32.2709 |
| 2025-10-16 | 32.3009 |
| 2025-10-23 | 32.2550 |
| 2025-10-30 | 32.2464 |
| 2025-11-06 | 32.3294 |
| 2025-11-13 | 32.3419 |
| 2025-11-20 | 32.4239 |
| 2025-11-27 | 32.4234 |
| 2025-12-04 | 32.4193 |
| 2025-12-12 | 32.4462 |
| 2025-12-19 | 32.4791 |
| 2025-12-26 | 32.4643 |
| 2026-01-02 | 32.4752 |
| 2026-01-09 | 32.4514 |
| 2026-01-16 | 32.4751 |
| 2026-01-23 | 32.5035 |
| 2026-01-30 | 32.5320 |
| 2026-02-06 | 32.5477 |
| 2026-02-13 | 32.6072 |
| 2026-02-20 | 32.6746 |
| 2026-02-27 | 32.7234 |
| 2026-03-06 | 32.1198 |
| 2026-03-13 | 32.1297 |
| 2026-03-20 | 32.1500 |
| 2026-03-27 | 32.4202 |
| 2026-04-03 | 32.5840 |
| 2026-04-10 | 32.5125 |
| 2026-04-17 | 32.4485 |
| 2026-04-24 | 32.5570 |
| 2026-05-01 | 32.5585 |
| 2026-05-08 | 32.6224 |
| 2026-05-16 | 32.7492 |
| 2026-05-24 | 32.7947 |
| 2026-05-31 | 32.8444 |
| 2026-06-09 | 32.9428 |
| 2026-06-16 | 32.9978 |
| 2026-06-23 | 33.0466 |
| 2026-06-30 | 33.1651 |
| 2026-07-07 | 33.2192 |
| 2026-07-14 | 33.2860 |
| 2026-07-21 | 33.3543 |
| 2026-07-28 | 33.5006 |
| 2026-08-04 | 33.5465 |
| 2026-08-11 | 33.4603 |
| 2026-08-18 | 33.6942 |
| 2026-08-26 | 33.5360 |
| 2026-09-02 | 33.5459 |
| 2026-09-09 | 33.6457 |
| 2026-09-16 | 33.6572 |
| 2026-09-23 | 33.5998 |
High
33.6942
Low
32.0905
Average
32.7564
Get this rate via the API
One GET request returns the GEL/KGS 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=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=KGS").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/KGS API questions
How do I get the GEL/KGS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/KGS rate in rates.KGS.
How far back does GEL/KGS historical data go?
Daily GEL/KGS 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/KGS 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.