Skip to content

RUB to RWF exchange rate API

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

17.4810

▲ +19.98% over 5Y

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 5 years, RUB/RWF traded between 12.4507 and 19.8785, averaged 17.0832 and rose 19.98%. 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 5Y

RUB/RWF over 5Y: show the values
PointRUB/RWF
2024-08-2414.5696
2024-10-0714.2319
2024-11-0613.9289
2024-12-0613.7212
2025-01-0512.4507
2025-02-0414.2324
2025-03-0615.5309
2025-04-0616.6900
2025-05-0617.5443
2025-06-0718.0627
2025-07-0718.2694
2025-08-0618.0472
2025-09-0517.8157
2025-10-0617.6545
2025-11-0517.9070
2025-12-0518.8641
2026-01-0518.0842
2026-02-0418.9743
2026-03-0618.5603
2026-04-0518.2689
2026-05-0519.4728
2026-06-0619.8785
2026-07-0819.2011
2026-08-0717.7250
2026-09-0716.9977

High

19.8785

Low

12.4507

Average

17.0832

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.