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: show the values
| Point | GEL/KES |
|---|---|
| 2025-09-25 | 47.7355 |
| 2025-10-02 | 47.5608 |
| 2025-10-09 | 47.7263 |
| 2025-10-16 | 47.7175 |
| 2025-10-23 | 47.5947 |
| 2025-10-30 | 47.6351 |
| 2025-11-06 | 47.7691 |
| 2025-11-13 | 47.7778 |
| 2025-11-20 | 48.0759 |
| 2025-11-27 | 48.0822 |
| 2025-12-04 | 47.9494 |
| 2025-12-12 | 47.7740 |
| 2025-12-19 | 47.8881 |
| 2025-12-26 | 47.8613 |
| 2026-01-02 | 47.9333 |
| 2026-01-09 | 47.9751 |
| 2026-01-16 | 47.9430 |
| 2026-01-23 | 47.9421 |
| 2026-01-30 | 48.0289 |
| 2026-02-06 | 48.0284 |
| 2026-02-13 | 48.1566 |
| 2026-02-20 | 48.2465 |
| 2026-02-27 | 48.2723 |
| 2026-03-06 | 47.4628 |
| 2026-03-13 | 47.5424 |
| 2026-03-20 | 47.3820 |
| 2026-03-27 | 48.0813 |
| 2026-04-03 | 48.4125 |
| 2026-04-10 | 48.0539 |
| 2026-04-17 | 47.9549 |
| 2026-04-24 | 48.1579 |
| 2026-05-01 | 48.1115 |
| 2026-05-08 | 48.3326 |
| 2026-05-16 | 48.4370 |
| 2026-05-24 | 48.6473 |
| 2026-05-31 | 48.6148 |
| 2026-06-09 | 48.7322 |
| 2026-06-16 | 48.8346 |
| 2026-06-23 | 48.8988 |
| 2026-06-30 | 49.0901 |
| 2026-07-07 | 49.1096 |
| 2026-07-14 | 49.1754 |
| 2026-07-21 | 49.3118 |
| 2026-07-28 | 49.4312 |
| 2026-08-04 | 49.4307 |
| 2026-08-11 | 49.4796 |
| 2026-08-18 | 49.6250 |
| 2026-08-26 | 49.5770 |
| 2026-09-02 | 49.5997 |
| 2026-09-09 | 49.7494 |
| 2026-09-16 | 49.8896 |
| 2026-09-23 | 49.7355 |
High
49.8896
Low
47.3820
Average
48.4215
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.