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: show the values
| Point | CUC/EGP |
|---|---|
| 2025-09-26 | 48.1334 |
| 2025-10-03 | 47.7497 |
| 2025-10-10 | 47.5582 |
| 2025-10-17 | 47.5888 |
| 2025-10-24 | 47.5894 |
| 2025-10-31 | 47.2354 |
| 2025-11-07 | 47.3295 |
| 2025-11-14 | 47.1963 |
| 2025-11-21 | 47.4342 |
| 2025-11-28 | 47.6412 |
| 2025-12-05 | 47.5525 |
| 2025-12-13 | 47.3259 |
| 2025-12-20 | 47.7044 |
| 2025-12-27 | 47.5542 |
| 2026-01-03 | 47.7784 |
| 2026-01-10 | 47.3950 |
| 2026-01-17 | 47.1010 |
| 2026-01-24 | 47.1031 |
| 2026-01-31 | 47.1217 |
| 2026-02-07 | 46.7311 |
| 2026-02-14 | 46.6161 |
| 2026-02-21 | 47.5328 |
| 2026-02-28 | 47.4930 |
| 2026-03-07 | 50.3023 |
| 2026-03-14 | 52.2516 |
| 2026-03-21 | 52.2361 |
| 2026-03-28 | 52.6421 |
| 2026-04-04 | 54.3348 |
| 2026-04-11 | 53.1086 |
| 2026-04-18 | 51.8842 |
| 2026-04-25 | 52.5724 |
| 2026-05-02 | 53.6397 |
| 2026-05-09 | 52.7447 |
| 2026-05-17 | 52.9135 |
| 2026-05-25 | 52.3670 |
| 2026-06-01 | 52.1570 |
| 2026-06-10 | 51.7769 |
| 2026-06-17 | 49.9944 |
| 2026-06-24 | 49.6299 |
| 2026-07-01 | 49.1303 |
| 2026-07-08 | 49.3031 |
| 2026-07-15 | 50.6300 |
| 2026-07-22 | 51.2043 |
| 2026-07-29 | 50.6202 |
| 2026-08-05 | 49.9903 |
| 2026-08-12 | 50.2145 |
| 2026-08-20 | 50.7831 |
| 2026-08-27 | 50.2318 |
| 2026-09-03 | 50.9373 |
| 2026-09-10 | 51.2890 |
| 2026-09-17 | 52.1560 |
| 2026-09-24 | 51.6139 |
High
54.3348
Low
46.6161
Average
49.7158
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.