Convert VES to INR
Venezuelan Bolívar → Indian Rupee
1 VES = 0.112289 INR(1 INR = 8.905602 VES)
Currency converter
1 VES =
0.11229 INR
VES to INR: last 30 days
Over the last 30 days, 1 VES traded between 0.11229 and 0.1207 INR, averaging 0.11586 INR. The VES/INR rate is down 6.97% since 2026-08-28.
- 30-day high
- 0.1207
- 2026-08-28
- 30-day low
- 0.11229
- 2026-09-25
- 30-day average
- 0.11586
- Days with data: 30
- 30-day change
- -6.97%
- since 2026-08-28
0.1207
0.112292026-08-28 → 2026-09-26
| Date | 1 VES in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.11229 | 0.00% |
| 2026-09-25 | 0.11229 | -0.21% |
| 2026-09-24 | 0.11253 | +0.11% |
| 2026-09-23 | 0.11241 | +0.02% |
| 2026-09-22 | 0.11239 | -0.54% |
| 2026-09-21 | 0.113 | -0.13% |
| 2026-09-20 | 0.11315 | +0.03% |
| 2026-09-19 | 0.11312 | -0.26% |
| 2026-09-18 | 0.11341 | -0.01% |
| 2026-09-17 | 0.11342 | -0.92% |
| 2026-09-16 | 0.11448 | -0.09% |
| 2026-09-15 | 0.11458 | -0.86% |
| 2026-09-14 | 0.11557 | +0.45% |
| 2026-09-13 | 0.11505 | +0.58% |
| 2026-09-12 | 0.11439 | -1.73% |
| Date | 1 VES in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.11641 | -0.17% |
| 2026-09-10 | 0.1166 | -0.02% |
| 2026-09-09 | 0.11662 | -0.47% |
| 2026-09-08 | 0.11717 | +0.31% |
| 2026-09-07 | 0.11681 | -0.35% |
| 2026-09-06 | 0.11722 | +0.02% |
| 2026-09-05 | 0.11719 | -0.39% |
| 2026-09-04 | 0.11765 | -0.25% |
| 2026-09-03 | 0.11794 | -0.66% |
| 2026-09-02 | 0.11873 | -0.45% |
| 2026-09-01 | 0.11927 | -0.77% |
| 2026-08-31 | 0.12019 | -0.41% |
| 2026-08-30 | 0.12068 | +0.04% |
| 2026-08-29 | 0.12064 | -0.05% |
| 2026-08-28 | 0.1207 | — |
VES to INR conversion table
1 VES0.11229 INR
5 VES0.56144 INR
10 VES1.1229 INR
25 VES2.8072 INR
50 VES5.6144 INR
100 VES11.2289 INR
500 VES56.1444 INR
1,000 VES112.2889 INR
5,000 VES561.4444 INR
10,000 VES1,122.8887 INR
Get the VES/INR rate in your app
One GET request returns the latest VES → 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/VES/INR"fetch('https://rate-api.com/api/v1/pair/VES/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 VES = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/VES/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 VES = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/VES/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "VES",
"to": "INR"
},
"rate": 0.1123,
"timestamp": 1790432129,
"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 VESIndian Rupee → Venezuelan Bolívar8.9056Convert VES to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.