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: show the values
| Point | EGP/CVE |
|---|---|
| 2025-09-25 | 1.9498 |
| 2025-10-02 | 1.9659 |
| 2025-10-09 | 1.9920 |
| 2025-10-16 | 1.9846 |
| 2025-10-23 | 1.9979 |
| 2025-10-30 | 2.0092 |
| 2025-11-06 | 2.0233 |
| 2025-11-13 | 2.0161 |
| 2025-11-20 | 2.0185 |
| 2025-11-27 | 1.9924 |
| 2025-12-04 | 1.9886 |
| 2025-12-12 | 1.9770 |
| 2025-12-19 | 1.9769 |
| 2025-12-26 | 1.9675 |
| 2026-01-02 | 1.9657 |
| 2026-01-09 | 2.0035 |
| 2026-01-16 | 2.0108 |
| 2026-01-23 | 1.9928 |
| 2026-01-30 | 1.9747 |
| 2026-02-06 | 1.9959 |
| 2026-02-13 | 1.9829 |
| 2026-02-20 | 1.9732 |
| 2026-02-27 | 1.9493 |
| 2026-03-06 | 1.8934 |
| 2026-03-13 | 1.8282 |
| 2026-03-20 | 1.8250 |
| 2026-03-27 | 1.8122 |
| 2026-04-03 | 1.7595 |
| 2026-04-10 | 1.7800 |
| 2026-04-17 | 1.8075 |
| 2026-04-24 | 1.7969 |
| 2026-05-01 | 1.7638 |
| 2026-05-08 | 1.7832 |
| 2026-05-16 | 1.7938 |
| 2026-05-24 | 1.7946 |
| 2026-05-31 | 1.8076 |
| 2026-06-09 | 1.8428 |
| 2026-06-16 | 1.8949 |
| 2026-06-23 | 1.9396 |
| 2026-06-30 | 1.9667 |
| 2026-07-07 | 1.9748 |
| 2026-07-14 | 1.9152 |
| 2026-07-21 | 1.8929 |
| 2026-07-28 | 1.9154 |
| 2026-08-04 | 1.9083 |
| 2026-08-11 | 1.9057 |
| 2026-08-18 | 1.8902 |
| 2026-08-26 | 1.8792 |
| 2026-09-02 | 1.8673 |
| 2026-09-09 | 1.8540 |
| 2026-09-16 | 1.8356 |
| 2026-09-23 | 1.8744 |
High
2.0233
Low
1.7595
Average
1.9129
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=CVE"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=CVE");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.