Skip to content

LKR to TZS exchange rate API

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

7.9713

▼ +0.85% over 30D

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 30 days, LKR/TZS traded between 7.9346 and 8.0757, averaged 8.0105 and fell 0.85%. 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 30D

LKR/TZS over 30D: show the values
PointLKR/TZS
2026-08-268.0400
2026-08-278.0203
2026-08-288.0415
2026-08-298.0668
2026-08-308.0362
2026-08-318.0283
2026-09-018.0309
2026-09-028.0248
2026-09-038.0328
2026-09-048.0389
2026-09-058.0757
2026-09-068.0392
2026-09-078.0259
2026-09-088.0287
2026-09-098.0071
2026-09-108.0143
2026-09-118.0138
2026-09-128.0486
2026-09-138.0174
2026-09-148.0100
2026-09-157.9944
2026-09-167.9649
2026-09-177.9346
2026-09-187.9586
2026-09-197.9976
2026-09-207.9725
2026-09-217.9553
2026-09-227.9813
2026-09-238.0031
2026-09-247.9898
2026-09-257.9703

High

8.0757

Low

7.9346

Average

8.0105

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.