KYD to EGP exchange rate API
Cayman Islands Dollar to Egyptian Pound · quoted 2026-09-25
62.2557
▲ +7.19% over 1Y
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 last year, KYD/EGP traded between 56.3157 and 65.3669, averaged 59.8440 and rose 7.19%. 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 1Y: show the values
| Point | KYD/EGP |
|---|---|
| 2025-09-25 | 58.0781 |
| 2025-10-02 | 57.4701 |
| 2025-10-09 | 57.1894 |
| 2025-10-16 | 57.4019 |
| 2025-10-23 | 57.2583 |
| 2025-10-30 | 56.7947 |
| 2025-11-06 | 57.0227 |
| 2025-11-13 | 56.8306 |
| 2025-11-20 | 57.1469 |
| 2025-11-27 | 57.3137 |
| 2025-12-04 | 57.1998 |
| 2025-12-12 | 57.1547 |
| 2025-12-19 | 57.2052 |
| 2025-12-26 | 57.1790 |
| 2026-01-02 | 57.4908 |
| 2026-01-09 | 56.7865 |
| 2026-01-16 | 56.9359 |
| 2026-01-23 | 56.8252 |
| 2026-01-30 | 56.4129 |
| 2026-02-06 | 56.3396 |
| 2026-02-13 | 56.3157 |
| 2026-02-20 | 57.2522 |
| 2026-02-27 | 57.6473 |
| 2026-03-06 | 60.2892 |
| 2026-03-13 | 62.9291 |
| 2026-03-20 | 62.9496 |
| 2026-03-27 | 63.6063 |
| 2026-04-03 | 65.3669 |
| 2026-04-10 | 63.7871 |
| 2026-04-17 | 62.1425 |
| 2026-04-24 | 63.1325 |
| 2026-05-01 | 64.2798 |
| 2026-05-08 | 63.0576 |
| 2026-05-16 | 63.5370 |
| 2026-05-24 | 64.5351 |
| 2026-05-31 | 63.7677 |
| 2026-06-09 | 62.3637 |
| 2026-06-16 | 60.5706 |
| 2026-06-23 | 60.0349 |
| 2026-06-30 | 59.1519 |
| 2026-07-07 | 58.7081 |
| 2026-07-14 | 60.8792 |
| 2026-07-21 | 61.3445 |
| 2026-07-28 | 60.8179 |
| 2026-08-04 | 60.3958 |
| 2026-08-11 | 60.2443 |
| 2026-08-18 | 60.5855 |
| 2026-08-26 | 60.4730 |
| 2026-09-02 | 61.3320 |
| 2026-09-09 | 61.4845 |
| 2026-09-16 | 62.5761 |
| 2026-09-23 | 61.8830 |
High
65.3669
Low
56.3157
Average
59.8440
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.