Skip to content

RSD to RWF exchange rate API

Serbian Dinar to Rwanda Franc · quoted 2026-09-26

14.3164

▼ +1.63% over YTD

1 RSD = 14.3164 RWF · 1 RWF = 0.06985 RSD · Get this rate via the API

1 RSD buys 14.3164 RWF as of 2026-09-26, so 1 RWF buys 0.06985 RSD. Over the year to date, RSD/RWF traded between 14.2225 and 14.8343, averaged 14.4959 and fell 1.63%. The API holds daily RSD/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/RWF over YTD

RSD/RWF over YTD: show the values
PointRSD/RWF
2025-12-3114.5531
2026-01-0714.5280
2026-01-1414.4616
2026-01-2114.5557
2026-01-2814.8343
2026-02-0414.7143
2026-02-1114.7717
2026-02-1814.7214
2026-02-2514.6525
2026-03-0414.4312
2026-03-1114.4594
2026-03-1814.3359
2026-03-2514.4280
2026-04-0114.3756
2026-04-0814.5061
2026-04-1514.7008
2026-04-2214.6322
2026-04-2914.5663
2026-05-0614.5667
2026-05-1414.5846
2026-05-2114.4763
2026-05-2914.5129
2026-06-0514.4928
2026-06-1414.4453
2026-06-2114.3185
2026-06-2814.2225
2026-07-0514.2992
2026-07-1214.2779
2026-07-1914.3269
2026-07-2614.2298
2026-08-0214.4056
2026-08-0914.4884
2026-08-1614.5058
2026-08-2414.6658
2026-08-3114.5276
2026-09-0714.5710
2026-09-1414.5290
2026-09-2114.3498

High

14.8343

Low

14.2225

Average

14.4959

For developers

Get this rate via the API

One GET request returns the RSD/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=RSD&currencies=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&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=RSD&currencies=RWF").json()

Replace YOUR_API_KEY with the key from your dashboard.

RSD/RWF API questions

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

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

How far back does RSD/RWF historical data go?

Daily RSD/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 RSD/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.