Skip to content

LKR to UGX exchange rate API

Sri Lanka Rupee to Uganda Shilling · quoted 2026-09-27

11.8602

▲ +2.45% over 1Y

1 LKR = 11.8602 UGX · 1 UGX = 0.08432 LKR · Get this rate via the API

1 LKR buys 11.8602 UGX as of 2026-09-27, so 1 UGX buys 0.08432 LKR. Over the last year, LKR/UGX traded between 10.8907 and 12.1084, averaged 11.5078 and rose 2.45%. The API holds daily LKR/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/UGX over 1Y

LKR/UGX over 1Y: show the values
PointLKR/UGX
2025-09-2711.5771
2025-10-0411.4036
2025-10-1111.3464
2025-10-1811.4923
2025-10-2511.4544
2025-11-0111.4296
2025-11-0811.4843
2025-11-1511.6440
2025-11-2211.8194
2025-11-2911.7823
2025-12-0611.4755
2025-12-1411.4984
2025-12-2111.5659
2025-12-2811.6666
2026-01-0411.6996
2026-01-1111.6234
2026-01-1811.4123
2026-01-2511.4241
2026-02-0111.4972
2026-02-0811.4889
2026-02-1511.4301
2026-02-2211.6081
2026-03-0111.6338
2026-03-0811.8503
2026-03-1512.0868
2026-03-2212.1084
2026-03-2911.8490
2026-04-0511.9069
2026-04-1211.7043
2026-04-1911.7118
2026-04-2611.6651
2026-05-0311.7607
2026-05-1011.6154
2026-05-1811.4174
2026-05-2611.6171
2026-06-0211.3585
2026-06-1111.3002
2026-06-1810.9150
2026-06-2510.9620
2026-07-0210.8907
2026-07-0910.9688
2026-07-1610.9674
2026-07-2311.0891
2026-07-3011.0998
2026-08-0611.0960
2026-08-1311.1099
2026-08-2111.2582
2026-08-2811.4531
2026-09-0411.4869
2026-09-1111.6314
2026-09-1811.8445
2026-09-2511.8717

High

12.1084

Low

10.8907

Average

11.5078

For developers

Get this rate via the API

One GET request returns the LKR/UGX 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=UGX"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=UGX");
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=UGX").json()

Replace YOUR_API_KEY with the key from your dashboard.

LKR/UGX API questions

How do I get the LKR/UGX exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=UGX, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/UGX rate in rates.UGX.

How far back does LKR/UGX historical data go?

Daily LKR/UGX 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/UGX 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.