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: show the values
| Point | TND/LAK |
|---|---|
| 2025-09-25 | 7459.69 |
| 2025-10-02 | 7457.06 |
| 2025-10-09 | 7391.94 |
| 2025-10-16 | 7425.10 |
| 2025-10-23 | 7377.40 |
| 2025-10-30 | 7409.91 |
| 2025-11-06 | 7317.60 |
| 2025-11-13 | 7358.28 |
| 2025-11-20 | 7329.56 |
| 2025-11-27 | 7370.58 |
| 2025-12-04 | 7408.57 |
| 2025-12-12 | 7411.92 |
| 2025-12-19 | 7428.40 |
| 2025-12-26 | 7484.87 |
| 2026-01-02 | 7500.55 |
| 2026-01-09 | 7449.92 |
| 2026-01-16 | 7470.82 |
| 2026-01-23 | 7502.41 |
| 2026-01-30 | 7585.11 |
| 2026-02-06 | 7507.32 |
| 2026-02-13 | 7550.96 |
| 2026-02-20 | 7467.69 |
| 2026-02-27 | 7485.88 |
| 2026-03-06 | 7370.60 |
| 2026-03-13 | 7334.97 |
| 2026-03-20 | 7331.57 |
| 2026-03-27 | 7400.35 |
| 2026-04-03 | 7484.15 |
| 2026-04-10 | 7616.82 |
| 2026-04-17 | 7645.79 |
| 2026-04-24 | 7607.99 |
| 2026-05-01 | 7625.75 |
| 2026-05-08 | 7565.37 |
| 2026-05-16 | 7573.39 |
| 2026-05-24 | 7500.37 |
| 2026-05-31 | 7543.69 |
| 2026-06-09 | 7537.05 |
| 2026-06-16 | 7537.99 |
| 2026-06-23 | 7512.81 |
| 2026-06-30 | 7601.57 |
| 2026-07-07 | 7652.88 |
| 2026-07-14 | 7653.89 |
| 2026-07-21 | 7688.77 |
| 2026-07-28 | 7662.45 |
| 2026-08-04 | 7749.08 |
| 2026-08-11 | 7742.63 |
| 2026-08-18 | 7732.75 |
| 2026-08-26 | 7746.96 |
| 2026-09-02 | 7691.84 |
| 2026-09-09 | 7704.92 |
| 2026-09-16 | 7686.63 |
| 2026-09-23 | 7605.05 |
High
7749.08
Low
7317.60
Average
7525.22
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.