Skip to content

TND to LAK exchange rate API

Tunisian Dinar to Kip · quoted 2026-09-25

7577.20

▲ +1.58% over 1Y

1 TND = 7577.20 LAK · 1 LAK = 0.000132 TND · Get this rate via the API

1 TND buys 7577.20 LAK as of 2026-09-25, so 1 LAK buys 0.000132 TND. Over the last year, TND/LAK traded between 7317.60 and 7749.08, averaged 7525.22 and rose 1.58%. The API holds daily TND/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/LAK over 1Y

TND/LAK over 1Y: show the values
PointTND/LAK
2025-09-257459.69
2025-10-027457.06
2025-10-097391.94
2025-10-167425.10
2025-10-237377.40
2025-10-307409.91
2025-11-067317.60
2025-11-137358.28
2025-11-207329.56
2025-11-277370.58
2025-12-047408.57
2025-12-127411.92
2025-12-197428.40
2025-12-267484.87
2026-01-027500.55
2026-01-097449.92
2026-01-167470.82
2026-01-237502.41
2026-01-307585.11
2026-02-067507.32
2026-02-137550.96
2026-02-207467.69
2026-02-277485.88
2026-03-067370.60
2026-03-137334.97
2026-03-207331.57
2026-03-277400.35
2026-04-037484.15
2026-04-107616.82
2026-04-177645.79
2026-04-247607.99
2026-05-017625.75
2026-05-087565.37
2026-05-167573.39
2026-05-247500.37
2026-05-317543.69
2026-06-097537.05
2026-06-167537.99
2026-06-237512.81
2026-06-307601.57
2026-07-077652.88
2026-07-147653.89
2026-07-217688.77
2026-07-287662.45
2026-08-047749.08
2026-08-117742.63
2026-08-187732.75
2026-08-267746.96
2026-09-027691.84
2026-09-097704.92
2026-09-167686.63
2026-09-237605.05

High

7749.08

Low

7317.60

Average

7525.22

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/LAK API questions

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

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

How far back does TND/LAK historical data go?

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