Skip to content

UGX to LKR exchange rate API

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

0.08432

▼ +2.39% over 1Y

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

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

UGX/LKR over 1Y

UGX/LKR over 1Y: show the values
PointUGX/LKR
2025-09-270.08638
2025-10-040.08769
2025-10-110.08813
2025-10-180.08701
2025-10-250.08730
2025-11-010.08749
2025-11-080.08707
2025-11-150.08588
2025-11-220.08461
2025-11-290.08487
2025-12-060.08714
2025-12-140.08697
2025-12-210.08646
2025-12-280.08571
2026-01-040.08547
2026-01-110.08603
2026-01-180.08762
2026-01-250.08753
2026-02-010.08698
2026-02-080.08704
2026-02-150.08749
2026-02-220.08615
2026-03-010.08596
2026-03-080.08439
2026-03-150.08273
2026-03-220.08259
2026-03-290.08439
2026-04-050.08399
2026-04-120.08544
2026-04-190.08538
2026-04-260.08573
2026-05-030.08503
2026-05-100.08609
2026-05-180.08758
2026-05-260.08608
2026-06-020.08804
2026-06-110.08849
2026-06-180.09162
2026-06-250.09122
2026-07-020.09182
2026-07-090.09117
2026-07-160.09118
2026-07-230.09018
2026-07-300.09009
2026-08-060.09012
2026-08-130.09001
2026-08-210.08882
2026-08-280.08731
2026-09-040.08705
2026-09-110.08597
2026-09-180.08443
2026-09-250.08423

High

0.09182

Low

0.08259

Average

0.08695

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UGX&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

UGX/LKR API questions

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

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

How far back does UGX/LKR historical data go?

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