Convert VUV to CAD
Vanuatu Vatu → Canadian Dollar
1 VUV = 0.0119342 CAD(1 CAD = 83.792913 VUV)
Currency converter
1 VUV =
0.011934 CAD
VUV to CAD: last 30 days
Over the last 30 days, 1 VUV traded between 0.01166 and 0.011934 CAD, averaging 0.01178 CAD. The VUV/CAD rate is up 1.91% since 2026-08-28.
- 30-day high
- 0.011934
- 2026-09-25
- 30-day low
- 0.01166
- 2026-09-09
- 30-day average
- 0.01178
- Days with data: 30
- 30-day change
- +1.91%
- since 2026-08-28
0.011934
0.011662026-08-28 → 2026-09-26
| Date | 1 VUV in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.011934 | 0.00% |
| 2026-09-25 | 0.011934 | +0.12% |
| 2026-09-24 | 0.01192 | +0.21% |
| 2026-09-23 | 0.011895 | +0.19% |
| 2026-09-22 | 0.011872 | +0.54% |
| 2026-09-21 | 0.011809 | -0.11% |
| 2026-09-20 | 0.011821 | -0.19% |
| 2026-09-19 | 0.011844 | +0.00% |
| 2026-09-18 | 0.011844 | -0.09% |
| 2026-09-17 | 0.011855 | +0.60% |
| 2026-09-16 | 0.011784 | -0.04% |
| 2026-09-15 | 0.011789 | +0.48% |
| 2026-09-14 | 0.011732 | -0.59% |
| 2026-09-13 | 0.011801 | -0.03% |
| 2026-09-12 | 0.011805 | +0.49% |
| Date | 1 VUV in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.011748 | +0.21% |
| 2026-09-10 | 0.011723 | +0.54% |
| 2026-09-09 | 0.01166 | -0.33% |
| 2026-09-08 | 0.011699 | -0.02% |
| 2026-09-07 | 0.011701 | -0.04% |
| 2026-09-06 | 0.011706 | -0.31% |
| 2026-09-05 | 0.011743 | +0.63% |
| 2026-09-04 | 0.01167 | +0.08% |
| 2026-09-03 | 0.01166 | -0.90% |
| 2026-09-02 | 0.011766 | +0.24% |
| 2026-09-01 | 0.011738 | +0.00% |
| 2026-08-31 | 0.011738 | -0.18% |
| 2026-08-30 | 0.01176 | +0.07% |
| 2026-08-29 | 0.011751 | +0.34% |
| 2026-08-28 | 0.011711 | — |
VUV to CAD conversion table
1 VUV0.011934 CAD
5 VUV0.059671 CAD
10 VUV0.11934 CAD
25 VUV0.29835 CAD
50 VUV0.59671 CAD
100 VUV1.1934 CAD
500 VUV5.9671 CAD
1,000 VUV11.9342 CAD
5,000 VUV59.6709 CAD
10,000 VUV119.3418 CAD
Get the VUV/CAD rate in your app
One GET request returns the latest VUV → CAD 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/VUV/CAD"fetch('https://rate-api.com/api/v1/pair/VUV/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 VUV = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/VUV/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 VUV = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/VUV/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 VUV = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "VUV",
"to": "CAD"
},
"rate": 0.0119,
"timestamp": 1790432117,
"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
CAD to VUVCanadian Dollar → Vanuatu Vatu83.7929Convert VUV to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.