Skip to content

EGP to CUC exchange rate API

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

0.01932

▼ +6.95% over 1Y

1 EGP = 0.01932 CUC · 1 CUC = 51.7625 EGP · Get this rate via the API

1 EGP buys 0.01932 CUC as of 2026-09-25, so 1 CUC buys 51.7625 EGP. Over the last year, EGP/CUC traded between 0.01841 and 0.02134, averaged 0.02015 and fell 6.95%. The API holds daily EGP/CUC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/CUC over 1Y

EGP/CUC over 1Y: show the values
PointEGP/CUC
2025-09-250.02076
2025-10-020.02093
2025-10-090.02103
2025-10-160.02101
2025-10-230.02102
2025-10-300.02116
2025-11-060.02112
2025-11-130.02119
2025-11-200.02110
2025-11-270.02098
2025-12-040.02103
2025-12-120.02104
2025-12-190.02102
2025-12-260.02103
2026-01-020.02097
2026-01-090.02116
2026-01-160.02117
2026-01-230.02123
2026-01-300.02132
2026-02-060.02134
2026-02-130.02134
2026-02-200.02104
2026-02-270.02085
2026-03-060.01995
2026-03-130.01910
2026-03-200.01914
2026-03-270.01896
2026-04-030.01841
2026-04-100.01884
2026-04-170.01931
2026-04-240.01900
2026-05-010.01866
2026-05-080.01897
2026-05-160.01891
2026-05-240.01888
2026-05-310.01911
2026-06-090.01928
2026-06-160.01989
2026-06-230.02010
2026-06-300.02034
2026-07-070.02049
2026-07-140.01979
2026-07-210.01959
2026-07-280.01975
2026-08-040.01992
2026-08-110.01995
2026-08-180.01985
2026-08-260.01989
2026-09-020.01961
2026-09-090.01956
2026-09-160.01921
2026-09-230.01943

High

0.02134

Low

0.01841

Average

0.02015

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=CUC").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/CUC API questions

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

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

How far back does EGP/CUC historical data go?

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