RSD to RWF exchange rate API
Serbian Dinar to Rwanda Franc · quoted 2026-09-26
14.3164
▼ +1.26% over 1Y
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 last year, RSD/RWF traded between 14.2157 and 14.7017, averaged 14.4654 and fell 1.26%. 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 1Y: show the values
| Point | RSD/RWF |
|---|---|
| 2025-09-26 | 14.4986 |
| 2025-10-03 | 14.4981 |
| 2025-10-10 | 14.3648 |
| 2025-10-17 | 14.4769 |
| 2025-10-24 | 14.3615 |
| 2025-10-31 | 14.3301 |
| 2025-11-07 | 14.2927 |
| 2025-11-14 | 14.4141 |
| 2025-11-21 | 14.2930 |
| 2025-11-28 | 14.3409 |
| 2025-12-05 | 14.4352 |
| 2025-12-13 | 14.5247 |
| 2025-12-20 | 14.5454 |
| 2025-12-27 | 14.6189 |
| 2026-01-03 | 14.5347 |
| 2026-01-10 | 14.4407 |
| 2026-01-17 | 14.4094 |
| 2026-01-24 | 14.6526 |
| 2026-01-31 | 14.6859 |
| 2026-02-07 | 14.6443 |
| 2026-02-14 | 14.6819 |
| 2026-02-21 | 14.6252 |
| 2026-02-28 | 14.6526 |
| 2026-03-07 | 14.4488 |
| 2026-03-14 | 14.2312 |
| 2026-03-21 | 14.3750 |
| 2026-03-28 | 14.3491 |
| 2026-04-04 | 14.3530 |
| 2026-04-11 | 14.5852 |
| 2026-04-18 | 14.7017 |
| 2026-04-25 | 14.5682 |
| 2026-05-02 | 14.6127 |
| 2026-05-09 | 14.6824 |
| 2026-05-17 | 14.4905 |
| 2026-05-25 | 14.4411 |
| 2026-06-01 | 14.5562 |
| 2026-06-10 | 14.4356 |
| 2026-06-17 | 14.5923 |
| 2026-06-24 | 14.2157 |
| 2026-07-01 | 14.2442 |
| 2026-07-08 | 14.2838 |
| 2026-07-15 | 14.3075 |
| 2026-07-22 | 14.3011 |
| 2026-07-29 | 14.2364 |
| 2026-08-05 | 14.4270 |
| 2026-08-12 | 14.4696 |
| 2026-08-20 | 14.5970 |
| 2026-08-27 | 14.6230 |
| 2026-09-03 | 14.5553 |
| 2026-09-10 | 14.6166 |
| 2026-09-17 | 14.3831 |
| 2026-09-24 | 14.3435 |
High
14.7017
Low
14.2157
Average
14.4654
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.