Skip to content

KYD to EGP exchange rate API

Cayman Islands Dollar to Egyptian Pound · quoted 2026-09-25

62.2557

▲ +7.19% over 1Y

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 year, KYD/EGP traded between 56.3157 and 65.3669, averaged 59.8440 and rose 7.19%. 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 1Y

KYD/EGP over 1Y: show the values
PointKYD/EGP
2025-09-2558.0781
2025-10-0257.4701
2025-10-0957.1894
2025-10-1657.4019
2025-10-2357.2583
2025-10-3056.7947
2025-11-0657.0227
2025-11-1356.8306
2025-11-2057.1469
2025-11-2757.3137
2025-12-0457.1998
2025-12-1257.1547
2025-12-1957.2052
2025-12-2657.1790
2026-01-0257.4908
2026-01-0956.7865
2026-01-1656.9359
2026-01-2356.8252
2026-01-3056.4129
2026-02-0656.3396
2026-02-1356.3157
2026-02-2057.2522
2026-02-2757.6473
2026-03-0660.2892
2026-03-1362.9291
2026-03-2062.9496
2026-03-2763.6063
2026-04-0365.3669
2026-04-1063.7871
2026-04-1762.1425
2026-04-2463.1325
2026-05-0164.2798
2026-05-0863.0576
2026-05-1663.5370
2026-05-2464.5351
2026-05-3163.7677
2026-06-0962.3637
2026-06-1660.5706
2026-06-2360.0349
2026-06-3059.1519
2026-07-0758.7081
2026-07-1460.8792
2026-07-2161.3445
2026-07-2860.8179
2026-08-0460.3958
2026-08-1160.2443
2026-08-1860.5855
2026-08-2660.4730
2026-09-0261.3320
2026-09-0961.4845
2026-09-1662.5761
2026-09-2361.8830

High

65.3669

Low

56.3157

Average

59.8440

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.