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: show the values
| Point | CUC/EGP |
|---|---|
| 2026-08-27 | 50.2318 |
| 2026-08-28 | 50.2697 |
| 2026-08-29 | 50.0797 |
| 2026-08-30 | 50.0273 |
| 2026-08-31 | 50.7367 |
| 2026-09-01 | 50.8553 |
| 2026-09-02 | 50.9865 |
| 2026-09-03 | 50.9373 |
| 2026-09-04 | 50.9435 |
| 2026-09-05 | 50.8959 |
| 2026-09-06 | 50.9511 |
| 2026-09-07 | 50.9221 |
| 2026-09-08 | 50.9821 |
| 2026-09-09 | 51.1352 |
| 2026-09-10 | 51.2890 |
| 2026-09-11 | 51.3488 |
| 2026-09-12 | 51.3520 |
| 2026-09-13 | 51.3000 |
| 2026-09-14 | 51.5350 |
| 2026-09-15 | 51.7974 |
| 2026-09-16 | 52.0448 |
| 2026-09-17 | 52.1560 |
| 2026-09-18 | 52.1265 |
| 2026-09-19 | 52.2095 |
| 2026-09-20 | 52.2305 |
| 2026-09-21 | 51.9942 |
| 2026-09-22 | 51.7033 |
| 2026-09-23 | 51.4558 |
| 2026-09-24 | 51.6139 |
| 2026-09-25 | 51.7628 |
| 2026-09-26 | 51.8150 |
High
52.2305
Low
50.0273
Average
51.2970
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC¤cies=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¤cies=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.