Convert JPY to VUV
Japanese Yen → Vanuatu Vatu
1 JPY = 0.751991 VUV(1 VUV = 1.329803 JPY)
Currency converter
1 JPY =
0.75199 VUV
JPY to VUV: last 30 days
Over the last 30 days, 1 JPY traded between 0.73779 and 0.77039 VUV, averaging 0.75388 VUV. The JPY/VUV rate is up 1.50% since 2026-08-28.
- 30-day high
- 0.77039
- 2026-09-09
- 30-day low
- 0.73779
- 2026-08-30
- 30-day average
- 0.75388
- Days with data: 30
- 30-day change
- +1.50%
- since 2026-08-28
0.77039
0.737792026-08-28 → 2026-09-26
| Date | 1 JPY in VUV | Daily change |
|---|---|---|
| 2026-09-26 | 0.75199 | 0.00% |
| 2026-09-25 | 0.75199 | +0.86% |
| 2026-09-24 | 0.74554 | -0.60% |
| 2026-09-23 | 0.75005 | -0.34% |
| 2026-09-22 | 0.75258 | -0.20% |
| 2026-09-21 | 0.75406 | +0.46% |
| 2026-09-20 | 0.75063 | +0.19% |
| 2026-09-19 | 0.74917 | -0.00% |
| 2026-09-18 | 0.7492 | -1.20% |
| 2026-09-17 | 0.75827 | -0.61% |
| 2026-09-16 | 0.76293 | +0.15% |
| 2026-09-15 | 0.76179 | -0.53% |
| 2026-09-14 | 0.76588 | +0.47% |
| 2026-09-13 | 0.76231 | +0.03% |
| 2026-09-12 | 0.76205 | -0.49% |
| Date | 1 JPY in VUV | Daily change |
|---|---|---|
| 2026-09-11 | 0.76578 | +0.18% |
| 2026-09-10 | 0.76438 | -0.78% |
| 2026-09-09 | 0.77039 | +0.74% |
| 2026-09-08 | 0.76475 | +0.20% |
| 2026-09-07 | 0.7632 | +1.15% |
| 2026-09-06 | 0.7545 | +0.32% |
| 2026-09-05 | 0.75213 | -0.62% |
| 2026-09-04 | 0.75684 | -0.18% |
| 2026-09-03 | 0.75817 | +2.25% |
| 2026-09-02 | 0.74152 | +0.38% |
| 2026-09-01 | 0.73873 | -0.25% |
| 2026-08-31 | 0.74062 | +0.38% |
| 2026-08-30 | 0.73779 | -0.07% |
| 2026-08-29 | 0.73831 | -0.34% |
| 2026-08-28 | 0.74085 | — |
JPY to VUV conversion table
1 JPY0.75199 VUV
5 JPY3.76 VUV
10 JPY7.5199 VUV
25 JPY18.7998 VUV
50 JPY37.5996 VUV
100 JPY75.1991 VUV
500 JPY375.9956 VUV
1,000 JPY751.9913 VUV
5,000 JPY3,759.9563 VUV
10,000 JPY7,519.9126 VUV
Get the JPY/VUV rate in your app
One GET request returns the latest JPY → 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/JPY/VUV"fetch('https://rate-api.com/api/v1/pair/JPY/VUV', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} VUV`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/VUV",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} VUV")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/VUV');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} VUV\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "VUV"
},
"rate": 0.752,
"timestamp": 1790439647,
"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 JPYVanuatu Vatu → Japanese Yen1.3298Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.