LKR to RWF exchange rate API
Sri Lanka Rupee to Rwanda Franc · quoted 2026-09-27
4.4713
▼ +4.65% over YTD
1 LKR = 4.4713 RWF · 1 RWF = 0.22365 LKR · Get this rate via the API
1 LKR buys 4.4713 RWF as of 2026-09-27, so 1 RWF buys 0.22365 LKR. Over the year to date, LKR/RWF traded between 4.2766 and 4.7119, averaged 4.5297 and fell 4.65%. The API holds daily LKR/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/RWF over YTD: show the values
| Point | LKR/RWF |
|---|---|
| 2025-12-31 | 4.6895 |
| 2026-01-07 | 4.6885 |
| 2026-01-14 | 4.7041 |
| 2026-01-21 | 4.6944 |
| 2026-01-28 | 4.6807 |
| 2026-02-04 | 4.7119 |
| 2026-02-11 | 4.6939 |
| 2026-02-18 | 4.7020 |
| 2026-02-25 | 4.7077 |
| 2026-03-04 | 4.6995 |
| 2026-03-11 | 4.6891 |
| 2026-03-18 | 4.6783 |
| 2026-03-25 | 4.6398 |
| 2026-04-01 | 4.6220 |
| 2026-04-08 | 4.6186 |
| 2026-04-15 | 4.6327 |
| 2026-04-22 | 4.6095 |
| 2026-04-29 | 4.5632 |
| 2026-05-06 | 4.5467 |
| 2026-05-14 | 4.4879 |
| 2026-05-21 | 4.2766 |
| 2026-05-29 | 4.4378 |
| 2026-06-05 | 4.3527 |
| 2026-06-14 | 4.3683 |
| 2026-06-21 | 4.3889 |
| 2026-06-28 | 4.3542 |
| 2026-07-05 | 4.3714 |
| 2026-07-12 | 4.3679 |
| 2026-07-19 | 4.3694 |
| 2026-07-26 | 4.3665 |
| 2026-08-02 | 4.3720 |
| 2026-08-09 | 4.3778 |
| 2026-08-16 | 4.4129 |
| 2026-08-24 | 4.4655 |
| 2026-08-31 | 4.4739 |
| 2026-09-07 | 4.4761 |
| 2026-09-14 | 4.4665 |
| 2026-09-21 | 4.4269 |
High
4.7119
Low
4.2766
Average
4.5297
Get this rate via the API
One GET request returns the LKR/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=LKR¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=RWF").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/RWF API questions
How do I get the LKR/RWF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/RWF rate in rates.RWF.
How far back does LKR/RWF historical data go?
Daily LKR/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 LKR/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.