Convert RWF to JPY
Rwandan Franc → Japanese Yen
1 RWF = 0.106778 JPY(1 JPY = 9.365238 RWF)
Currency converter
1 RWF =
0.10678 JPY
RWF to JPY: last 30 days
Over the last 30 days, 1 RWF traded between 0.10422 and 0.10876 JPY, averaging 0.10647 JPY. The RWF/JPY rate is down 1.69% since 2026-08-28.
- 30-day high
- 0.10876
- 2026-09-01
- 30-day low
- 0.10422
- 2026-09-09
- 30-day average
- 0.10647
- Days with data: 30
- 30-day change
- -1.69%
- since 2026-08-28
0.10876
0.104222026-08-28 → 2026-09-26
| Date | 1 RWF in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.10678 | 0.00% |
| 2026-09-25 | 0.10678 | -0.49% |
| 2026-09-24 | 0.10731 | +0.22% |
| 2026-09-23 | 0.10707 | +0.25% |
| 2026-09-22 | 0.10681 | -0.35% |
| 2026-09-21 | 0.10718 | +0.04% |
| 2026-09-20 | 0.10714 | -0.84% |
| 2026-09-19 | 0.10804 | +0.96% |
| 2026-09-18 | 0.10702 | +1.10% |
| 2026-09-17 | 0.10586 | +0.54% |
| 2026-09-16 | 0.10529 | +0.06% |
| 2026-09-15 | 0.10523 | +0.16% |
| 2026-09-14 | 0.10506 | +0.44% |
| 2026-09-13 | 0.1046 | -0.38% |
| 2026-09-12 | 0.105 | +0.55% |
| Date | 1 RWF in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.10443 | -0.18% |
| 2026-09-10 | 0.10462 | +0.38% |
| 2026-09-09 | 0.10422 | -0.53% |
| 2026-09-08 | 0.10477 | -0.32% |
| 2026-09-07 | 0.10511 | -0.91% |
| 2026-09-06 | 0.10608 | -0.15% |
| 2026-09-05 | 0.10623 | +0.05% |
| 2026-09-04 | 0.10618 | +0.20% |
| 2026-09-03 | 0.10597 | -2.11% |
| 2026-09-02 | 0.10826 | -0.46% |
| 2026-09-01 | 0.10876 | +0.15% |
| 2026-08-31 | 0.10859 | +0.05% |
| 2026-08-30 | 0.10854 | +0.04% |
| 2026-08-29 | 0.1085 | -0.10% |
| 2026-08-28 | 0.10861 | — |
RWF to JPY conversion table
1 RWF0.10678 JPY
5 RWF0.53389 JPY
10 RWF1.0678 JPY
25 RWF2.6694 JPY
50 RWF5.3389 JPY
100 RWF10.6778 JPY
500 RWF53.3889 JPY
1,000 RWF106.7779 JPY
5,000 RWF533.8893 JPY
10,000 RWF1,067.7786 JPY
Get the RWF/JPY rate in your app
One GET request returns the latest RWF → JPY 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/RWF/JPY"fetch('https://rate-api.com/api/v1/pair/RWF/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RWF = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RWF/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RWF = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RWF/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RWF = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "RWF",
"to": "JPY"
},
"rate": 0.1068,
"timestamp": 1790432079,
"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
JPY to RWFJapanese Yen → Rwandan Franc9.3652Convert RWF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.