LKR to TZS exchange rate API
Sri Lanka Rupee to Tanzanian Shilling · quoted 2026-09-25
7.9713
▲ +0.88% over YTD
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 year to date, LKR/TZS traded between 7.7848 and 8.3136, averaged 8.0231 and rose 0.88%. 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 YTD: show the values
| Point | LKR/TZS |
|---|---|
| 2025-12-31 | 7.9021 |
| 2026-01-07 | 7.8996 |
| 2026-01-14 | 7.9624 |
| 2026-01-21 | 8.0296 |
| 2026-01-28 | 8.1498 |
| 2026-02-04 | 8.2687 |
| 2026-02-11 | 8.2634 |
| 2026-02-18 | 8.2911 |
| 2026-02-25 | 8.2344 |
| 2026-03-04 | 8.2284 |
| 2026-03-11 | 8.3136 |
| 2026-03-18 | 8.2834 |
| 2026-03-25 | 8.1645 |
| 2026-04-01 | 8.1616 |
| 2026-04-08 | 8.2005 |
| 2026-04-15 | 8.2223 |
| 2026-04-22 | 8.1939 |
| 2026-04-29 | 8.1584 |
| 2026-05-06 | 8.1130 |
| 2026-05-13 | 7.9653 |
| 2026-05-20 | 7.8054 |
| 2026-05-27 | 8.0224 |
| 2026-06-03 | 7.8281 |
| 2026-06-10 | 7.8814 |
| 2026-06-17 | 7.8392 |
| 2026-06-24 | 7.7949 |
| 2026-07-01 | 7.7848 |
| 2026-07-08 | 7.8168 |
| 2026-07-15 | 7.8118 |
| 2026-07-22 | 7.8087 |
| 2026-07-29 | 7.8375 |
| 2026-08-05 | 7.8509 |
| 2026-08-12 | 7.8800 |
| 2026-08-19 | 7.9436 |
| 2026-08-26 | 8.0400 |
| 2026-09-02 | 8.0248 |
| 2026-09-09 | 8.0071 |
| 2026-09-16 | 7.9649 |
| 2026-09-23 | 8.0031 |
High
8.3136
Low
7.7848
Average
8.0231
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.