Skip to content

EGP to CVE exchange rate API

Egyptian Pound to Cape Verde Escudo · quoted 2026-09-25

1.8736

▼ +3.91% over 1Y

1 EGP = 1.8736 CVE · 1 CVE = 0.53373 EGP · Get this rate via the API

1 EGP buys 1.8736 CVE as of 2026-09-25, so 1 CVE buys 0.53373 EGP. Over the last year, EGP/CVE traded between 1.7595 and 2.0233, averaged 1.9129 and fell 3.91%. The API holds daily EGP/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/CVE over 1Y

EGP/CVE over 1Y: show the values
PointEGP/CVE
2025-09-251.9498
2025-10-021.9659
2025-10-091.9920
2025-10-161.9846
2025-10-231.9979
2025-10-302.0092
2025-11-062.0233
2025-11-132.0161
2025-11-202.0185
2025-11-271.9924
2025-12-041.9886
2025-12-121.9770
2025-12-191.9769
2025-12-261.9675
2026-01-021.9657
2026-01-092.0035
2026-01-162.0108
2026-01-231.9928
2026-01-301.9747
2026-02-061.9959
2026-02-131.9829
2026-02-201.9732
2026-02-271.9493
2026-03-061.8934
2026-03-131.8282
2026-03-201.8250
2026-03-271.8122
2026-04-031.7595
2026-04-101.7800
2026-04-171.8075
2026-04-241.7969
2026-05-011.7638
2026-05-081.7832
2026-05-161.7938
2026-05-241.7946
2026-05-311.8076
2026-06-091.8428
2026-06-161.8949
2026-06-231.9396
2026-06-301.9667
2026-07-071.9748
2026-07-141.9152
2026-07-211.8929
2026-07-281.9154
2026-08-041.9083
2026-08-111.9057
2026-08-181.8902
2026-08-261.8792
2026-09-021.8673
2026-09-091.8540
2026-09-161.8356
2026-09-231.8744

High

2.0233

Low

1.7595

Average

1.9129

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/CVE API questions

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

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

How far back does EGP/CVE historical data go?

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