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: show the values
| Point | RSD/RWF |
|---|---|
| 2025-12-31 | 14.5531 |
| 2026-01-07 | 14.5280 |
| 2026-01-14 | 14.4616 |
| 2026-01-21 | 14.5557 |
| 2026-01-28 | 14.8343 |
| 2026-02-04 | 14.7143 |
| 2026-02-11 | 14.7717 |
| 2026-02-18 | 14.7214 |
| 2026-02-25 | 14.6525 |
| 2026-03-04 | 14.4312 |
| 2026-03-11 | 14.4594 |
| 2026-03-18 | 14.3359 |
| 2026-03-25 | 14.4280 |
| 2026-04-01 | 14.3756 |
| 2026-04-08 | 14.5061 |
| 2026-04-15 | 14.7008 |
| 2026-04-22 | 14.6322 |
| 2026-04-29 | 14.5663 |
| 2026-05-06 | 14.5667 |
| 2026-05-14 | 14.5846 |
| 2026-05-21 | 14.4763 |
| 2026-05-29 | 14.5129 |
| 2026-06-05 | 14.4928 |
| 2026-06-14 | 14.4453 |
| 2026-06-21 | 14.3185 |
| 2026-06-28 | 14.2225 |
| 2026-07-05 | 14.2992 |
| 2026-07-12 | 14.2779 |
| 2026-07-19 | 14.3269 |
| 2026-07-26 | 14.2298 |
| 2026-08-02 | 14.4056 |
| 2026-08-09 | 14.4884 |
| 2026-08-16 | 14.5058 |
| 2026-08-24 | 14.6658 |
| 2026-08-31 | 14.5276 |
| 2026-09-07 | 14.5710 |
| 2026-09-14 | 14.5290 |
| 2026-09-21 | 14.3498 |
High
14.8343
Low
14.2225
Average
14.4959
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=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¤cies=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.