Skip to content

CUC to EGP exchange rate API

Peso Convertible to Egyptian Pound · quoted 2026-09-26

51.8150

▼ +4.01% over 6M

1 CUC = 51.8150 EGP · 1 EGP = 0.01930 CUC · Get this rate via the API

1 CUC buys 51.8150 EGP as of 2026-09-26, so 1 EGP buys 0.01930 CUC. Over the last 6 months, CUC/EGP traded between 49.1189 and 54.3398, averaged 51.5417 and fell 4.01%. The API holds daily CUC/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CUC/EGP over 6M

CUC/EGP over 6M: show the values
PointCUC/EGP
2026-03-3053.9800
2026-04-0654.3398
2026-04-1353.1755
2026-04-2051.9326
2026-04-2752.5819
2026-05-0453.5308
2026-05-1152.7532
2026-05-1953.1844
2026-05-2752.2196
2026-06-0351.9337
2026-06-1251.9836
2026-06-1949.8454
2026-06-2649.5198
2026-07-0349.1189
2026-07-1049.5978
2026-07-1750.5122
2026-07-2451.3135
2026-07-3151.1219
2026-08-0749.7557
2026-08-1450.2369
2026-08-2250.8222
2026-08-2950.0797
2026-09-0550.8959
2026-09-1251.3520
2026-09-1952.2095
2026-09-2651.8150

High

54.3398

Low

49.1189

Average

51.5417

For developers

Get this rate via the API

One GET request returns the CUC/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=CUC&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC&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=CUC&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

CUC/EGP API questions

How do I get the CUC/EGP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC&currencies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CUC/EGP rate in rates.EGP.

How far back does CUC/EGP historical data go?

Daily CUC/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 CUC/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.