ZMW to VEF exchange rate API
Zambian Kwacha to Bolivar · quoted 2026-09-27
4378487.10
▲ +3021.53% over 5Y
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 5 years, ZMW/VEF traded between 139780.62 and 4378487.10, averaged 1431189.38 and rose 3021.53%. 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 5Y: show the values
| Point | ZMW/VEF |
|---|---|
| 2024-08-24 | 140267.43 |
| 2024-10-07 | 139780.62 |
| 2024-11-06 | 161694.24 |
| 2024-12-06 | 177984.79 |
| 2025-01-05 | 188752.49 |
| 2025-02-04 | 209258.37 |
| 2025-03-07 | 223505.13 |
| 2025-04-11 | 274736.50 |
| 2025-05-12 | 347116.28 |
| 2025-06-12 | 402972.40 |
| 2025-07-12 | 493718.59 |
| 2025-08-11 | 564537.99 |
| 2025-09-10 | 643544.47 |
| 2025-10-11 | 846726.01 |
| 2025-11-10 | 1011899.69 |
| 2025-12-11 | 1121292.99 |
| 2026-01-10 | 1665391.77 |
| 2026-02-09 | 2028603.44 |
| 2026-03-12 | 2250387.39 |
| 2026-05-17 | 2720613.90 |
| 2026-06-20 | 3388519.85 |
| 2026-07-21 | 4010661.11 |
| 2026-08-21 | 4085035.08 |
| 2026-09-21 | 4304246.94 |
High
4378487.10
Low
139780.62
Average
1431189.38
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.