EGP to KZT exchange rate API
Egyptian Pound to Tenge · quoted 2026-09-25
8.6114
▼ +23.51% over 1Y
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 year, EGP/KZT traded between 8.6114 and 11.4527, averaged 9.9173 and fell 23.51%. 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 1Y: show the values
| Point | EGP/KZT |
|---|---|
| 2025-09-25 | 11.2584 |
| 2025-10-02 | 11.4527 |
| 2025-10-09 | 11.3616 |
| 2025-10-16 | 11.3170 |
| 2025-10-23 | 11.3173 |
| 2025-10-30 | 11.1954 |
| 2025-11-06 | 11.0879 |
| 2025-11-13 | 11.1178 |
| 2025-11-20 | 10.9441 |
| 2025-11-27 | 10.8836 |
| 2025-12-04 | 10.5750 |
| 2025-12-12 | 10.9374 |
| 2025-12-19 | 10.8486 |
| 2025-12-26 | 10.7348 |
| 2026-01-02 | 10.6365 |
| 2026-01-09 | 10.8049 |
| 2026-01-16 | 10.8280 |
| 2026-01-23 | 10.7249 |
| 2026-01-30 | 10.7225 |
| 2026-02-06 | 10.5550 |
| 2026-02-13 | 10.5615 |
| 2026-02-20 | 10.3784 |
| 2026-02-27 | 10.4180 |
| 2026-03-06 | 9.8479 |
| 2026-03-13 | 9.3771 |
| 2026-03-20 | 9.1436 |
| 2026-03-27 | 9.1205 |
| 2026-04-03 | 8.6981 |
| 2026-04-10 | 8.9709 |
| 2026-04-17 | 9.1079 |
| 2026-04-24 | 8.8295 |
| 2026-05-01 | 8.6467 |
| 2026-05-08 | 8.8129 |
| 2026-05-16 | 8.8745 |
| 2026-05-24 | 8.9072 |
| 2026-05-31 | 9.3057 |
| 2026-06-09 | 9.3644 |
| 2026-06-16 | 9.7432 |
| 2026-06-23 | 9.8016 |
| 2026-06-30 | 9.8649 |
| 2026-07-07 | 9.6733 |
| 2026-07-14 | 9.4021 |
| 2026-07-21 | 9.2223 |
| 2026-07-28 | 9.3873 |
| 2026-08-04 | 9.4586 |
| 2026-08-11 | 9.3127 |
| 2026-08-18 | 9.1709 |
| 2026-08-26 | 9.1010 |
| 2026-09-02 | 8.9891 |
| 2026-09-09 | 8.8785 |
| 2026-09-16 | 8.6371 |
| 2026-09-23 | 8.6965 |
High
11.4527
Low
8.6114
Average
9.9173
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.