KYD to EGP exchange rate API
Cayman Islands Dollar to Egyptian Pound · quoted 2026-09-25
62.2557
▲ +2.95% over 30D
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 30 days, KYD/EGP traded between 60.1841 and 63.6128, averaged 61.7547 and rose 2.95%. 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 30D: show the values
| Point | KYD/EGP |
|---|---|
| 2026-08-26 | 60.4730 |
| 2026-08-27 | 60.5886 |
| 2026-08-28 | 60.4465 |
| 2026-08-29 | 60.1841 |
| 2026-08-30 | 60.9626 |
| 2026-08-31 | 61.0764 |
| 2026-09-01 | 61.1720 |
| 2026-09-02 | 61.3320 |
| 2026-09-03 | 61.2883 |
| 2026-09-04 | 61.4472 |
| 2026-09-05 | 61.1954 |
| 2026-09-06 | 62.1417 |
| 2026-09-07 | 61.2253 |
| 2026-09-08 | 61.3474 |
| 2026-09-09 | 61.4845 |
| 2026-09-10 | 61.8518 |
| 2026-09-11 | 61.7520 |
| 2026-09-12 | 61.7418 |
| 2026-09-13 | 62.4847 |
| 2026-09-14 | 61.9850 |
| 2026-09-15 | 62.3244 |
| 2026-09-16 | 62.5761 |
| 2026-09-17 | 62.8031 |
| 2026-09-18 | 62.5562 |
| 2026-09-19 | 62.7176 |
| 2026-09-20 | 63.6128 |
| 2026-09-21 | 62.5662 |
| 2026-09-22 | 62.3644 |
| 2026-09-23 | 61.8830 |
| 2026-09-24 | 62.0511 |
| 2026-09-25 | 62.2589 |
High
63.6128
Low
60.1841
Average
61.7547
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.