ZMW to VUV exchange rate API
Zambian Kwacha to Vatu · quoted 2026-09-26
6.0694
▲ +23.59% over 1Y
1 ZMW = 6.0694 VUV · 1 VUV = 0.16476 ZMW · Get this rate via the API
1 ZMW buys 6.0694 VUV as of 2026-09-26, so 1 VUV buys 0.16476 ZMW. Over the last year, ZMW/VUV traded between 4.9110 and 6.6950, averaged 6.0154 and rose 23.59%. The API holds daily ZMW/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/VUV over 1Y: show the values
| Point | ZMW/VUV |
|---|---|
| 2025-09-26 | 4.9110 |
| 2025-10-03 | 5.0537 |
| 2025-10-10 | 5.3713 |
| 2025-10-17 | 5.4094 |
| 2025-10-24 | 5.5176 |
| 2025-10-31 | 5.4993 |
| 2025-11-07 | 5.3798 |
| 2025-11-14 | 5.3808 |
| 2025-11-21 | 5.3113 |
| 2025-11-28 | 5.3559 |
| 2025-12-05 | 5.2771 |
| 2025-12-13 | 5.2356 |
| 2025-12-20 | 5.3533 |
| 2025-12-27 | 5.3496 |
| 2026-01-03 | 5.4558 |
| 2026-01-10 | 6.1824 |
| 2026-01-17 | 5.9811 |
| 2026-01-24 | 6.1412 |
| 2026-01-31 | 6.0127 |
| 2026-02-07 | 6.4057 |
| 2026-02-14 | 6.5222 |
| 2026-02-21 | 6.2613 |
| 2026-02-28 | 6.2433 |
| 2026-03-07 | 6.1658 |
| 2026-03-14 | 6.0913 |
| 2026-03-21 | 6.1077 |
| 2026-03-28 | 6.3584 |
| 2026-04-04 | 6.1928 |
| 2026-04-11 | 6.2689 |
| 2026-04-18 | 6.2147 |
| 2026-04-25 | 6.2365 |
| 2026-05-02 | 6.3604 |
| 2026-05-09 | 6.1995 |
| 2026-05-17 | 6.2399 |
| 2026-05-25 | 6.2648 |
| 2026-06-01 | 6.4011 |
| 2026-06-10 | 6.6880 |
| 2026-06-17 | 6.6950 |
| 2026-06-24 | 6.5976 |
| 2026-07-01 | 6.6538 |
| 2026-07-08 | 6.4946 |
| 2026-07-15 | 6.5795 |
| 2026-07-22 | 6.4781 |
| 2026-07-29 | 6.3743 |
| 2026-08-05 | 6.2810 |
| 2026-08-12 | 6.3067 |
| 2026-08-20 | 6.3148 |
| 2026-08-27 | 6.1966 |
| 2026-09-03 | 6.1702 |
| 2026-09-10 | 6.1081 |
| 2026-09-17 | 6.0365 |
| 2026-09-24 | 6.0583 |
High
6.6950
Low
4.9110
Average
6.0154
Get this rate via the API
One GET request returns the ZMW/VUV 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=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=VUV").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/VUV API questions
How do I get the ZMW/VUV exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/VUV rate in rates.VUV.
How far back does ZMW/VUV historical data go?
Daily ZMW/VUV 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/VUV 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.