Skip to content

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

LKR/RWF over 1Y: show the values
PointLKR/RWF
2025-09-274.8011
2025-10-044.7854
2025-10-114.8003
2025-10-184.7826
2025-10-254.7750
2025-11-014.7652
2025-11-084.7637
2025-11-154.7310
2025-11-224.7172
2025-11-294.7180
2025-12-064.7082
2025-12-144.7055
2025-12-214.7046
2025-12-284.7028
2026-01-044.6985
2026-01-114.7002
2026-01-184.6907
2026-01-254.6884
2026-02-014.6969
2026-02-084.6988
2026-02-154.7061
2026-02-224.7060
2026-03-014.7105
2026-03-084.6858
2026-03-154.6881
2026-03-224.6781
2026-03-294.6394
2026-04-054.6320
2026-04-124.6193
2026-04-194.6209
2026-04-264.5830
2026-05-034.5702
2026-05-104.5444
2026-05-184.4482
2026-05-264.5110
2026-06-024.4133
2026-06-114.4036
2026-06-184.4243
2026-06-254.3452
2026-07-024.3554
2026-07-094.3670
2026-07-164.3531
2026-07-234.3633
2026-07-304.3646
2026-08-064.3691
2026-08-134.3983
2026-08-214.4547
2026-08-284.4709
2026-09-044.4742
2026-09-114.4782
2026-09-184.4471
2026-09-254.4601

High

4.8011

Low

4.3452

Average

4.5923

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.