Skip to content

CUC to EGP exchange rate API

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

51.8150

▲ +7.65% over 1Y

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 year, CUC/EGP traded between 46.6161 and 54.3348, averaged 49.7158 and rose 7.65%. 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 1Y

CUC/EGP over 1Y: show the values
PointCUC/EGP
2025-09-2648.1334
2025-10-0347.7497
2025-10-1047.5582
2025-10-1747.5888
2025-10-2447.5894
2025-10-3147.2354
2025-11-0747.3295
2025-11-1447.1963
2025-11-2147.4342
2025-11-2847.6412
2025-12-0547.5525
2025-12-1347.3259
2025-12-2047.7044
2025-12-2747.5542
2026-01-0347.7784
2026-01-1047.3950
2026-01-1747.1010
2026-01-2447.1031
2026-01-3147.1217
2026-02-0746.7311
2026-02-1446.6161
2026-02-2147.5328
2026-02-2847.4930
2026-03-0750.3023
2026-03-1452.2516
2026-03-2152.2361
2026-03-2852.6421
2026-04-0454.3348
2026-04-1153.1086
2026-04-1851.8842
2026-04-2552.5724
2026-05-0253.6397
2026-05-0952.7447
2026-05-1752.9135
2026-05-2552.3670
2026-06-0152.1570
2026-06-1051.7769
2026-06-1749.9944
2026-06-2449.6299
2026-07-0149.1303
2026-07-0849.3031
2026-07-1550.6300
2026-07-2251.2043
2026-07-2950.6202
2026-08-0549.9903
2026-08-1250.2145
2026-08-2050.7831
2026-08-2750.2318
2026-09-0350.9373
2026-09-1051.2890
2026-09-1752.1560
2026-09-2451.6139

High

54.3348

Low

46.6161

Average

49.7158

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.