TND to LAK exchange rate API
Tunisian Dinar to Kip · quoted 2026-09-25
7577.20
▼ +2.19% over 30D
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 30 days, TND/LAK traded between 7577.20 and 7812.54, averaged 7679.47 and fell 2.19%. 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 30D: show the values
| Point | TND/LAK |
|---|---|
| 2026-08-26 | 7746.96 |
| 2026-08-27 | 7721.75 |
| 2026-08-28 | 7717.21 |
| 2026-08-29 | 7690.14 |
| 2026-08-30 | 7687.90 |
| 2026-08-31 | 7812.54 |
| 2026-09-01 | 7703.70 |
| 2026-09-02 | 7691.84 |
| 2026-09-03 | 7672.67 |
| 2026-09-04 | 7724.09 |
| 2026-09-05 | 7723.85 |
| 2026-09-06 | 7690.72 |
| 2026-09-07 | 7675.77 |
| 2026-09-08 | 7731.03 |
| 2026-09-09 | 7704.92 |
| 2026-09-10 | 7720.05 |
| 2026-09-11 | 7710.78 |
| 2026-09-12 | 7722.24 |
| 2026-09-13 | 7693.50 |
| 2026-09-14 | 7729.72 |
| 2026-09-15 | 7633.92 |
| 2026-09-16 | 7686.63 |
| 2026-09-17 | 7646.64 |
| 2026-09-18 | 7682.40 |
| 2026-09-19 | 7644.84 |
| 2026-09-20 | 7600.99 |
| 2026-09-21 | 7608.78 |
| 2026-09-22 | 7618.62 |
| 2026-09-23 | 7605.05 |
| 2026-09-24 | 7589.44 |
| 2026-09-25 | 7577.20 |
High
7812.54
Low
7577.20
Average
7679.47
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.