ZMW to CVE exchange rate API
Zambian Kwacha to Cape Verde Escudo · quoted 2026-09-27
4.9641
▼ +1.56% over 6M
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 6 months, ZMW/CVE traded between 4.8900 and 5.4229, averaged 5.0924 and fell 1.56%. 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 6M: show the values
| Point | ZMW/CVE |
|---|---|
| 2026-03-31 | 5.0429 |
| 2026-04-07 | 4.9680 |
| 2026-04-14 | 4.9720 |
| 2026-04-21 | 4.9501 |
| 2026-04-28 | 4.9612 |
| 2026-05-05 | 5.0530 |
| 2026-05-12 | 4.9357 |
| 2026-05-20 | 5.0242 |
| 2026-05-28 | 5.0772 |
| 2026-06-04 | 5.3356 |
| 2026-06-13 | 5.4229 |
| 2026-06-20 | 5.3689 |
| 2026-06-27 | 5.3492 |
| 2026-07-04 | 5.2545 |
| 2026-07-11 | 5.3251 |
| 2026-07-18 | 5.2681 |
| 2026-07-25 | 5.2095 |
| 2026-08-01 | 5.1009 |
| 2026-08-08 | 5.0872 |
| 2026-08-15 | 5.0270 |
| 2026-08-23 | 4.9715 |
| 2026-08-30 | 4.9996 |
| 2026-09-06 | 4.9313 |
| 2026-09-13 | 4.9135 |
| 2026-09-20 | 4.8900 |
High
5.4229
Low
4.8900
Average
5.0924
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.