Skip to content

VUV to ZWL exchange rate API

Vatu to Zimbabwe Dollar · quoted 2026-09-26

561.8952

▼ +1.01% over 1Y

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 last year, VUV/ZWL traded between 2.6899 and 569.9400, averaged 486.6768 and fell 1.01%. 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 1Y

VUV/ZWL over 1Y: show the values
PointVUV/ZWL
2025-09-26567.6339
2025-10-03554.2497
2025-10-10547.4535
2025-10-17543.6215
2025-10-24543.0180
2025-10-31541.9078
2025-11-07537.6228
2025-11-14539.6948
2025-11-21538.6718
2025-11-28533.5072
2025-12-05535.1449
2025-12-13539.3103
2025-12-20537.7290
2025-12-27539.1541
2026-01-03537.2470
2026-01-10533.9773
2026-01-17531.0319
2026-01-24533.2006
2026-01-31538.3045
2026-02-07533.9895
2026-02-14536.5916
2026-02-21537.3905
2026-02-28545.2769
2026-03-07540.5138
2026-03-14538.0410
2026-03-21530.4584
2026-03-282.6899
2026-04-04531.5061
2026-04-112.7011
2026-04-182.7236
2026-04-252.7327
2026-05-022.7103
2026-05-092.7282
2026-05-17545.7327
2026-05-25555.8904
2026-06-01569.9400
2026-06-10561.3047
2026-06-17561.7483
2026-06-24560.9784
2026-07-01557.8531
2026-07-08557.3308
2026-07-15560.1402
2026-07-22561.3152
2026-07-29558.6794
2026-08-05558.7492
2026-08-12560.0521
2026-08-20563.3501
2026-08-27561.1380
2026-09-03565.0423
2026-09-10565.7523
2026-09-17562.7420
2026-09-24561.6997

High

569.9400

Low

2.6899

Average

486.6768

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&currencies=ZWL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&currencies=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&currencies=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.