Skip to content

CUC to EGP exchange rate API

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

51.8150

▲ +3.15% over 30D

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 30 days, CUC/EGP traded between 50.0273 and 52.2305, averaged 51.2970 and rose 3.15%. 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 30D

CUC/EGP over 30D: show the values
PointCUC/EGP
2026-08-2750.2318
2026-08-2850.2697
2026-08-2950.0797
2026-08-3050.0273
2026-08-3150.7367
2026-09-0150.8553
2026-09-0250.9865
2026-09-0350.9373
2026-09-0450.9435
2026-09-0550.8959
2026-09-0650.9511
2026-09-0750.9221
2026-09-0850.9821
2026-09-0951.1352
2026-09-1051.2890
2026-09-1151.3488
2026-09-1251.3520
2026-09-1351.3000
2026-09-1451.5350
2026-09-1551.7974
2026-09-1652.0448
2026-09-1752.1560
2026-09-1852.1265
2026-09-1952.2095
2026-09-2052.2305
2026-09-2151.9942
2026-09-2251.7033
2026-09-2351.4558
2026-09-2451.6139
2026-09-2551.7628
2026-09-2651.8150

High

52.2305

Low

50.0273

Average

51.2970

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.