Skip to content

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

LKR/RWF over YTD: show the values
PointLKR/RWF
2025-12-314.6895
2026-01-074.6885
2026-01-144.7041
2026-01-214.6944
2026-01-284.6807
2026-02-044.7119
2026-02-114.6939
2026-02-184.7020
2026-02-254.7077
2026-03-044.6995
2026-03-114.6891
2026-03-184.6783
2026-03-254.6398
2026-04-014.6220
2026-04-084.6186
2026-04-154.6327
2026-04-224.6095
2026-04-294.5632
2026-05-064.5467
2026-05-144.4879
2026-05-214.2766
2026-05-294.4378
2026-06-054.3527
2026-06-144.3683
2026-06-214.3889
2026-06-284.3542
2026-07-054.3714
2026-07-124.3679
2026-07-194.3694
2026-07-264.3665
2026-08-024.3720
2026-08-094.3778
2026-08-164.4129
2026-08-244.4655
2026-08-314.4739
2026-09-074.4761
2026-09-144.4665
2026-09-214.4269

High

4.7119

Low

4.2766

Average

4.5297

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&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=LKR&currencies=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&currencies=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.