Convert CAD to VUV
Canadian Dollar → Vanuatu Vatu
1 CAD = 83.792913 VUV(1 VUV = 0.0119342 CAD)
Currency converter
1 CAD =
83.7929 VUV
CAD to VUV: last 30 days
Over the last 30 days, 1 CAD traded between 83.7929 and 85.7629 VUV, averaging 84.8901 VUV. The CAD/VUV rate is down 1.87% since 2026-08-28.
- 30-day high
- 85.7629
- 2026-09-09
- 30-day low
- 83.7929
- 2026-09-25
- 30-day average
- 84.8901
- Days with data: 30
- 30-day change
- -1.87%
- since 2026-08-28
85.7629
83.79292026-08-28 → 2026-09-26
| Date | 1 CAD in VUV | Daily change |
|---|---|---|
| 2026-09-26 | 83.7929 | 0.00% |
| 2026-09-25 | 83.7929 | -0.12% |
| 2026-09-24 | 83.893 | -0.21% |
| 2026-09-23 | 84.0703 | -0.19% |
| 2026-09-22 | 84.2287 | -0.54% |
| 2026-09-21 | 84.6835 | +0.11% |
| 2026-09-20 | 84.5941 | +0.19% |
| 2026-09-19 | 84.43 | -0.00% |
| 2026-09-18 | 84.4336 | +0.09% |
| 2026-09-17 | 84.3555 | -0.60% |
| 2026-09-16 | 84.8638 | +0.04% |
| 2026-09-15 | 84.8257 | -0.48% |
| 2026-09-14 | 85.236 | +0.59% |
| 2026-09-13 | 84.7351 | +0.03% |
| 2026-09-12 | 84.7063 | -0.49% |
| Date | 1 CAD in VUV | Daily change |
|---|---|---|
| 2026-09-11 | 85.1205 | -0.21% |
| 2026-09-10 | 85.3012 | -0.54% |
| 2026-09-09 | 85.7629 | +0.33% |
| 2026-09-08 | 85.4774 | +0.02% |
| 2026-09-07 | 85.46 | +0.04% |
| 2026-09-06 | 85.428 | +0.32% |
| 2026-09-05 | 85.1593 | -0.62% |
| 2026-09-04 | 85.6931 | -0.08% |
| 2026-09-03 | 85.7613 | +0.91% |
| 2026-09-02 | 84.9888 | -0.24% |
| 2026-09-01 | 85.1923 | -0.00% |
| 2026-08-31 | 85.1928 | +0.18% |
| 2026-08-30 | 85.0375 | -0.07% |
| 2026-08-29 | 85.0974 | -0.34% |
| 2026-08-28 | 85.3894 | — |
CAD to VUV conversion table
1 CAD83.7929 VUV
5 CAD418.9646 VUV
10 CAD837.9291 VUV
25 CAD2,094.8228 VUV
50 CAD4,189.6456 VUV
100 CAD8,379.2913 VUV
500 CAD41,896.456 VUV
1,000 CAD83,792.913 VUV
5,000 CAD418,964.56 VUV
10,000 CAD837,929.13 VUV
Get the CAD/VUV rate in your app
One GET request returns the latest CAD → VUV rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CAD/VUV"fetch('https://rate-api.com/api/v1/pair/CAD/VUV', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} VUV`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/VUV",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} VUV")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/VUV');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} VUV\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "VUV"
},
"rate": 83.7929,
"timestamp": 1790439657,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
VUV to CADVanuatu Vatu → Canadian Dollar0.011934Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.