Skip to content

EGP to KZT exchange rate API

Egyptian Pound to Tenge · quoted 2026-09-25

8.6114

▼ +5.36% over 6M

1 EGP = 8.6114 KZT · 1 KZT = 0.11613 EGP · Get this rate via the API

1 EGP buys 8.6114 KZT as of 2026-09-25, so 1 KZT buys 0.11613 EGP. Over the last 6 months, EGP/KZT traded between 8.5444 and 9.8105, averaged 9.1087 and fell 5.36%. The API holds daily EGP/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/KZT over 6M

EGP/KZT over 6M: show the values
PointEGP/KZT
2026-03-299.0990
2026-04-058.6452
2026-04-128.8571
2026-04-199.0328
2026-04-268.8152
2026-05-038.6445
2026-05-108.7417
2026-05-188.8346
2026-05-269.0513
2026-06-029.3933
2026-06-119.3975
2026-06-189.7812
2026-06-259.8105
2026-07-029.7668
2026-07-099.4462
2026-07-169.2909
2026-07-239.1093
2026-07-309.3279
2026-08-069.4408
2026-08-139.2667
2026-08-218.9832
2026-08-289.2213
2026-09-048.9422
2026-09-118.7715
2026-09-188.5444

High

9.8105

Low

8.5444

Average

9.1087

For developers

Get this rate via the API

One GET request returns the EGP/KZT 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=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=KZT");
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=KZT").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/KZT API questions

How do I get the EGP/KZT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/KZT rate in rates.KZT.

How far back does EGP/KZT historical data go?

Daily EGP/KZT 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/KZT 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.