Convert JPY to RWF
Japanese Yen → Rwandan Franc
1 JPY = 9.365238 RWF(1 RWF = 0.106778 JPY)
Currency converter
1 JPY =
9.3652 RWF
JPY to RWF: last 30 days
Over the last 30 days, 1 JPY traded between 9.1947 and 9.5953 RWF, averaging 9.394 RWF. The JPY/RWF rate is up 1.72% since 2026-08-28.
- 30-day high
- 9.5953
- 2026-09-09
- 30-day low
- 9.1947
- 2026-09-01
- 30-day average
- 9.394
- Days with data: 30
- 30-day change
- +1.72%
- since 2026-08-28
9.5953
9.19472026-08-28 → 2026-09-26
| Date | 1 JPY in RWF | Daily change |
|---|---|---|
| 2026-09-26 | 9.3652 | 0.00% |
| 2026-09-25 | 9.3652 | +0.50% |
| 2026-09-24 | 9.319 | -0.22% |
| 2026-09-23 | 9.3394 | -0.25% |
| 2026-09-22 | 9.3625 | +0.35% |
| 2026-09-21 | 9.3299 | -0.04% |
| 2026-09-20 | 9.3338 | +0.85% |
| 2026-09-19 | 9.2555 | -0.95% |
| 2026-09-18 | 9.3442 | -1.08% |
| 2026-09-17 | 9.4465 | -0.54% |
| 2026-09-16 | 9.4973 | -0.06% |
| 2026-09-15 | 9.5028 | -0.16% |
| 2026-09-14 | 9.5181 | -0.44% |
| 2026-09-13 | 9.5598 | +0.38% |
| 2026-09-12 | 9.5235 | -0.54% |
| Date | 1 JPY in RWF | Daily change |
|---|---|---|
| 2026-09-11 | 9.5754 | +0.18% |
| 2026-09-10 | 9.5586 | -0.38% |
| 2026-09-09 | 9.5953 | +0.53% |
| 2026-09-08 | 9.5444 | +0.33% |
| 2026-09-07 | 9.5134 | +0.92% |
| 2026-09-06 | 9.4269 | +0.15% |
| 2026-09-05 | 9.4131 | -0.05% |
| 2026-09-04 | 9.418 | -0.20% |
| 2026-09-03 | 9.4367 | +2.16% |
| 2026-09-02 | 9.2373 | +0.46% |
| 2026-09-01 | 9.1947 | -0.15% |
| 2026-08-31 | 9.2085 | -0.05% |
| 2026-08-30 | 9.2129 | -0.04% |
| 2026-08-29 | 9.2163 | +0.10% |
| 2026-08-28 | 9.207 | — |
JPY to RWF conversion table
1 JPY9.3652 RWF
5 JPY46.8262 RWF
10 JPY93.6524 RWF
25 JPY234.1309 RWF
50 JPY468.2619 RWF
100 JPY936.5238 RWF
500 JPY4,682.6188 RWF
1,000 JPY9,365.2376 RWF
5,000 JPY46,826.188 RWF
10,000 JPY93,652.376 RWF
Get the JPY/RWF rate in your app
One GET request returns the latest JPY → 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/JPY/RWF"fetch('https://rate-api.com/api/v1/pair/JPY/RWF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} RWF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/RWF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} RWF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/RWF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} RWF\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "RWF"
},
"rate": 9.3652,
"timestamp": 1790429307,
"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
RWF to JPYRwandan Franc → Japanese Yen0.10678Convert JPY to other currencies
Convert other currencies to RWF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.