Skip to content

ZMW to VEF exchange rate API

Zambian Kwacha to Bolivar · quoted 2026-09-27

4378487.10

▲ +229.98% over YTD

1 ZMW = 4378487.10 VEF · 1 VEF = 0.000000 ZMW · Get this rate via the API

1 ZMW buys 4378487.10 VEF as of 2026-09-27, so 1 VEF buys 0.000000 ZMW. Over the year to date, ZMW/VEF traded between 1326883.06 and 4378487.10, averaged 3032883.01 and rose 229.98%. The API holds daily ZMW/VEF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/VEF over YTD

ZMW/VEF over YTD: show the values
PointZMW/VEF
2025-12-311326883.06
2026-01-071471981.66
2026-01-141704543.28
2026-01-211697439.78
2026-01-281811917.96
2026-02-041899709.81
2026-02-112001564.44
2026-02-192116340.50
2026-02-262175443.61
2026-03-052210080.98
2026-03-122250387.39
2026-03-192297836.51
2026-03-262479142.50
2026-04-032455066.61
2026-05-142678258.66
2026-05-242784667.89
2026-05-312976006.40
2026-06-093186871.58
2026-06-163351173.55
2026-06-233450050.62
2026-06-303425369.65
2026-07-083664412.33
2026-07-153981590.49
2026-07-223996782.45
2026-07-293960771.88
2026-08-053973192.49
2026-08-124047120.29
2026-08-204134592.51
2026-08-274132265.78
2026-09-034183540.36
2026-09-104240757.77
2026-09-174309038.27
2026-09-254364734.13

High

4378487.10

Low

1326883.06

Average

3032883.01

For developers

Get this rate via the API

One GET request returns the ZMW/VEF 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=VEF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=VEF");
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=VEF").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/VEF API questions

How do I get the ZMW/VEF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=VEF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/VEF rate in rates.VEF.

How far back does ZMW/VEF historical data go?

Daily ZMW/VEF 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/VEF 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.