VUV to ZWL exchange rate API
Vatu to Zimbabwe Dollar · quoted 2026-09-26
561.8952
▲ +4.59% over YTD
1 VUV = 561.8952 ZWL · 1 ZWL = 0.001780 VUV · Get this rate via the API
1 VUV buys 561.8952 ZWL as of 2026-09-26, so 1 ZWL buys 0.001780 VUV. Over the year to date, VUV/ZWL traded between 2.7145 and 568.4278, averaged 493.1128 and rose 4.59%. The API holds daily VUV/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
VUV/ZWL over YTD: show the values
| Point | VUV/ZWL |
|---|---|
| 2025-12-31 | 537.2610 |
| 2026-01-07 | 534.3186 |
| 2026-01-14 | 530.1175 |
| 2026-01-21 | 529.8823 |
| 2026-01-28 | 535.2205 |
| 2026-02-04 | 535.3216 |
| 2026-02-11 | 536.1805 |
| 2026-02-18 | 539.1943 |
| 2026-02-25 | 541.4755 |
| 2026-03-04 | 541.0710 |
| 2026-03-11 | 534.9265 |
| 2026-03-18 | 530.5594 |
| 2026-03-25 | 531.6249 |
| 2026-04-01 | 527.5072 |
| 2026-04-08 | 528.5903 |
| 2026-04-15 | 2.7145 |
| 2026-04-22 | 2.7230 |
| 2026-04-29 | 2.7231 |
| 2026-05-06 | 2.7245 |
| 2026-05-14 | 545.7457 |
| 2026-05-21 | 553.3590 |
| 2026-05-29 | 568.1664 |
| 2026-06-05 | 568.4278 |
| 2026-06-14 | 561.3314 |
| 2026-06-21 | 562.8631 |
| 2026-06-28 | 560.7648 |
| 2026-07-05 | 560.1747 |
| 2026-07-12 | 556.9569 |
| 2026-07-19 | 560.3597 |
| 2026-07-26 | 558.3287 |
| 2026-08-02 | 560.5987 |
| 2026-08-09 | 559.0249 |
| 2026-08-16 | 559.7052 |
| 2026-08-24 | 562.4231 |
| 2026-08-31 | 560.3622 |
| 2026-09-07 | 562.5200 |
| 2026-09-14 | 562.7418 |
| 2026-09-21 | 561.5120 |
High
568.4278
Low
2.7145
Average
493.1128
Get this rate via the API
One GET request returns the VUV/ZWL 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=VUV¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
VUV/ZWL API questions
How do I get the VUV/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest VUV/ZWL rate in rates.ZWL.
How far back does VUV/ZWL historical data go?
Daily VUV/ZWL 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 VUV/ZWL 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.