LKR to RWF exchange rate API
Sri Lanka Rupee to Rwanda Franc · quoted 2026-09-27
4.4713
▼ +6.87% over 1Y
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 last year, LKR/RWF traded between 4.3452 and 4.8011, averaged 4.5923 and fell 6.87%. 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 1Y: show the values
| Point | LKR/RWF |
|---|---|
| 2025-09-27 | 4.8011 |
| 2025-10-04 | 4.7854 |
| 2025-10-11 | 4.8003 |
| 2025-10-18 | 4.7826 |
| 2025-10-25 | 4.7750 |
| 2025-11-01 | 4.7652 |
| 2025-11-08 | 4.7637 |
| 2025-11-15 | 4.7310 |
| 2025-11-22 | 4.7172 |
| 2025-11-29 | 4.7180 |
| 2025-12-06 | 4.7082 |
| 2025-12-14 | 4.7055 |
| 2025-12-21 | 4.7046 |
| 2025-12-28 | 4.7028 |
| 2026-01-04 | 4.6985 |
| 2026-01-11 | 4.7002 |
| 2026-01-18 | 4.6907 |
| 2026-01-25 | 4.6884 |
| 2026-02-01 | 4.6969 |
| 2026-02-08 | 4.6988 |
| 2026-02-15 | 4.7061 |
| 2026-02-22 | 4.7060 |
| 2026-03-01 | 4.7105 |
| 2026-03-08 | 4.6858 |
| 2026-03-15 | 4.6881 |
| 2026-03-22 | 4.6781 |
| 2026-03-29 | 4.6394 |
| 2026-04-05 | 4.6320 |
| 2026-04-12 | 4.6193 |
| 2026-04-19 | 4.6209 |
| 2026-04-26 | 4.5830 |
| 2026-05-03 | 4.5702 |
| 2026-05-10 | 4.5444 |
| 2026-05-18 | 4.4482 |
| 2026-05-26 | 4.5110 |
| 2026-06-02 | 4.4133 |
| 2026-06-11 | 4.4036 |
| 2026-06-18 | 4.4243 |
| 2026-06-25 | 4.3452 |
| 2026-07-02 | 4.3554 |
| 2026-07-09 | 4.3670 |
| 2026-07-16 | 4.3531 |
| 2026-07-23 | 4.3633 |
| 2026-07-30 | 4.3646 |
| 2026-08-06 | 4.3691 |
| 2026-08-13 | 4.3983 |
| 2026-08-21 | 4.4547 |
| 2026-08-28 | 4.4709 |
| 2026-09-04 | 4.4742 |
| 2026-09-11 | 4.4782 |
| 2026-09-18 | 4.4471 |
| 2026-09-25 | 4.4601 |
High
4.8011
Low
4.3452
Average
4.5923
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.