ZMW to CVE exchange rate API
Zambian Kwacha to Cape Verde Escudo · quoted 2026-09-27
4.9641
▲ +17.52% over YTD
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 year to date, ZMW/CVE traded between 4.2241 and 5.4199, averaged 4.9825 and rose 17.52%. 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 YTD: show the values
| Point | ZMW/CVE |
|---|---|
| 2025-12-31 | 4.2241 |
| 2026-01-07 | 4.4908 |
| 2026-01-14 | 4.8579 |
| 2026-01-21 | 4.6389 |
| 2026-01-28 | 4.6325 |
| 2026-02-04 | 4.7531 |
| 2026-02-11 | 4.8479 |
| 2026-02-18 | 5.0319 |
| 2026-02-25 | 4.9315 |
| 2026-03-04 | 4.9515 |
| 2026-03-11 | 4.8916 |
| 2026-03-18 | 4.8802 |
| 2026-03-25 | 5.0075 |
| 2026-04-01 | 4.9652 |
| 2026-04-08 | 4.8575 |
| 2026-04-15 | 4.8874 |
| 2026-04-22 | 4.9543 |
| 2026-04-29 | 4.9764 |
| 2026-05-06 | 4.9975 |
| 2026-05-14 | 4.9543 |
| 2026-05-21 | 4.9943 |
| 2026-05-29 | 5.0935 |
| 2026-06-05 | 5.4066 |
| 2026-06-14 | 5.4199 |
| 2026-06-21 | 5.3679 |
| 2026-06-28 | 5.3367 |
| 2026-07-05 | 5.2469 |
| 2026-07-12 | 5.3462 |
| 2026-07-19 | 5.2880 |
| 2026-07-26 | 5.2017 |
| 2026-08-02 | 5.0990 |
| 2026-08-09 | 5.0778 |
| 2026-08-16 | 5.0376 |
| 2026-08-24 | 4.9738 |
| 2026-08-31 | 4.9941 |
| 2026-09-07 | 4.9339 |
| 2026-09-14 | 4.9264 |
| 2026-09-21 | 4.8768 |
High
5.4199
Low
4.2241
Average
4.9825
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.