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: show the values
| Point | ZMW/VEF |
|---|---|
| 2025-12-31 | 1326883.06 |
| 2026-01-07 | 1471981.66 |
| 2026-01-14 | 1704543.28 |
| 2026-01-21 | 1697439.78 |
| 2026-01-28 | 1811917.96 |
| 2026-02-04 | 1899709.81 |
| 2026-02-11 | 2001564.44 |
| 2026-02-19 | 2116340.50 |
| 2026-02-26 | 2175443.61 |
| 2026-03-05 | 2210080.98 |
| 2026-03-12 | 2250387.39 |
| 2026-03-19 | 2297836.51 |
| 2026-03-26 | 2479142.50 |
| 2026-04-03 | 2455066.61 |
| 2026-05-14 | 2678258.66 |
| 2026-05-24 | 2784667.89 |
| 2026-05-31 | 2976006.40 |
| 2026-06-09 | 3186871.58 |
| 2026-06-16 | 3351173.55 |
| 2026-06-23 | 3450050.62 |
| 2026-06-30 | 3425369.65 |
| 2026-07-08 | 3664412.33 |
| 2026-07-15 | 3981590.49 |
| 2026-07-22 | 3996782.45 |
| 2026-07-29 | 3960771.88 |
| 2026-08-05 | 3973192.49 |
| 2026-08-12 | 4047120.29 |
| 2026-08-20 | 4134592.51 |
| 2026-08-27 | 4132265.78 |
| 2026-09-03 | 4183540.36 |
| 2026-09-10 | 4240757.77 |
| 2026-09-17 | 4309038.27 |
| 2026-09-25 | 4364734.13 |
High
4378487.10
Low
1326883.06
Average
3032883.01
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.