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: show the values
| Point | GEL/KES |
|---|---|
| 2025-12-31 | 48.0290 |
| 2026-01-07 | 47.9167 |
| 2026-01-14 | 47.9165 |
| 2026-01-21 | 47.9616 |
| 2026-01-28 | 48.0028 |
| 2026-02-04 | 47.8472 |
| 2026-02-11 | 48.0012 |
| 2026-02-18 | 48.1463 |
| 2026-02-25 | 48.2621 |
| 2026-03-04 | 47.7599 |
| 2026-03-11 | 47.4803 |
| 2026-03-18 | 47.6921 |
| 2026-03-25 | 47.7958 |
| 2026-04-01 | 48.3924 |
| 2026-04-08 | 48.3878 |
| 2026-04-15 | 48.2006 |
| 2026-04-22 | 48.0541 |
| 2026-04-29 | 47.9016 |
| 2026-05-06 | 47.9096 |
| 2026-05-14 | 48.2847 |
| 2026-05-21 | 48.5061 |
| 2026-05-29 | 48.5023 |
| 2026-06-05 | 48.6406 |
| 2026-06-14 | 48.7849 |
| 2026-06-21 | 48.8942 |
| 2026-06-28 | 49.0637 |
| 2026-07-05 | 49.0710 |
| 2026-07-12 | 49.1081 |
| 2026-07-19 | 49.1865 |
| 2026-07-26 | 49.3964 |
| 2026-08-02 | 49.3217 |
| 2026-08-09 | 49.4916 |
| 2026-08-16 | 49.5385 |
| 2026-08-24 | 49.8377 |
| 2026-08-31 | 49.8913 |
| 2026-09-07 | 49.7681 |
| 2026-09-14 | 49.8228 |
| 2026-09-21 | 49.8234 |
High
49.8913
Low
47.4803
Average
48.6256
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.