Convert RON to INR
Romanian Leu → Indian Rupee
1 RON = 20.707003 INR(1 INR = 0.0482928 RON)
Currency converter
1 RON =
20.707 INR
RON to INR: last 30 days
Over the last 30 days, 1 RON traded between 20.6668 and 21.1208 INR, averaging 20.9418 INR. The RON/INR rate is down 1.96% since 2026-08-28.
- 30-day high
- 21.1208
- 2026-08-28
- 30-day low
- 20.6668
- 2026-09-24
- 30-day average
- 20.9418
- Days with data: 30
- 30-day change
- -1.96%
- since 2026-08-28
21.1208
20.66682026-08-28 → 2026-09-26
| Date | 1 RON in INR | Daily change |
|---|---|---|
| 2026-09-26 | 20.707 | 0.00% |
| 2026-09-25 | 20.707 | +0.19% |
| 2026-09-24 | 20.6668 | -0.15% |
| 2026-09-23 | 20.6972 | -0.53% |
| 2026-09-22 | 20.808 | -0.50% |
| 2026-09-21 | 20.9123 | +0.20% |
| 2026-09-20 | 20.8707 | 0.00% |
| 2026-09-19 | 20.8707 | 0.00% |
| 2026-09-18 | 20.8707 | -0.29% |
| 2026-09-17 | 20.9311 | -0.50% |
| 2026-09-16 | 21.0356 | -0.02% |
| 2026-09-15 | 21.0402 | +0.20% |
| 2026-09-14 | 20.998 | -0.39% |
| 2026-09-13 | 21.081 | 0.00% |
| 2026-09-12 | 21.081 | 0.00% |
| Date | 1 RON in INR | Daily change |
|---|---|---|
| 2026-09-11 | 21.081 | -0.12% |
| 2026-09-10 | 21.1066 | +0.08% |
| 2026-09-09 | 21.0906 | +0.54% |
| 2026-09-08 | 20.9782 | +0.33% |
| 2026-09-07 | 20.91 | +0.02% |
| 2026-09-06 | 20.9053 | 0.00% |
| 2026-09-05 | 20.9053 | 0.00% |
| 2026-09-04 | 20.9053 | +0.07% |
| 2026-09-03 | 20.8915 | -0.14% |
| 2026-09-02 | 20.9208 | -0.07% |
| 2026-09-01 | 20.9348 | -0.23% |
| 2026-08-31 | 20.9838 | -0.65% |
| 2026-08-30 | 21.1208 | 0.00% |
| 2026-08-29 | 21.1208 | 0.00% |
| 2026-08-28 | 21.1208 | — |
RON to INR conversion table
1 RON20.707 INR
5 RON103.535 INR
10 RON207.07 INR
25 RON517.6751 INR
50 RON1,035.3501 INR
100 RON2,070.7003 INR
500 RON10,353.501 INR
1,000 RON20,707.003 INR
5,000 RON103,535.01 INR
10,000 RON207,070.03 INR
Get the RON/INR rate in your app
One GET request returns the latest RON → 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/RON/INR"fetch('https://rate-api.com/api/v1/pair/RON/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RON = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RON/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RON = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RON/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RON = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "RON",
"to": "INR"
},
"rate": 20.707,
"timestamp": 1790435115,
"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 RONIndian Rupee → Romanian Leu0.048293Convert RON to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.