Skip to content

RUB to RWF exchange rate API

Russian Ruble to Rwanda Franc · quoted 2026-09-26

17.4810

▲ +0.79% over 1Y

1 RUB = 17.4810 RWF · 1 RWF = 0.05720 RUB · Get this rate via the API

1 RUB buys 17.4810 RWF as of 2026-09-26, so 1 RWF buys 0.05720 RUB. Over the last year, RUB/RWF traded between 16.8644 and 20.5747, averaged 18.5441 and rose 0.79%. The API holds daily RUB/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/RWF over 1Y

RUB/RWF over 1Y: show the values
PointRUB/RWF
2025-09-2617.3448
2025-10-0317.6552
2025-10-1017.9222
2025-10-1718.0401
2025-10-2417.8388
2025-10-3118.1634
2025-11-0717.8723
2025-11-1417.9891
2025-11-2118.1525
2025-11-2818.6408
2025-12-0518.8641
2025-12-1318.2246
2025-12-2018.0443
2025-12-2718.5030
2026-01-0318.0720
2026-01-1018.3701
2026-01-1718.7379
2026-01-2419.2281
2026-01-3119.0442
2026-02-0718.9559
2026-02-1419.0730
2026-02-2119.0009
2026-02-2818.8942
2026-03-0718.3941
2026-03-1418.2396
2026-03-2117.6110
2026-03-2817.9441
2026-04-0418.1831
2026-04-1118.9418
2026-04-1819.1653
2026-04-2519.4085
2026-05-0219.4938
2026-05-0919.6727
2026-05-1720.0797
2026-05-2520.4890
2026-06-0120.5747
2026-06-1020.3784
2026-06-1720.3448
2026-06-2419.7053
2026-07-0118.6258
2026-07-0819.2011
2026-07-1518.9459
2026-07-2218.7966
2026-07-2918.6285
2026-08-0518.2120
2026-08-1217.8498
2026-08-2017.4587
2026-08-2717.2651
2026-09-0316.8644
2026-09-1017.3390
2026-09-1717.4610
2026-09-2417.4488

High

20.5747

Low

16.8644

Average

18.5441

For developers

Get this rate via the API

One GET request returns the RUB/RWF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=RWF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=RWF").json()

Replace YOUR_API_KEY with the key from your dashboard.

RUB/RWF API questions

How do I get the RUB/RWF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/RWF rate in rates.RWF.

How far back does RUB/RWF historical data go?

Daily RUB/RWF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free RUB/RWF exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.