Skip to content

LKR to TZS exchange rate API

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

7.9693

▼ +0.76% over 1Y

1 LKR = 7.9693 TZS · 1 TZS = 0.12548 LKR · Get this rate via the API

1 LKR buys 7.9693 TZS as of 2026-09-25, so 1 TZS buys 0.12548 LKR. Over the last year, LKR/TZS traded between 7.6220 and 8.3073, averaged 8.0040 and fell 0.76%. 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 1Y

LKR/TZS over 1Y: show the values
PointLKR/TZS
2025-09-258.0303
2025-10-028.0582
2025-10-098.0177
2025-10-168.0321
2025-10-238.1212
2025-10-308.0313
2025-11-068.0486
2025-11-137.9513
2025-11-207.8520
2025-11-277.9128
2025-12-047.8610
2025-12-117.8792
2025-12-187.9240
2025-12-257.9463
2026-01-017.9137
2026-01-087.9820
2026-01-157.9660
2026-01-228.1054
2026-01-298.1109
2026-02-058.2099
2026-02-128.3073
2026-02-198.3004
2026-02-268.2159
2026-03-058.2309
2026-03-128.2930
2026-03-198.2842
2026-03-268.1566
2026-04-028.1681
2026-04-098.2016
2026-04-168.2051
2026-04-238.2089
2026-04-308.1329
2026-05-078.0667
2026-05-147.9409
2026-05-217.6220
2026-05-287.9704
2026-06-047.7638
2026-06-117.8509
2026-06-187.8419
2026-06-257.7476
2026-07-027.7930
2026-07-097.8119
2026-07-167.8031
2026-07-237.8092
2026-07-307.8427
2026-08-067.8498
2026-08-137.8874
2026-08-207.9961
2026-08-278.0203
2026-09-038.0328
2026-09-108.0143
2026-09-177.9346
2026-09-247.9898

High

8.3073

Low

7.6220

Average

8.0040

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.