Convert VUV to INR
Vanuatu Vatu → Indian Rupee
1 VUV = 0.808541 INR(1 INR = 1.236795 VUV)
Currency converter
1 VUV =
0.80854 INR
VUV to INR: last 30 days
Over the last 30 days, 1 VUV traded between 0.79885 and 0.81407 INR, averaging 0.80736 INR. The VUV/INR rate is up 0.27% since 2026-08-28.
- 30-day high
- 0.81407
- 2026-09-12
- 30-day low
- 0.79885
- 2026-09-03
- 30-day average
- 0.80736
- Days with data: 30
- 30-day change
- +0.27%
- since 2026-08-28
0.81407
0.798852026-08-28 → 2026-09-26
| Date | 1 VUV in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.80854 | 0.00% |
| 2026-09-25 | 0.80854 | -0.21% |
| 2026-09-24 | 0.81024 | +0.24% |
| 2026-09-23 | 0.8083 | +0.03% |
| 2026-09-22 | 0.80809 | +0.01% |
| 2026-09-21 | 0.80799 | -0.13% |
| 2026-09-20 | 0.809 | -0.19% |
| 2026-09-19 | 0.81057 | +0.00% |
| 2026-09-18 | 0.81054 | -0.26% |
| 2026-09-17 | 0.81267 | +0.18% |
| 2026-09-16 | 0.81122 | -0.18% |
| 2026-09-15 | 0.81269 | +0.67% |
| 2026-09-14 | 0.80732 | -0.80% |
| 2026-09-13 | 0.81379 | -0.03% |
| 2026-09-12 | 0.81407 | +0.49% |
| Date | 1 VUV in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.8101 | +0.03% |
| 2026-09-10 | 0.80983 | +0.54% |
| 2026-09-09 | 0.80548 | +0.23% |
| 2026-09-08 | 0.80363 | +0.45% |
| 2026-09-07 | 0.80005 | -0.18% |
| 2026-09-06 | 0.80151 | -0.31% |
| 2026-09-05 | 0.80403 | +0.63% |
| 2026-09-04 | 0.79903 | +0.02% |
| 2026-09-03 | 0.79885 | -0.45% |
| 2026-09-02 | 0.80247 | -0.01% |
| 2026-09-01 | 0.80252 | -0.24% |
| 2026-08-31 | 0.80449 | -0.64% |
| 2026-08-30 | 0.80969 | +0.07% |
| 2026-08-29 | 0.80912 | +0.34% |
| 2026-08-28 | 0.80635 | — |
VUV to INR conversion table
1 VUV0.80854 INR
5 VUV4.0427 INR
10 VUV8.0854 INR
25 VUV20.2135 INR
50 VUV40.4271 INR
100 VUV80.8541 INR
500 VUV404.2708 INR
1,000 VUV808.5415 INR
5,000 VUV4,042.7075 INR
10,000 VUV8,085.4149 INR
Get the VUV/INR rate in your app
One GET request returns the latest VUV → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/VUV/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 VUV = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/VUV/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 VUV = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/VUV/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "VUV",
"to": "INR"
},
"rate": 0.8085,
"timestamp": 1790432168,
"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
INR to VUVIndian Rupee → Vanuatu Vatu1.2368Convert VUV to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.