Skip to content

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

KYD/EGP over YTD: show the values
PointKYD/EGP
2025-12-3157.3611
2026-01-0756.9673
2026-01-1456.9562
2026-01-2157.0159
2026-01-2856.6440
2026-02-0456.4958
2026-02-1156.2866
2026-02-1856.4541
2026-02-2557.7757
2026-03-0460.2209
2026-03-1162.4470
2026-03-1862.8945
2026-03-2563.4055
2026-04-0164.8807
2026-04-0864.9641
2026-04-1562.5542
2026-04-2262.2060
2026-04-2963.5382
2026-05-0663.9028
2026-05-1463.6067
2026-05-2163.8282
2026-05-2962.9988
2026-06-0562.2815
2026-06-1462.9308
2026-06-2160.8246
2026-06-2860.0162
2026-07-0560.0578
2026-07-1260.5888
2026-07-1961.6144
2026-07-2662.4094
2026-08-0262.2143
2026-08-0960.2442
2026-08-1661.2364
2026-08-2461.0817
2026-08-3161.0764
2026-09-0761.2253
2026-09-1461.9850
2026-09-2162.5662

High

64.9641

Low

56.2866

Average

60.9747

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=EGP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=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&currencies=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.