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: show the values
| Point | LKR/UGX |
|---|---|
| 2025-09-27 | 11.5771 |
| 2025-10-04 | 11.4036 |
| 2025-10-11 | 11.3464 |
| 2025-10-18 | 11.4923 |
| 2025-10-25 | 11.4544 |
| 2025-11-01 | 11.4296 |
| 2025-11-08 | 11.4843 |
| 2025-11-15 | 11.6440 |
| 2025-11-22 | 11.8194 |
| 2025-11-29 | 11.7823 |
| 2025-12-06 | 11.4755 |
| 2025-12-14 | 11.4984 |
| 2025-12-21 | 11.5659 |
| 2025-12-28 | 11.6666 |
| 2026-01-04 | 11.6996 |
| 2026-01-11 | 11.6234 |
| 2026-01-18 | 11.4123 |
| 2026-01-25 | 11.4241 |
| 2026-02-01 | 11.4972 |
| 2026-02-08 | 11.4889 |
| 2026-02-15 | 11.4301 |
| 2026-02-22 | 11.6081 |
| 2026-03-01 | 11.6338 |
| 2026-03-08 | 11.8503 |
| 2026-03-15 | 12.0868 |
| 2026-03-22 | 12.1084 |
| 2026-03-29 | 11.8490 |
| 2026-04-05 | 11.9069 |
| 2026-04-12 | 11.7043 |
| 2026-04-19 | 11.7118 |
| 2026-04-26 | 11.6651 |
| 2026-05-03 | 11.7607 |
| 2026-05-10 | 11.6154 |
| 2026-05-18 | 11.4174 |
| 2026-05-26 | 11.6171 |
| 2026-06-02 | 11.3585 |
| 2026-06-11 | 11.3002 |
| 2026-06-18 | 10.9150 |
| 2026-06-25 | 10.9620 |
| 2026-07-02 | 10.8907 |
| 2026-07-09 | 10.9688 |
| 2026-07-16 | 10.9674 |
| 2026-07-23 | 11.0891 |
| 2026-07-30 | 11.0998 |
| 2026-08-06 | 11.0960 |
| 2026-08-13 | 11.1099 |
| 2026-08-21 | 11.2582 |
| 2026-08-28 | 11.4531 |
| 2026-09-04 | 11.4869 |
| 2026-09-11 | 11.6314 |
| 2026-09-18 | 11.8445 |
| 2026-09-25 | 11.8717 |
High
12.1084
Low
10.8907
Average
11.5078
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.