Convert VES to JPY
Venezuelan Bolívar → Japanese Yen
1 VES = 0.184681 JPY(1 JPY = 5.41475 VES)
Currency converter
1 VES =
0.18468 JPY
VES to JPY: last 30 days
Over the last 30 days, 1 VES traded between 0.18405 and 0.20204 JPY, averaging 0.19043 JPY. The VES/JPY rate is down 8.59% since 2026-08-28.
- 30-day high
- 0.20204
- 2026-08-28
- 30-day low
- 0.18405
- 2026-09-17
- 30-day average
- 0.19043
- Days with data: 30
- 30-day change
- -8.59%
- since 2026-08-28
0.20204
0.184052026-08-28 → 2026-09-26
| Date | 1 VES in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.18468 | 0.00% |
| 2026-09-25 | 0.18468 | -0.86% |
| 2026-09-24 | 0.18628 | +0.47% |
| 2026-09-23 | 0.18541 | +0.33% |
| 2026-09-22 | 0.1848 | -0.36% |
| 2026-09-21 | 0.18547 | -0.46% |
| 2026-09-20 | 0.18632 | +0.03% |
| 2026-09-19 | 0.18627 | -0.26% |
| 2026-09-18 | 0.18675 | +1.47% |
| 2026-09-17 | 0.18405 | -0.49% |
| 2026-09-16 | 0.18497 | -0.05% |
| 2026-09-15 | 0.18507 | -0.99% |
| 2026-09-14 | 0.18692 | +0.78% |
| 2026-09-13 | 0.18546 | +0.58% |
| 2026-09-12 | 0.18439 | -1.73% |
| Date | 1 VES in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.18764 | -0.39% |
| 2026-09-10 | 0.18837 | +0.23% |
| 2026-09-09 | 0.18794 | -1.43% |
| 2026-09-08 | 0.19065 | -0.34% |
| 2026-09-07 | 0.19131 | -1.30% |
| 2026-09-06 | 0.19383 | +0.02% |
| 2026-09-05 | 0.19379 | -0.39% |
| 2026-09-04 | 0.19455 | -0.10% |
| 2026-09-03 | 0.19473 | -2.40% |
| 2026-09-02 | 0.19953 | -0.82% |
| 2026-09-01 | 0.20118 | -0.27% |
| 2026-08-31 | 0.20173 | -0.14% |
| 2026-08-30 | 0.20202 | +0.04% |
| 2026-08-29 | 0.20194 | -0.05% |
| 2026-08-28 | 0.20204 | — |
VES to JPY conversion table
1 VES0.18468 JPY
5 VES0.9234 JPY
10 VES1.8468 JPY
25 VES4.617 JPY
50 VES9.234 JPY
100 VES18.4681 JPY
500 VES92.3404 JPY
1,000 VES184.6807 JPY
5,000 VES923.4037 JPY
10,000 VES1,846.8074 JPY
Get the VES/JPY rate in your app
One GET request returns the latest VES → JPY 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/VES/JPY"fetch('https://rate-api.com/api/v1/pair/VES/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 VES = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/VES/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 VES = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/VES/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 VES = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "VES",
"to": "JPY"
},
"rate": 0.1847,
"timestamp": 1790432060,
"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
JPY to VESJapanese Yen → Venezuelan Bolívar5.4147Convert VES to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.