KYD to EGP exchange rate API
Cayman Islands Dollar to Egyptian Pound · quoted 2026-09-25
62.2557
▼ +3.76% over 6M
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 6 months, KYD/EGP traded between 58.8846 and 66.2786, averaged 62.0078 and fell 3.76%. 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 6M: show the values
| Point | KYD/EGP |
|---|---|
| 2026-03-29 | 64.6903 |
| 2026-04-05 | 66.2786 |
| 2026-04-12 | 64.0238 |
| 2026-04-19 | 62.2909 |
| 2026-04-26 | 63.2329 |
| 2026-05-03 | 64.2960 |
| 2026-05-10 | 63.4406 |
| 2026-05-18 | 63.7649 |
| 2026-05-26 | 63.0103 |
| 2026-06-02 | 62.4184 |
| 2026-06-11 | 62.4409 |
| 2026-06-18 | 60.0285 |
| 2026-06-25 | 59.6217 |
| 2026-07-02 | 58.8846 |
| 2026-07-09 | 59.6762 |
| 2026-07-16 | 60.7792 |
| 2026-07-23 | 61.6876 |
| 2026-07-30 | 61.4995 |
| 2026-08-06 | 59.8856 |
| 2026-08-13 | 60.3792 |
| 2026-08-21 | 61.1636 |
| 2026-08-28 | 60.4465 |
| 2026-09-04 | 61.4472 |
| 2026-09-11 | 61.7520 |
| 2026-09-18 | 62.5562 |
| 2026-09-25 | 62.2589 |
High
66.2786
Low
58.8846
Average
62.0078
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.