Skip to content

TND to LKR exchange rate API

Tunisian Dinar to Sri Lanka Rupee · quoted 2026-09-25

111.9945

▲ +9.56% over 1Y

1 TND = 111.9945 LKR · 1 LKR = 0.008929 TND · Get this rate via the API

1 TND buys 111.9945 LKR as of 2026-09-25, so 1 LKR buys 0.008929 TND. Over the last year, TND/LKR traded between 102.2216 and 115.4307, averaged 109.3635 and rose 9.56%. The API holds daily TND/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/LKR over 1Y

TND/LKR over 1Y: show the values
PointTND/LKR
2025-09-25102.2216
2025-10-02102.3516
2025-10-09103.5745
2025-10-16103.8897
2025-10-23103.4689
2025-10-30104.0687
2025-11-06103.1696
2025-11-13103.6208
2025-11-20104.3259
2025-11-27104.7736
2025-12-04105.5705
2025-12-12106.0474
2025-12-19106.3386
2025-12-26107.2709
2026-01-02107.5060
2026-01-09106.8444
2026-01-16107.1525
2026-01-23108.0421
2026-01-30109.1186
2026-02-06108.2811
2026-02-13108.8226
2026-02-20107.9510
2026-02-27108.1920
2026-03-06107.3582
2026-03-13106.3515
2026-03-20107.1285
2026-03-27107.6568
2026-04-03107.6413
2026-04-10109.6456
2026-04-17109.7493
2026-04-24110.5295
2026-05-01111.0876
2026-05-08110.7630
2026-05-16113.0518
2026-05-24113.8404
2026-05-31113.7271
2026-06-09115.4307
2026-06-16114.5877
2026-06-23113.9779
2026-06-30114.2031
2026-07-07113.8145
2026-07-14114.0801
2026-07-21114.3553
2026-07-28113.6366
2026-08-04114.9938
2026-08-11114.6680
2026-08-18114.0620
2026-08-26113.5001
2026-09-02112.7024
2026-09-09113.6059
2026-09-16113.6973
2026-09-23111.8228

High

115.4307

Low

102.2216

Average

109.3635

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/LKR API questions

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

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

How far back does TND/LKR historical data go?

Daily TND/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 TND/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.