TND to KZT exchange rate API
Tunisian Dinar to Tenge · quoted 2026-09-25
149.4311
▼ +5.78% over 5Y
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 5 years, TND/KZT traded between 149.4311 and 188.4924, averaged 167.6541 and fell 5.78%. 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 5Y: show the values
| Point | TND/KZT |
|---|---|
| 2024-08-24 | 158.5927 |
| 2024-10-07 | 157.4468 |
| 2024-11-06 | 157.5595 |
| 2024-12-06 | 165.8573 |
| 2025-01-05 | 163.6973 |
| 2025-02-04 | 162.2449 |
| 2025-03-06 | 160.1212 |
| 2025-04-06 | 165.9718 |
| 2025-05-06 | 172.2911 |
| 2025-06-07 | 173.1890 |
| 2025-07-07 | 179.7060 |
| 2025-08-06 | 185.2526 |
| 2025-09-05 | 185.2480 |
| 2025-10-06 | 188.4924 |
| 2025-11-05 | 177.6888 |
| 2025-12-05 | 172.1536 |
| 2026-01-05 | 175.0184 |
| 2026-02-04 | 175.9830 |
| 2026-03-06 | 169.9419 |
| 2026-04-05 | 160.2374 |
| 2026-05-05 | 160.7969 |
| 2026-06-06 | 165.8679 |
| 2026-07-08 | 159.4829 |
| 2026-08-07 | 160.4510 |
| 2026-09-07 | 156.2834 |
High
188.4924
Low
149.4311
Average
167.6541
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.