Convert INR to RWF
Indian Rupee → Rwandan Franc
1 INR = 15.394968 RWF(1 RWF = 0.0649563 INR)
Currency converter
1 INR =
15.395 RWF
INR to RWF: last 30 days
Over the last 30 days, 1 INR traded between 15.2415 and 15.5885 RWF, averaging 15.4336 RWF. The INR/RWF rate is down 0.21% since 2026-08-29.
- 30-day high
- 15.5885
- 2026-09-06
- 30-day low
- 15.2415
- 2026-09-19
- 30-day average
- 15.4336
- Days with data: 30
- 30-day change
- -0.21%
- since 2026-08-29
15.5885
15.24152026-08-29 → 2026-09-27
| Date | 1 INR in RWF | Daily change |
|---|---|---|
| 2026-09-27 | 15.395 | 0.00% |
| 2026-09-26 | 15.395 | -0.05% |
| 2026-09-25 | 15.4029 | -0.16% |
| 2026-09-24 | 15.4269 | +0.14% |
| 2026-09-23 | 15.4046 | +0.06% |
| 2026-09-22 | 15.3949 | +0.53% |
| 2026-09-21 | 15.3132 | -0.37% |
| 2026-09-20 | 15.3704 | +0.85% |
| 2026-09-19 | 15.2415 | -0.95% |
| 2026-09-18 | 15.3874 | +0.38% |
| 2026-09-17 | 15.3296 | -0.10% |
| 2026-09-16 | 15.3456 | -0.03% |
| 2026-09-15 | 15.3495 | -0.29% |
| 2026-09-14 | 15.3937 | -0.11% |
| 2026-09-13 | 15.4102 | +0.38% |
| Date | 1 INR in RWF | Daily change |
|---|---|---|
| 2026-09-12 | 15.3516 | -0.54% |
| 2026-09-11 | 15.4353 | -0.04% |
| 2026-09-10 | 15.4416 | -0.14% |
| 2026-09-09 | 15.4628 | -0.43% |
| 2026-09-08 | 15.5299 | -0.32% |
| 2026-09-07 | 15.5805 | -0.05% |
| 2026-09-06 | 15.5885 | +0.15% |
| 2026-09-05 | 15.5657 | -0.05% |
| 2026-09-04 | 15.5737 | -0.04% |
| 2026-09-03 | 15.5807 | +0.37% |
| 2026-09-02 | 15.5235 | +0.09% |
| 2026-09-01 | 15.5095 | +0.35% |
| 2026-08-31 | 15.4553 | +0.21% |
| 2026-08-30 | 15.4222 | -0.04% |
| 2026-08-29 | 15.4278 | — |
INR to RWF conversion table
1 INR15.395 RWF
5 INR76.9748 RWF
10 INR153.9497 RWF
25 INR384.8742 RWF
50 INR769.7484 RWF
100 INR1,539.4968 RWF
500 INR7,697.4841 RWF
1,000 INR15,394.968 RWF
5,000 INR76,974.841 RWF
10,000 INR153,949.68 RWF
Get the INR/RWF rate in your app
One GET request returns the latest INR → RWF 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/RWF"fetch('https://rate-api.com/api/v1/pair/INR/RWF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} RWF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/RWF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} RWF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/RWF');
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']} RWF\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "RWF"
},
"rate": 15.395,
"timestamp": 1790470823,
"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
RWF to INRRwandan Franc → Indian Rupee0.064956Convert INR to other currencies
Convert other currencies to RWF
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.