Skip to content

LKR to TZS exchange rate API

Sri Lanka Rupee to Tanzanian Shilling · quoted 2026-09-25

7.9713

▼ +11.75% over 5Y

1 LKR = 7.9713 TZS · 1 TZS = 0.12545 LKR · Get this rate via the API

1 LKR buys 7.9713 TZS as of 2026-09-25, so 1 TZS buys 0.12545 LKR. Over the last 5 years, LKR/TZS traded between 7.8092 and 9.1348, averaged 8.4165 and fell 11.75%. The API holds daily LKR/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/TZS over 5Y

LKR/TZS over 5Y: show the values
PointLKR/TZS
2024-08-249.0323
2024-10-019.1348
2024-10-319.0709
2024-11-309.0763
2024-12-308.3675
2025-01-298.9993
2025-02-289.0283
2025-03-308.9665
2025-04-298.9283
2025-05-298.8842
2025-06-288.8032
2025-07-288.4411
2025-08-278.1936
2025-09-267.9364
2025-10-268.1453
2025-11-257.9390
2025-12-257.9463
2026-01-248.1934
2026-02-238.2845
2026-03-258.1645
2026-04-248.1997
2026-05-247.8934
2026-06-237.8358
2026-07-237.8092
2026-08-228.0449
2026-09-217.9553

High

9.1348

Low

7.8092

Average

8.4165

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/TZS API questions

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

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

How far back does LKR/TZS historical data go?

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