TND to KZT exchange rate API
Tunisian Dinar to Tenge · quoted 2026-09-25
149.4311
▼ +14.15% over YTD
1 TND = 149.4311 KZT · 1 KZT = 0.006692 TND · Get this rate via the API
1 TND buys 149.4311 KZT as of 2026-09-25, so 1 KZT buys 0.006692 TND. Over the year to date, TND/KZT traded between 149.4311 and 177.4761, averaged 164.6856 and fell 14.15%. The API holds daily TND/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/KZT over YTD: show the values
| Point | TND/KZT |
|---|---|
| 2025-12-31 | 174.0671 |
| 2026-01-07 | 176.3890 |
| 2026-01-14 | 175.8830 |
| 2026-01-21 | 176.4565 |
| 2026-01-28 | 177.4761 |
| 2026-02-04 | 175.9830 |
| 2026-02-11 | 173.1842 |
| 2026-02-18 | 172.0550 |
| 2026-02-25 | 174.0952 |
| 2026-03-04 | 172.4379 |
| 2026-03-11 | 167.5346 |
| 2026-03-18 | 163.8883 |
| 2026-03-25 | 165.7096 |
| 2026-04-01 | 163.4404 |
| 2026-04-08 | 159.0700 |
| 2026-04-15 | 163.6290 |
| 2026-04-22 | 162.1938 |
| 2026-04-29 | 158.9159 |
| 2026-05-06 | 160.4789 |
| 2026-05-14 | 162.4739 |
| 2026-05-21 | 162.2610 |
| 2026-05-29 | 166.7563 |
| 2026-06-05 | 166.9030 |
| 2026-06-14 | 167.5011 |
| 2026-06-21 | 165.6869 |
| 2026-06-28 | 164.1503 |
| 2026-07-05 | 160.3144 |
| 2026-07-12 | 159.5283 |
| 2026-07-19 | 159.4754 |
| 2026-07-26 | 160.0373 |
| 2026-08-02 | 161.6675 |
| 2026-08-09 | 160.5210 |
| 2026-08-16 | 159.0383 |
| 2026-08-24 | 158.8712 |
| 2026-08-31 | 161.1411 |
| 2026-09-07 | 156.2834 |
| 2026-09-14 | 156.0923 |
| 2026-09-21 | 151.7171 |
High
177.4761
Low
149.4311
Average
164.6856
Get this rate via the API
One GET request returns the TND/KZT 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=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=KZT").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/KZT API questions
How do I get the TND/KZT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/KZT rate in rates.KZT.
How far back does TND/KZT historical data go?
Daily TND/KZT 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/KZT 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.