ZMW to VEF exchange rate API
Zambian Kwacha to Bolivar · quoted 2026-09-27
4378487.10
▲ +499.94% over 1Y
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 year, ZMW/VEF traded between 729816.03 and 4378487.10, averaged 2440884.46 and rose 499.94%. 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 1Y: show the values
| Point | ZMW/VEF |
|---|---|
| 2025-09-27 | 729816.03 |
| 2025-10-04 | 779686.48 |
| 2025-10-11 | 846726.01 |
| 2025-10-18 | 894386.88 |
| 2025-10-25 | 966720.60 |
| 2025-11-01 | 1005232.77 |
| 2025-11-08 | 1010879.44 |
| 2025-11-15 | 1036649.32 |
| 2025-11-22 | 1045872.88 |
| 2025-11-29 | 1072898.57 |
| 2025-12-06 | 1105326.98 |
| 2025-12-14 | 1156654.69 |
| 2025-12-21 | 1244897.59 |
| 2025-12-28 | 1285353.17 |
| 2026-01-04 | 1360208.29 |
| 2026-01-11 | 1671266.35 |
| 2026-01-18 | 1691210.05 |
| 2026-01-25 | 1801890.63 |
| 2026-02-01 | 1855114.22 |
| 2026-02-08 | 2023056.78 |
| 2026-02-16 | 2160539.29 |
| 2026-02-23 | 2126567.85 |
| 2026-03-02 | 2216333.99 |
| 2026-03-09 | 2226500.78 |
| 2026-03-16 | 2289793.92 |
| 2026-03-23 | 2335265.40 |
| 2026-03-31 | 2467829.29 |
| 2026-04-07 | 2460521.31 |
| 2026-05-20 | 2742559.50 |
| 2026-05-28 | 2901028.69 |
| 2026-06-04 | 3138582.36 |
| 2026-06-13 | 3308329.74 |
| 2026-06-20 | 3388519.85 |
| 2026-06-27 | 3430698.23 |
| 2026-07-05 | 3520651.23 |
| 2026-07-12 | 3920111.49 |
| 2026-07-19 | 4015803.11 |
| 2026-07-26 | 3974746.73 |
| 2026-08-02 | 3974682.83 |
| 2026-08-09 | 4021912.89 |
| 2026-08-16 | 4064812.81 |
| 2026-08-24 | 4113154.32 |
| 2026-08-31 | 4156636.46 |
| 2026-09-07 | 4202186.55 |
| 2026-09-14 | 4273036.80 |
| 2026-09-22 | 4328429.18 |
High
4378487.10
Low
729816.03
Average
2440884.46
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.