Convert JPY to VES
Japanese Yen → Venezuelan Bolívar
1 JPY = 5.41475 VES(1 VES = 0.184681 JPY)
Currency converter
1 JPY =
5.4147 VES
JPY to VES: last 30 days
Over the last 30 days, 1 JPY traded between 4.9495 and 5.4332 VES, averaging 5.257 VES. The JPY/VES rate is up 9.40% since 2026-08-28.
- 30-day high
- 5.4332
- 2026-09-17
- 30-day low
- 4.9495
- 2026-08-28
- 30-day average
- 5.257
- Days with data: 30
- 30-day change
- +9.40%
- since 2026-08-28
5.4332
4.94952026-08-28 → 2026-09-26
| Date | 1 JPY in VES | Daily change |
|---|---|---|
| 2026-09-26 | 5.4147 | 0.00% |
| 2026-09-25 | 5.4147 | +0.87% |
| 2026-09-24 | 5.3683 | -0.47% |
| 2026-09-23 | 5.3936 | -0.33% |
| 2026-09-22 | 5.4113 | +0.36% |
| 2026-09-21 | 5.3917 | +0.46% |
| 2026-09-20 | 5.3671 | -0.03% |
| 2026-09-19 | 5.3684 | +0.26% |
| 2026-09-18 | 5.3547 | -1.44% |
| 2026-09-17 | 5.4332 | +0.50% |
| 2026-09-16 | 5.4063 | +0.05% |
| 2026-09-15 | 5.4033 | +1.00% |
| 2026-09-14 | 5.3499 | -0.78% |
| 2026-09-13 | 5.3919 | -0.58% |
| 2026-09-12 | 5.4233 | +1.76% |
| Date | 1 JPY in VES | Daily change |
|---|---|---|
| 2026-09-11 | 5.3293 | +0.39% |
| 2026-09-10 | 5.3087 | -0.23% |
| 2026-09-09 | 5.321 | +1.45% |
| 2026-09-08 | 5.2451 | +0.34% |
| 2026-09-07 | 5.2272 | +1.32% |
| 2026-09-06 | 5.1591 | -0.02% |
| 2026-09-05 | 5.1601 | +0.39% |
| 2026-09-04 | 5.1402 | +0.10% |
| 2026-09-03 | 5.1352 | +2.46% |
| 2026-09-02 | 5.0118 | +0.82% |
| 2026-09-01 | 4.9708 | +0.27% |
| 2026-08-31 | 4.9571 | +0.14% |
| 2026-08-30 | 4.95 | -0.04% |
| 2026-08-29 | 4.9519 | +0.05% |
| 2026-08-28 | 4.9495 | — |
JPY to VES conversion table
1 JPY5.4147 VES
5 JPY27.0737 VES
10 JPY54.1475 VES
25 JPY135.3687 VES
50 JPY270.7375 VES
100 JPY541.475 VES
500 JPY2,707.3749 VES
1,000 JPY5,414.7498 VES
5,000 JPY27,073.749 VES
10,000 JPY54,147.498 VES
Get the JPY/VES rate in your app
One GET request returns the latest JPY → VES 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/VES"fetch('https://rate-api.com/api/v1/pair/JPY/VES', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} VES`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/VES",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} VES")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/VES');
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']} VES\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "VES"
},
"rate": 5.4147,
"timestamp": 1790429290,
"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
VES to JPYVenezuelan Bolívar → Japanese Yen0.18468Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.