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: show the values
| Point | LKR/TZS |
|---|---|
| 2024-08-24 | 9.0323 |
| 2024-10-01 | 9.1348 |
| 2024-10-31 | 9.0709 |
| 2024-11-30 | 9.0763 |
| 2024-12-30 | 8.3675 |
| 2025-01-29 | 8.9993 |
| 2025-02-28 | 9.0283 |
| 2025-03-30 | 8.9665 |
| 2025-04-29 | 8.9283 |
| 2025-05-29 | 8.8842 |
| 2025-06-28 | 8.8032 |
| 2025-07-28 | 8.4411 |
| 2025-08-27 | 8.1936 |
| 2025-09-26 | 7.9364 |
| 2025-10-26 | 8.1453 |
| 2025-11-25 | 7.9390 |
| 2025-12-25 | 7.9463 |
| 2026-01-24 | 8.1934 |
| 2026-02-23 | 8.2845 |
| 2026-03-25 | 8.1645 |
| 2026-04-24 | 8.1997 |
| 2026-05-24 | 7.8934 |
| 2026-06-23 | 7.8358 |
| 2026-07-23 | 7.8092 |
| 2026-08-22 | 8.0449 |
| 2026-09-21 | 7.9553 |
High
9.1348
Low
7.8092
Average
8.4165
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.