TND to LAK exchange rate API
Tunisian Dinar to Kip · quoted 2026-09-25
7577.20
▲ +1.14% over YTD
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 year to date, TND/LAK traded between 7305.87 and 7812.54, averaged 7568.67 and rose 1.14%. 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 YTD: show the values
| Point | TND/LAK |
|---|---|
| 2025-12-31 | 7491.51 |
| 2026-01-07 | 7490.37 |
| 2026-01-14 | 7471.42 |
| 2026-01-21 | 7504.52 |
| 2026-01-28 | 7579.68 |
| 2026-02-04 | 7494.23 |
| 2026-02-11 | 7566.15 |
| 2026-02-18 | 7510.35 |
| 2026-02-25 | 7461.70 |
| 2026-03-04 | 7383.55 |
| 2026-03-11 | 7339.61 |
| 2026-03-18 | 7305.87 |
| 2026-03-25 | 7396.26 |
| 2026-04-01 | 7493.15 |
| 2026-04-08 | 7542.21 |
| 2026-04-15 | 7567.06 |
| 2026-04-22 | 7706.66 |
| 2026-04-29 | 7609.88 |
| 2026-05-06 | 7584.03 |
| 2026-05-14 | 7603.59 |
| 2026-05-21 | 7547.45 |
| 2026-05-29 | 7536.93 |
| 2026-06-05 | 7552.42 |
| 2026-06-14 | 7522.77 |
| 2026-06-21 | 7483.32 |
| 2026-06-28 | 7561.07 |
| 2026-07-05 | 7643.23 |
| 2026-07-12 | 7609.64 |
| 2026-07-19 | 7645.99 |
| 2026-07-26 | 7631.49 |
| 2026-08-02 | 7707.20 |
| 2026-08-09 | 7726.28 |
| 2026-08-16 | 7704.60 |
| 2026-08-24 | 7799.81 |
| 2026-08-31 | 7812.54 |
| 2026-09-07 | 7675.77 |
| 2026-09-14 | 7729.72 |
| 2026-09-21 | 7608.78 |
High
7812.54
Low
7305.87
Average
7568.67
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.