ZMW to VEF exchange rate API
Zambian Kwacha to Bolivar · quoted 2026-09-27
4378487.10
▲ +5.32% over 30D
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 30 days, ZMW/VEF traded between 4146566.67 and 4378487.10, averaged 4256051.75 and rose 5.32%. 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 30D: show the values
| Point | ZMW/VEF |
|---|---|
| 2026-08-28 | 4157384.47 |
| 2026-08-29 | 4146566.67 |
| 2026-08-30 | 4151809.31 |
| 2026-08-31 | 4156636.46 |
| 2026-09-01 | 4155035.38 |
| 2026-09-02 | 4174646.99 |
| 2026-09-03 | 4183540.36 |
| 2026-09-04 | 4182933.60 |
| 2026-09-05 | 4188491.08 |
| 2026-09-06 | 4187817.48 |
| 2026-09-07 | 4202186.55 |
| 2026-09-08 | 4204358.19 |
| 2026-09-09 | 4221154.35 |
| 2026-09-10 | 4240757.77 |
| 2026-09-11 | 4242524.54 |
| 2026-09-12 | 4317354.19 |
| 2026-09-13 | 4292512.55 |
| 2026-09-14 | 4273036.80 |
| 2026-09-15 | 4317259.24 |
| 2026-09-16 | 4276766.56 |
| 2026-09-17 | 4309038.27 |
| 2026-09-19 | 4303497.40 |
| 2026-09-20 | 4316386.09 |
| 2026-09-21 | 4304246.94 |
| 2026-09-22 | 4328429.18 |
| 2026-09-23 | 4367835.34 |
| 2026-09-24 | 4357638.39 |
| 2026-09-25 | 4364734.13 |
| 2026-09-26 | 4378487.10 |
High
4378487.10
Low
4146566.67
Average
4256051.75
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=VEF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=VEF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.