Skip to content

EGP to CZK exchange rate API

Egyptian Pound to Czech Koruna · quoted 2026-09-24

0.41435

▲ +2.36% over 6M

1 EGP = 0.41435 CZK · 1 CZK = 2.4134 EGP · Get this rate via the API

1 EGP buys 0.41435 CZK as of 2026-09-24, so 1 CZK buys 2.4134 EGP. Over the last 6 months, EGP/CZK traded between 0.38752 and 0.43026, averaged 0.40763 and rose 2.36%. The API holds daily EGP/CZK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/CZK over 6M

EGP/CZK over 6M: show the values
PointEGP/CZK
2026-03-280.40480
2026-04-040.39180
2026-04-110.39143
2026-04-180.39770
2026-04-250.39522
2026-05-020.38752
2026-05-090.39126
2026-05-160.39555
2026-05-230.39423
2026-05-300.39845
2026-06-060.40314
2026-06-130.40213
2026-06-200.42268
2026-06-270.43026
2026-07-040.42904
2026-07-110.42812
2026-07-180.41921
2026-07-250.41333
2026-08-010.41078
2026-08-080.42223
2026-08-150.41898
2026-08-220.40579
2026-08-290.41594
2026-09-050.40924
2026-09-120.40685
2026-09-190.40597

High

0.43026

Low

0.38752

Average

0.40763

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/CZK API questions

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

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

How far back does EGP/CZK historical data go?

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