Skip to content

GEL to KES exchange rate API

Lari to Kenyan Shilling · quoted 2026-09-25

49.8055

▲ +3.70% over YTD

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 year to date, GEL/KES traded between 47.4803 and 49.8913, averaged 48.6256 and rose 3.70%. 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 YTD

GEL/KES over YTD: show the values
PointGEL/KES
2025-12-3148.0290
2026-01-0747.9167
2026-01-1447.9165
2026-01-2147.9616
2026-01-2848.0028
2026-02-0447.8472
2026-02-1148.0012
2026-02-1848.1463
2026-02-2548.2621
2026-03-0447.7599
2026-03-1147.4803
2026-03-1847.6921
2026-03-2547.7958
2026-04-0148.3924
2026-04-0848.3878
2026-04-1548.2006
2026-04-2248.0541
2026-04-2947.9016
2026-05-0647.9096
2026-05-1448.2847
2026-05-2148.5061
2026-05-2948.5023
2026-06-0548.6406
2026-06-1448.7849
2026-06-2148.8942
2026-06-2849.0637
2026-07-0549.0710
2026-07-1249.1081
2026-07-1949.1865
2026-07-2649.3964
2026-08-0249.3217
2026-08-0949.4916
2026-08-1649.5385
2026-08-2449.8377
2026-08-3149.8913
2026-09-0749.7681
2026-09-1449.8228
2026-09-2149.8234

High

49.8913

Low

47.4803

Average

48.6256

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.