Skip to content

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

ZMW/VUV over 1Y: show the values
PointZMW/VUV
2025-09-264.9110
2025-10-035.0537
2025-10-105.3713
2025-10-175.4094
2025-10-245.5176
2025-10-315.4993
2025-11-075.3798
2025-11-145.3808
2025-11-215.3113
2025-11-285.3559
2025-12-055.2771
2025-12-135.2356
2025-12-205.3533
2025-12-275.3496
2026-01-035.4558
2026-01-106.1824
2026-01-175.9811
2026-01-246.1412
2026-01-316.0127
2026-02-076.4057
2026-02-146.5222
2026-02-216.2613
2026-02-286.2433
2026-03-076.1658
2026-03-146.0913
2026-03-216.1077
2026-03-286.3584
2026-04-046.1928
2026-04-116.2689
2026-04-186.2147
2026-04-256.2365
2026-05-026.3604
2026-05-096.1995
2026-05-176.2399
2026-05-256.2648
2026-06-016.4011
2026-06-106.6880
2026-06-176.6950
2026-06-246.5976
2026-07-016.6538
2026-07-086.4946
2026-07-156.5795
2026-07-226.4781
2026-07-296.3743
2026-08-056.2810
2026-08-126.3067
2026-08-206.3148
2026-08-276.1966
2026-09-036.1702
2026-09-106.1081
2026-09-176.0365
2026-09-246.0583

High

6.6950

Low

4.9110

Average

6.0154

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=VUV");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=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&currencies=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.