Convert INR to VUV
Indian Rupee → Vanuatu Vatu
1 INR = 1.236795 VUV(1 VUV = 0.808541 INR)
Currency converter
1 INR =
1.2368 VUV
INR to VUV: last 30 days
Over the last 30 days, 1 INR traded between 1.2284 and 1.2518 VUV, averaging 1.2386 VUV. The INR/VUV rate is down 0.27% since 2026-08-28.
- 30-day high
- 1.2518
- 2026-09-03
- 30-day low
- 1.2284
- 2026-09-12
- 30-day average
- 1.2386
- Days with data: 30
- 30-day change
- -0.27%
- since 2026-08-28
1.2518
1.22842026-08-28 → 2026-09-26
| Date | 1 INR in VUV | Daily change |
|---|---|---|
| 2026-09-26 | 1.2368 | 0.00% |
| 2026-09-25 | 1.2368 | +0.21% |
| 2026-09-24 | 1.2342 | -0.24% |
| 2026-09-23 | 1.2372 | -0.03% |
| 2026-09-22 | 1.2375 | -0.01% |
| 2026-09-21 | 1.2376 | +0.13% |
| 2026-09-20 | 1.2361 | +0.19% |
| 2026-09-19 | 1.2337 | -0.00% |
| 2026-09-18 | 1.2337 | +0.26% |
| 2026-09-17 | 1.2305 | -0.18% |
| 2026-09-16 | 1.2327 | +0.18% |
| 2026-09-15 | 1.2305 | -0.66% |
| 2026-09-14 | 1.2387 | +0.80% |
| 2026-09-13 | 1.2288 | +0.03% |
| 2026-09-12 | 1.2284 | -0.49% |
| Date | 1 INR in VUV | Daily change |
|---|---|---|
| 2026-09-11 | 1.2344 | -0.03% |
| 2026-09-10 | 1.2348 | -0.54% |
| 2026-09-09 | 1.2415 | -0.23% |
| 2026-09-08 | 1.2443 | -0.45% |
| 2026-09-07 | 1.2499 | +0.18% |
| 2026-09-06 | 1.2477 | +0.32% |
| 2026-09-05 | 1.2437 | -0.62% |
| 2026-09-04 | 1.2515 | -0.02% |
| 2026-09-03 | 1.2518 | +0.45% |
| 2026-09-02 | 1.2462 | +0.01% |
| 2026-09-01 | 1.2461 | +0.25% |
| 2026-08-31 | 1.243 | +0.65% |
| 2026-08-30 | 1.235 | -0.07% |
| 2026-08-29 | 1.2359 | -0.34% |
| 2026-08-28 | 1.2402 | — |
INR to VUV conversion table
1 INR1.2368 VUV
5 INR6.184 VUV
10 INR12.3679 VUV
25 INR30.9199 VUV
50 INR61.8397 VUV
100 INR123.6795 VUV
500 INR618.3975 VUV
1,000 INR1,236.7949 VUV
5,000 INR6,183.9745 VUV
10,000 INR12,367.949 VUV
Get the INR/VUV rate in your app
One GET request returns the latest INR → 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/INR/VUV"fetch('https://rate-api.com/api/v1/pair/INR/VUV', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} VUV`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/VUV",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} VUV")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/VUV');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} VUV\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "VUV"
},
"rate": 1.2368,
"timestamp": 1790429432,
"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 INRVanuatu Vatu → Indian Rupee0.80854Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.