Skip to content

ZMW to VEF exchange rate API

Zambian Kwacha to Bolivar · quoted 2026-09-27

4378487.10

▲ +77.42% over 6M

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 last 6 months, ZMW/VEF traded between 2460521.31 and 4378487.10, averaged 3656320.02 and rose 77.42%. 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 6M

ZMW/VEF over 6M: show the values
PointZMW/VEF
2026-03-312467829.29
2026-04-072460521.31
2026-05-202742559.50
2026-05-282901028.69
2026-06-043138582.36
2026-06-133308329.74
2026-06-203388519.85
2026-06-273430698.23
2026-07-053520651.23
2026-07-123920111.49
2026-07-194015803.11
2026-07-263974746.73
2026-08-023974682.83
2026-08-094021912.89
2026-08-164064812.81
2026-08-244113154.32
2026-08-314156636.46
2026-09-074202186.55
2026-09-144273036.80
2026-09-224328429.18

High

4378487.10

Low

2460521.31

Average

3656320.02

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.