Skip to content

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

EGP/KZT over 1Y: show the values
PointEGP/KZT
2025-09-2511.2584
2025-10-0211.4527
2025-10-0911.3616
2025-10-1611.3170
2025-10-2311.3173
2025-10-3011.1954
2025-11-0611.0879
2025-11-1311.1178
2025-11-2010.9441
2025-11-2710.8836
2025-12-0410.5750
2025-12-1210.9374
2025-12-1910.8486
2025-12-2610.7348
2026-01-0210.6365
2026-01-0910.8049
2026-01-1610.8280
2026-01-2310.7249
2026-01-3010.7225
2026-02-0610.5550
2026-02-1310.5615
2026-02-2010.3784
2026-02-2710.4180
2026-03-069.8479
2026-03-139.3771
2026-03-209.1436
2026-03-279.1205
2026-04-038.6981
2026-04-108.9709
2026-04-179.1079
2026-04-248.8295
2026-05-018.6467
2026-05-088.8129
2026-05-168.8745
2026-05-248.9072
2026-05-319.3057
2026-06-099.3644
2026-06-169.7432
2026-06-239.8016
2026-06-309.8649
2026-07-079.6733
2026-07-149.4021
2026-07-219.2223
2026-07-289.3873
2026-08-049.4586
2026-08-119.3127
2026-08-189.1709
2026-08-269.1010
2026-09-028.9891
2026-09-098.8785
2026-09-168.6371
2026-09-238.6965

High

11.4527

Low

8.6114

Average

9.9173

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.