Skip to content

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

KYD/EGP over 30D: show the values
PointKYD/EGP
2026-08-2660.4730
2026-08-2760.5886
2026-08-2860.4465
2026-08-2960.1841
2026-08-3060.9626
2026-08-3161.0764
2026-09-0161.1720
2026-09-0261.3320
2026-09-0361.2883
2026-09-0461.4472
2026-09-0561.1954
2026-09-0662.1417
2026-09-0761.2253
2026-09-0861.3474
2026-09-0961.4845
2026-09-1061.8518
2026-09-1161.7520
2026-09-1261.7418
2026-09-1362.4847
2026-09-1461.9850
2026-09-1562.3244
2026-09-1662.5761
2026-09-1762.8031
2026-09-1862.5562
2026-09-1962.7176
2026-09-2063.6128
2026-09-2162.5662
2026-09-2262.3644
2026-09-2361.8830
2026-09-2462.0511
2026-09-2562.2589

High

63.6128

Low

60.1841

Average

61.7547

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.