Skip to content

KYD to EGP exchange rate API

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

62.2557

▲ +4.79% over 5Y

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 5 years, KYD/EGP traded between 56.4958 and 66.2786, averaged 60.0584 and rose 4.79%. 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 5Y

KYD/EGP over 5Y: show the values
PointKYD/EGP
2024-08-2459.4093
2024-10-0758.9104
2024-11-0659.4152
2024-12-0660.5485
2025-01-0561.9427
2025-02-0460.8979
2025-03-0661.2827
2025-04-0661.6906
2025-05-0660.2423
2025-06-0760.2880
2025-07-0758.6705
2025-08-0658.4216
2025-09-0558.3778
2025-10-0657.2493
2025-11-0557.1213
2025-12-0557.3878
2026-01-0557.1468
2026-02-0456.4958
2026-03-0660.2892
2026-04-0566.2786
2026-05-0564.3382
2026-06-0662.5610
2026-07-0859.2622
2026-08-0759.8086
2026-09-0761.2253

High

66.2786

Low

56.4958

Average

60.0584

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.