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: show the values
| Point | LKR/TZS |
|---|---|
| 2025-09-25 | 8.0303 |
| 2025-10-02 | 8.0582 |
| 2025-10-09 | 8.0177 |
| 2025-10-16 | 8.0321 |
| 2025-10-23 | 8.1212 |
| 2025-10-30 | 8.0313 |
| 2025-11-06 | 8.0486 |
| 2025-11-13 | 7.9513 |
| 2025-11-20 | 7.8520 |
| 2025-11-27 | 7.9128 |
| 2025-12-04 | 7.8610 |
| 2025-12-11 | 7.8792 |
| 2025-12-18 | 7.9240 |
| 2025-12-25 | 7.9463 |
| 2026-01-01 | 7.9137 |
| 2026-01-08 | 7.9820 |
| 2026-01-15 | 7.9660 |
| 2026-01-22 | 8.1054 |
| 2026-01-29 | 8.1109 |
| 2026-02-05 | 8.2099 |
| 2026-02-12 | 8.3073 |
| 2026-02-19 | 8.3004 |
| 2026-02-26 | 8.2159 |
| 2026-03-05 | 8.2309 |
| 2026-03-12 | 8.2930 |
| 2026-03-19 | 8.2842 |
| 2026-03-26 | 8.1566 |
| 2026-04-02 | 8.1681 |
| 2026-04-09 | 8.2016 |
| 2026-04-16 | 8.2051 |
| 2026-04-23 | 8.2089 |
| 2026-04-30 | 8.1329 |
| 2026-05-07 | 8.0667 |
| 2026-05-14 | 7.9409 |
| 2026-05-21 | 7.6220 |
| 2026-05-28 | 7.9704 |
| 2026-06-04 | 7.7638 |
| 2026-06-11 | 7.8509 |
| 2026-06-18 | 7.8419 |
| 2026-06-25 | 7.7476 |
| 2026-07-02 | 7.7930 |
| 2026-07-09 | 7.8119 |
| 2026-07-16 | 7.8031 |
| 2026-07-23 | 7.8092 |
| 2026-07-30 | 7.8427 |
| 2026-08-06 | 7.8498 |
| 2026-08-13 | 7.8874 |
| 2026-08-20 | 7.9961 |
| 2026-08-27 | 8.0203 |
| 2026-09-03 | 8.0328 |
| 2026-09-10 | 8.0143 |
| 2026-09-17 | 7.9346 |
| 2026-09-24 | 7.9898 |
High
8.3073
Low
7.6220
Average
8.0040
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.