Skip to content

TZS to LKR exchange rate API

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

0.12545

▲ +2.64% over 6M

1 TZS = 0.12545 LKR · 1 LKR = 7.9713 TZS · Get this rate via the API

1 TZS buys 0.12545 LKR as of 2026-09-25, so 1 LKR buys 7.9713 TZS. Over the last 6 months, TZS/LKR traded between 0.12171 and 0.12898, averaged 0.12562 and rose 2.64%. The API holds daily TZS/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TZS/LKR over 6M

TZS/LKR over 6M: show the values
PointTZS/LKR
2026-03-290.12222
2026-04-050.12199
2026-04-120.12171
2026-04-190.12222
2026-04-260.12273
2026-05-030.12301
2026-05-100.12409
2026-05-170.12610
2026-05-240.12669
2026-05-310.12639
2026-06-070.12898
2026-06-140.12816
2026-06-210.12731
2026-06-280.12825
2026-07-050.12792
2026-07-120.12779
2026-07-190.12792
2026-07-260.12761
2026-08-020.12797
2026-08-090.12722
2026-08-160.12622
2026-08-230.12478
2026-08-300.12444
2026-09-060.12439
2026-09-130.12473
2026-09-200.12543

High

0.12898

Low

0.12171

Average

0.12562

For developers

Get this rate via the API

One GET request returns the TZS/LKR 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=TZS&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TZS&currencies=LKR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TZS&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

TZS/LKR API questions

How do I get the TZS/LKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TZS&currencies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TZS/LKR rate in rates.LKR.

How far back does TZS/LKR historical data go?

Daily TZS/LKR 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 TZS/LKR 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.