Skip to content

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

EGP/KES over 1Y: show the values
PointEGP/KES
2025-09-252.6843
2025-10-022.7110
2025-10-092.7195
2025-10-162.7144
2025-10-232.7129
2025-10-302.7342
2025-11-062.7290
2025-11-132.7379
2025-11-202.7425
2025-11-272.7218
2025-12-042.7217
2025-12-122.7091
2025-12-192.7112
2025-12-262.7119
2026-01-022.7055
2026-01-092.7358
2026-01-162.7334
2026-01-232.7386
2026-01-302.7533
2026-02-062.7544
2026-02-132.7572
2026-02-202.7167
2026-02-272.6905
2026-03-062.5782
2026-03-132.4712
2026-03-202.4678
2026-03-272.4596
2026-04-032.3918
2026-04-102.4346
2026-04-172.4957
2026-04-242.4573
2026-05-012.4110
2026-05-082.4568
2026-05-162.4467
2026-05-242.4503
2026-05-312.4742
2026-06-092.4942
2026-06-162.5758
2026-06-232.6014
2026-06-302.6324
2026-07-072.6485
2026-07-142.5567
2026-07-212.5322
2026-07-282.5605
2026-08-042.5772
2026-08-112.5813
2026-08-182.5673
2026-08-262.5739
2026-09-022.5380
2026-09-092.5311
2026-09-162.4911
2026-09-232.5145

High

2.7572

Low

2.3918

Average

2.6060

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=KES"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&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=EGP&currencies=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&currencies=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.