Skip to content

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

GEL/KGS over 1Y: show the values
PointGEL/KGS
2025-09-2532.2935
2025-10-0232.0905
2025-10-0932.2709
2025-10-1632.3009
2025-10-2332.2550
2025-10-3032.2464
2025-11-0632.3294
2025-11-1332.3419
2025-11-2032.4239
2025-11-2732.4234
2025-12-0432.4193
2025-12-1232.4462
2025-12-1932.4791
2025-12-2632.4643
2026-01-0232.4752
2026-01-0932.4514
2026-01-1632.4751
2026-01-2332.5035
2026-01-3032.5320
2026-02-0632.5477
2026-02-1332.6072
2026-02-2032.6746
2026-02-2732.7234
2026-03-0632.1198
2026-03-1332.1297
2026-03-2032.1500
2026-03-2732.4202
2026-04-0332.5840
2026-04-1032.5125
2026-04-1732.4485
2026-04-2432.5570
2026-05-0132.5585
2026-05-0832.6224
2026-05-1632.7492
2026-05-2432.7947
2026-05-3132.8444
2026-06-0932.9428
2026-06-1632.9978
2026-06-2333.0466
2026-06-3033.1651
2026-07-0733.2192
2026-07-1433.2860
2026-07-2133.3543
2026-07-2833.5006
2026-08-0433.5465
2026-08-1133.4603
2026-08-1833.6942
2026-08-2633.5360
2026-09-0233.5459
2026-09-0933.6457
2026-09-1633.6572
2026-09-2333.5998

High

33.6942

Low

32.0905

Average

32.7564

For developers

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