Skip to content

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

KYD/EGP over 6M: show the values
PointKYD/EGP
2026-03-2964.6903
2026-04-0566.2786
2026-04-1264.0238
2026-04-1962.2909
2026-04-2663.2329
2026-05-0364.2960
2026-05-1063.4406
2026-05-1863.7649
2026-05-2663.0103
2026-06-0262.4184
2026-06-1162.4409
2026-06-1860.0285
2026-06-2559.6217
2026-07-0258.8846
2026-07-0959.6762
2026-07-1660.7792
2026-07-2361.6876
2026-07-3061.4995
2026-08-0659.8856
2026-08-1360.3792
2026-08-2161.1636
2026-08-2860.4465
2026-09-0461.4472
2026-09-1161.7520
2026-09-1862.5562
2026-09-2562.2589

High

66.2786

Low

58.8846

Average

62.0078

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.