KYD to EGP exchange rate API
Cayman Islands Dollar to Egyptian Pound · quoted 2026-09-25
62.2557
▲ +8.53% over YTD
1 KYD = 62.2557 EGP · 1 EGP = 0.01606 KYD · Get this rate via the API
1 KYD buys 62.2557 EGP as of 2026-09-25, so 1 EGP buys 0.01606 KYD. Over the year to date, KYD/EGP traded between 56.2866 and 64.9641, averaged 60.9747 and rose 8.53%. The API holds daily KYD/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KYD/EGP over YTD: show the values
| Point | KYD/EGP |
|---|---|
| 2025-12-31 | 57.3611 |
| 2026-01-07 | 56.9673 |
| 2026-01-14 | 56.9562 |
| 2026-01-21 | 57.0159 |
| 2026-01-28 | 56.6440 |
| 2026-02-04 | 56.4958 |
| 2026-02-11 | 56.2866 |
| 2026-02-18 | 56.4541 |
| 2026-02-25 | 57.7757 |
| 2026-03-04 | 60.2209 |
| 2026-03-11 | 62.4470 |
| 2026-03-18 | 62.8945 |
| 2026-03-25 | 63.4055 |
| 2026-04-01 | 64.8807 |
| 2026-04-08 | 64.9641 |
| 2026-04-15 | 62.5542 |
| 2026-04-22 | 62.2060 |
| 2026-04-29 | 63.5382 |
| 2026-05-06 | 63.9028 |
| 2026-05-14 | 63.6067 |
| 2026-05-21 | 63.8282 |
| 2026-05-29 | 62.9988 |
| 2026-06-05 | 62.2815 |
| 2026-06-14 | 62.9308 |
| 2026-06-21 | 60.8246 |
| 2026-06-28 | 60.0162 |
| 2026-07-05 | 60.0578 |
| 2026-07-12 | 60.5888 |
| 2026-07-19 | 61.6144 |
| 2026-07-26 | 62.4094 |
| 2026-08-02 | 62.2143 |
| 2026-08-09 | 60.2442 |
| 2026-08-16 | 61.2364 |
| 2026-08-24 | 61.0817 |
| 2026-08-31 | 61.0764 |
| 2026-09-07 | 61.2253 |
| 2026-09-14 | 61.9850 |
| 2026-09-21 | 62.5662 |
High
64.9641
Low
56.2866
Average
60.9747
Get this rate via the API
One GET request returns the KYD/EGP 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=KYD¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
KYD/EGP API questions
How do I get the KYD/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KYD/EGP rate in rates.EGP.
How far back does KYD/EGP historical data go?
Daily KYD/EGP 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 KYD/EGP 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.