Convert INR to VES
Indian Rupee → Venezuelan Bolívar
1 INR = 8.905602 VES(1 VES = 0.112289 INR)
Currency converter
1 INR =
8.9056 VES
INR to VES: last 30 days
Over the last 30 days, 1 INR traded between 8.2853 and 8.9056 VES, averaging 8.6357 VES. The INR/VES rate is up 7.49% since 2026-08-28.
- 30-day high
- 8.9056
- 2026-09-25
- 30-day low
- 8.2853
- 2026-08-28
- 30-day average
- 8.6357
- Days with data: 30
- 30-day change
- +7.49%
- since 2026-08-28
8.9056
8.28532026-08-28 → 2026-09-26
| Date | 1 INR in VES | Daily change |
|---|---|---|
| 2026-09-26 | 8.9056 | 0.00% |
| 2026-09-25 | 8.9056 | +0.21% |
| 2026-09-24 | 8.8868 | -0.11% |
| 2026-09-23 | 8.8963 | -0.02% |
| 2026-09-22 | 8.8978 | +0.55% |
| 2026-09-21 | 8.8494 | +0.13% |
| 2026-09-20 | 8.8382 | -0.03% |
| 2026-09-19 | 8.8404 | +0.26% |
| 2026-09-18 | 8.8178 | +0.01% |
| 2026-09-17 | 8.8169 | +0.93% |
| 2026-09-16 | 8.7354 | +0.09% |
| 2026-09-15 | 8.7278 | +0.87% |
| 2026-09-14 | 8.6525 | -0.45% |
| 2026-09-13 | 8.6915 | -0.58% |
| 2026-09-12 | 8.7422 | +1.76% |
| Date | 1 INR in VES | Daily change |
|---|---|---|
| 2026-09-11 | 8.5907 | +0.17% |
| 2026-09-10 | 8.5761 | +0.02% |
| 2026-09-09 | 8.5748 | +0.47% |
| 2026-09-08 | 8.5345 | -0.31% |
| 2026-09-07 | 8.5607 | +0.35% |
| 2026-09-06 | 8.5311 | -0.02% |
| 2026-09-05 | 8.5328 | +0.39% |
| 2026-09-04 | 8.4999 | +0.25% |
| 2026-09-03 | 8.4786 | +0.67% |
| 2026-09-02 | 8.4224 | +0.45% |
| 2026-09-01 | 8.3846 | +0.78% |
| 2026-08-31 | 8.3199 | +0.41% |
| 2026-08-30 | 8.2862 | -0.04% |
| 2026-08-29 | 8.2893 | +0.05% |
| 2026-08-28 | 8.2853 | — |
INR to VES conversion table
1 INR8.9056 VES
5 INR44.528 VES
10 INR89.056 VES
25 INR222.6401 VES
50 INR445.2801 VES
100 INR890.5602 VES
500 INR4,452.801 VES
1,000 INR8,905.6021 VES
5,000 INR44,528.01 VES
10,000 INR89,056.021 VES
Get the INR/VES rate in your app
One GET request returns the latest INR → 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/INR/VES"fetch('https://rate-api.com/api/v1/pair/INR/VES', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} VES`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/VES",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} VES")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/VES');
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']} VES\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "VES"
},
"rate": 8.9056,
"timestamp": 1790429388,
"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 INRVenezuelan Bolívar → Indian Rupee0.11229Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.