Convert INR to RON
Indian Rupee → Romanian Leu
1 INR = 0.0482928 RON(1 RON = 20.707003 INR)
Currency converter
1 INR =
0.048293 RON
INR to RON: last 30 days
Over the last 30 days, 1 INR traded between 0.047347 and 0.048387 RON, averaging 0.047785 RON. The INR/RON rate is up 2.00% since 2026-08-29.
- 30-day high
- 0.048387
- 2026-09-24
- 30-day low
- 0.047347
- 2026-08-29
- 30-day average
- 0.047785
- Days with data: 30
- 30-day change
- +2.00%
- since 2026-08-29
0.048387
0.0473472026-08-29 → 2026-09-27
| Date | 1 INR in RON | Daily change |
|---|---|---|
| 2026-09-27 | 0.048293 | 0.00% |
| 2026-09-26 | 0.048293 | 0.00% |
| 2026-09-25 | 0.048293 | -0.19% |
| 2026-09-24 | 0.048387 | +0.15% |
| 2026-09-23 | 0.048316 | +0.54% |
| 2026-09-22 | 0.048058 | +0.50% |
| 2026-09-21 | 0.047819 | -0.20% |
| 2026-09-20 | 0.047914 | 0.00% |
| 2026-09-19 | 0.047914 | 0.00% |
| 2026-09-18 | 0.047914 | +0.29% |
| 2026-09-17 | 0.047776 | +0.50% |
| 2026-09-16 | 0.047539 | +0.02% |
| 2026-09-15 | 0.047528 | -0.20% |
| 2026-09-14 | 0.047623 | +0.39% |
| 2026-09-13 | 0.047436 | 0.00% |
| Date | 1 INR in RON | Daily change |
|---|---|---|
| 2026-09-12 | 0.047436 | 0.00% |
| 2026-09-11 | 0.047436 | +0.12% |
| 2026-09-10 | 0.047378 | -0.08% |
| 2026-09-09 | 0.047415 | -0.53% |
| 2026-09-08 | 0.047668 | -0.33% |
| 2026-09-07 | 0.047824 | -0.02% |
| 2026-09-06 | 0.047835 | 0.00% |
| 2026-09-05 | 0.047835 | 0.00% |
| 2026-09-04 | 0.047835 | -0.07% |
| 2026-09-03 | 0.047866 | +0.14% |
| 2026-09-02 | 0.047799 | +0.07% |
| 2026-09-01 | 0.047767 | +0.23% |
| 2026-08-31 | 0.047656 | +0.65% |
| 2026-08-30 | 0.047347 | 0.00% |
| 2026-08-29 | 0.047347 | — |
INR to RON conversion table
1 INR0.048293 RON
5 INR0.24146 RON
10 INR0.48293 RON
25 INR1.2073 RON
50 INR2.4146 RON
100 INR4.8293 RON
500 INR24.1464 RON
1,000 INR48.2928 RON
5,000 INR241.4642 RON
10,000 INR482.9284 RON
Get the INR/RON rate in your app
One GET request returns the latest INR → RON 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/RON"fetch('https://rate-api.com/api/v1/pair/INR/RON', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} RON`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/RON",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} RON")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/RON');
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']} RON\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "RON"
},
"rate": 0.0483,
"timestamp": 1790470790,
"date": "2026-09-27"
}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
RON to INRRomanian Leu → Indian Rupee20.707Convert INR to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.