Skip to content

GEL to KES exchange rate API

Lari to Kenyan Shilling · quoted 2026-09-25

49.8055

▲ +4.34% over 1Y

1 GEL = 49.8055 KES · 1 KES = 0.02008 GEL · Get this rate via the API

1 GEL buys 49.8055 KES as of 2026-09-25, so 1 KES buys 0.02008 GEL. Over the last year, GEL/KES traded between 47.3820 and 49.8896, averaged 48.4215 and rose 4.34%. The API holds daily GEL/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/KES over 1Y

GEL/KES over 1Y: show the values
PointGEL/KES
2025-09-2547.7355
2025-10-0247.5608
2025-10-0947.7263
2025-10-1647.7175
2025-10-2347.5947
2025-10-3047.6351
2025-11-0647.7691
2025-11-1347.7778
2025-11-2048.0759
2025-11-2748.0822
2025-12-0447.9494
2025-12-1247.7740
2025-12-1947.8881
2025-12-2647.8613
2026-01-0247.9333
2026-01-0947.9751
2026-01-1647.9430
2026-01-2347.9421
2026-01-3048.0289
2026-02-0648.0284
2026-02-1348.1566
2026-02-2048.2465
2026-02-2748.2723
2026-03-0647.4628
2026-03-1347.5424
2026-03-2047.3820
2026-03-2748.0813
2026-04-0348.4125
2026-04-1048.0539
2026-04-1747.9549
2026-04-2448.1579
2026-05-0148.1115
2026-05-0848.3326
2026-05-1648.4370
2026-05-2448.6473
2026-05-3148.6148
2026-06-0948.7322
2026-06-1648.8346
2026-06-2348.8988
2026-06-3049.0901
2026-07-0749.1096
2026-07-1449.1754
2026-07-2149.3118
2026-07-2849.4312
2026-08-0449.4307
2026-08-1149.4796
2026-08-1849.6250
2026-08-2649.5770
2026-09-0249.5997
2026-09-0949.7494
2026-09-1649.8896
2026-09-2349.7355

High

49.8896

Low

47.3820

Average

48.4215

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/KES API questions

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

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

How far back does GEL/KES historical data go?

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