TND to LAK exchange rate API
Tunisian Dinar to Kip · quoted 2026-09-25
7577.20
▲ +4.59% over 5Y
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 5 years, TND/LAK traded between 6776.79 and 7733.77, averaged 7340.89 and rose 4.59%. 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 5Y: show the values
| Point | TND/LAK |
|---|---|
| 2024-08-24 | 7245.02 |
| 2024-10-07 | 7261.25 |
| 2024-11-06 | 7076.07 |
| 2024-12-06 | 6977.47 |
| 2025-01-05 | 6776.79 |
| 2025-02-04 | 6811.14 |
| 2025-03-06 | 6985.03 |
| 2025-04-06 | 7084.23 |
| 2025-05-06 | 7217.52 |
| 2025-06-07 | 7322.06 |
| 2025-07-07 | 7459.19 |
| 2025-08-06 | 7430.74 |
| 2025-09-05 | 7447.46 |
| 2025-10-06 | 7472.76 |
| 2025-11-05 | 7351.14 |
| 2025-12-05 | 7388.53 |
| 2026-01-05 | 7462.33 |
| 2026-02-04 | 7494.23 |
| 2026-03-06 | 7370.60 |
| 2026-04-05 | 7486.70 |
| 2026-05-05 | 7611.32 |
| 2026-06-06 | 7479.08 |
| 2026-07-08 | 7665.78 |
| 2026-08-07 | 7733.77 |
| 2026-09-07 | 7675.77 |
High
7733.77
Low
6776.79
Average
7340.89
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.