EGP to KES exchange rate API
Egyptian Pound to Kenyan Shilling · quoted 2026-09-25
2.5024
▼ +6.78% over 1Y
1 EGP = 2.5024 KES · 1 KES = 0.39962 EGP · Get this rate via the API
1 EGP buys 2.5024 KES as of 2026-09-25, so 1 KES buys 0.39962 EGP. Over the last year, EGP/KES traded between 2.3918 and 2.7572, averaged 2.6060 and fell 6.78%. The API holds daily EGP/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/KES over 1Y: show the values
| Point | EGP/KES |
|---|---|
| 2025-09-25 | 2.6843 |
| 2025-10-02 | 2.7110 |
| 2025-10-09 | 2.7195 |
| 2025-10-16 | 2.7144 |
| 2025-10-23 | 2.7129 |
| 2025-10-30 | 2.7342 |
| 2025-11-06 | 2.7290 |
| 2025-11-13 | 2.7379 |
| 2025-11-20 | 2.7425 |
| 2025-11-27 | 2.7218 |
| 2025-12-04 | 2.7217 |
| 2025-12-12 | 2.7091 |
| 2025-12-19 | 2.7112 |
| 2025-12-26 | 2.7119 |
| 2026-01-02 | 2.7055 |
| 2026-01-09 | 2.7358 |
| 2026-01-16 | 2.7334 |
| 2026-01-23 | 2.7386 |
| 2026-01-30 | 2.7533 |
| 2026-02-06 | 2.7544 |
| 2026-02-13 | 2.7572 |
| 2026-02-20 | 2.7167 |
| 2026-02-27 | 2.6905 |
| 2026-03-06 | 2.5782 |
| 2026-03-13 | 2.4712 |
| 2026-03-20 | 2.4678 |
| 2026-03-27 | 2.4596 |
| 2026-04-03 | 2.3918 |
| 2026-04-10 | 2.4346 |
| 2026-04-17 | 2.4957 |
| 2026-04-24 | 2.4573 |
| 2026-05-01 | 2.4110 |
| 2026-05-08 | 2.4568 |
| 2026-05-16 | 2.4467 |
| 2026-05-24 | 2.4503 |
| 2026-05-31 | 2.4742 |
| 2026-06-09 | 2.4942 |
| 2026-06-16 | 2.5758 |
| 2026-06-23 | 2.6014 |
| 2026-06-30 | 2.6324 |
| 2026-07-07 | 2.6485 |
| 2026-07-14 | 2.5567 |
| 2026-07-21 | 2.5322 |
| 2026-07-28 | 2.5605 |
| 2026-08-04 | 2.5772 |
| 2026-08-11 | 2.5813 |
| 2026-08-18 | 2.5673 |
| 2026-08-26 | 2.5739 |
| 2026-09-02 | 2.5380 |
| 2026-09-09 | 2.5311 |
| 2026-09-16 | 2.4911 |
| 2026-09-23 | 2.5145 |
High
2.7572
Low
2.3918
Average
2.6060
Get this rate via the API
One GET request returns the EGP/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=EGP¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=KES").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/KES API questions
How do I get the EGP/KES exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=KES, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/KES rate in rates.KES.
How far back does EGP/KES historical data go?
Daily EGP/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 EGP/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.