ZMW to CVE exchange rate API
Zambian Kwacha to Cape Verde Escudo · quoted 2026-09-27
4.9641
▲ +25.23% over 1Y
1 ZMW = 4.9641 CVE · 1 CVE = 0.20145 ZMW · Get this rate via the API
1 ZMW buys 4.9641 CVE as of 2026-09-27, so 1 CVE buys 0.20145 ZMW. Over the last year, ZMW/CVE traded between 3.9548 and 5.4412, averaged 4.7760 and rose 25.23%. The API holds daily ZMW/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/CVE over 1Y: show the values
| Point | ZMW/CVE |
|---|---|
| 2025-09-27 | 3.9639 |
| 2025-10-04 | 3.9548 |
| 2025-10-11 | 4.1688 |
| 2025-10-18 | 4.1584 |
| 2025-10-25 | 4.2828 |
| 2025-11-01 | 4.3043 |
| 2025-11-08 | 4.1987 |
| 2025-11-15 | 4.2000 |
| 2025-11-22 | 4.1390 |
| 2025-11-29 | 4.1595 |
| 2025-12-06 | 4.0876 |
| 2025-12-14 | 4.0650 |
| 2025-12-21 | 4.1571 |
| 2025-12-28 | 4.1534 |
| 2026-01-04 | 4.2534 |
| 2026-01-11 | 4.8766 |
| 2026-01-18 | 4.7095 |
| 2026-01-25 | 4.7719 |
| 2026-02-01 | 4.7095 |
| 2026-02-08 | 4.9650 |
| 2026-02-15 | 5.0942 |
| 2026-02-22 | 4.9429 |
| 2026-03-01 | 4.9360 |
| 2026-03-08 | 4.8911 |
| 2026-03-15 | 4.9539 |
| 2026-03-22 | 4.8770 |
| 2026-03-29 | 5.0689 |
| 2026-04-05 | 4.9729 |
| 2026-04-12 | 4.9482 |
| 2026-04-19 | 4.9140 |
| 2026-04-26 | 4.9786 |
| 2026-05-03 | 5.0565 |
| 2026-05-10 | 4.9232 |
| 2026-05-18 | 5.0280 |
| 2026-05-26 | 5.0176 |
| 2026-06-02 | 5.1778 |
| 2026-06-11 | 5.4412 |
| 2026-06-18 | 5.3605 |
| 2026-06-25 | 5.3760 |
| 2026-07-02 | 5.3332 |
| 2026-07-09 | 5.2730 |
| 2026-07-16 | 5.2498 |
| 2026-07-23 | 5.2272 |
| 2026-07-30 | 5.1080 |
| 2026-08-06 | 4.9975 |
| 2026-08-13 | 5.0794 |
| 2026-08-21 | 4.9713 |
| 2026-08-28 | 4.9807 |
| 2026-09-04 | 4.9409 |
| 2026-09-11 | 4.9121 |
| 2026-09-18 | 4.8948 |
| 2026-09-25 | 4.9609 |
High
5.4412
Low
3.9548
Average
4.7760
Get this rate via the API
One GET request returns the ZMW/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=ZMW¤cies=CVE"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=CVE");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=CVE").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/CVE API questions
How do I get the ZMW/CVE exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=CVE, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/CVE rate in rates.CVE.
How far back does ZMW/CVE historical data go?
Daily ZMW/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 ZMW/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.