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: show the values
| Point | EGP/CZK |
|---|---|
| 2026-03-28 | 0.40480 |
| 2026-04-04 | 0.39180 |
| 2026-04-11 | 0.39143 |
| 2026-04-18 | 0.39770 |
| 2026-04-25 | 0.39522 |
| 2026-05-02 | 0.38752 |
| 2026-05-09 | 0.39126 |
| 2026-05-16 | 0.39555 |
| 2026-05-23 | 0.39423 |
| 2026-05-30 | 0.39845 |
| 2026-06-06 | 0.40314 |
| 2026-06-13 | 0.40213 |
| 2026-06-20 | 0.42268 |
| 2026-06-27 | 0.43026 |
| 2026-07-04 | 0.42904 |
| 2026-07-11 | 0.42812 |
| 2026-07-18 | 0.41921 |
| 2026-07-25 | 0.41333 |
| 2026-08-01 | 0.41078 |
| 2026-08-08 | 0.42223 |
| 2026-08-15 | 0.41898 |
| 2026-08-22 | 0.40579 |
| 2026-08-29 | 0.41594 |
| 2026-09-05 | 0.40924 |
| 2026-09-12 | 0.40685 |
| 2026-09-19 | 0.40597 |
High
0.43026
Low
0.38752
Average
0.40763
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=CZK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=CZK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.