TND to KZT exchange rate API
Tunisian Dinar to Tenge · quoted 2026-09-25
149.4311
▼ +5.31% over 30D
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 last 30 days, TND/KZT traded between 149.4311 and 161.1411, averaged 155.2745 and fell 5.31%. 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 30D: show the values
| Point | TND/KZT |
|---|---|
| 2026-08-26 | 157.8047 |
| 2026-08-27 | 159.1155 |
| 2026-08-28 | 159.5785 |
| 2026-08-29 | 158.7650 |
| 2026-08-30 | 159.2515 |
| 2026-08-31 | 161.1411 |
| 2026-09-01 | 158.5454 |
| 2026-09-02 | 157.0502 |
| 2026-09-03 | 156.2716 |
| 2026-09-04 | 156.7703 |
| 2026-09-05 | 156.8006 |
| 2026-09-06 | 156.4372 |
| 2026-09-07 | 156.2834 |
| 2026-09-08 | 156.4883 |
| 2026-09-09 | 156.6136 |
| 2026-09-10 | 157.0552 |
| 2026-09-11 | 154.9439 |
| 2026-09-12 | 155.5950 |
| 2026-09-13 | 155.6898 |
| 2026-09-14 | 156.0923 |
| 2026-09-15 | 153.5184 |
| 2026-09-16 | 154.1662 |
| 2026-09-17 | 152.3793 |
| 2026-09-18 | 152.9242 |
| 2026-09-19 | 152.1259 |
| 2026-09-20 | 151.9757 |
| 2026-09-21 | 151.7171 |
| 2026-09-22 | 152.2695 |
| 2026-09-23 | 151.7591 |
| 2026-09-24 | 150.7939 |
| 2026-09-25 | 149.4311 |
High
161.1411
Low
149.4311
Average
155.2745
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.