TND to KZT exchange rate API
Tunisian Dinar to Tenge · quoted 2026-09-25
149.4311
▼ +19.90% over 1Y
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 year, TND/KZT traded between 149.4311 and 188.6462, averaged 168.5445 and fell 19.90%. 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 1Y: show the values
| Point | TND/KZT |
|---|---|
| 2025-09-25 | 186.5548 |
| 2025-10-02 | 188.6462 |
| 2025-10-09 | 184.5352 |
| 2025-10-16 | 184.2999 |
| 2025-10-23 | 183.2637 |
| 2025-10-30 | 180.6350 |
| 2025-11-06 | 177.5194 |
| 2025-11-13 | 178.0675 |
| 2025-11-20 | 175.3236 |
| 2025-11-27 | 176.1882 |
| 2025-12-04 | 171.8344 |
| 2025-12-12 | 178.1291 |
| 2025-12-19 | 177.1462 |
| 2025-12-26 | 176.7192 |
| 2026-01-02 | 175.9108 |
| 2026-01-09 | 175.9815 |
| 2026-01-16 | 176.6493 |
| 2026-01-23 | 175.7949 |
| 2026-01-30 | 176.9707 |
| 2026-02-06 | 172.6464 |
| 2026-02-13 | 173.6766 |
| 2026-02-20 | 171.7105 |
| 2026-02-27 | 174.3357 |
| 2026-03-06 | 169.9419 |
| 2026-03-13 | 167.4821 |
| 2026-03-20 | 163.8720 |
| 2026-03-27 | 164.3060 |
| 2026-04-03 | 161.1473 |
| 2026-04-10 | 165.1537 |
| 2026-04-17 | 163.4563 |
| 2026-04-24 | 161.1815 |
| 2026-05-01 | 160.7516 |
| 2026-05-08 | 159.6525 |
| 2026-05-16 | 161.4428 |
| 2026-05-24 | 161.8537 |
| 2026-05-31 | 167.6388 |
| 2026-06-09 | 166.1246 |
| 2026-06-16 | 167.8454 |
| 2026-06-23 | 165.7910 |
| 2026-06-30 | 164.5387 |
| 2026-07-07 | 160.2051 |
| 2026-07-14 | 160.9329 |
| 2026-07-21 | 159.7582 |
| 2026-07-28 | 160.2075 |
| 2026-08-04 | 162.2771 |
| 2026-08-11 | 159.5241 |
| 2026-08-18 | 158.4105 |
| 2026-08-26 | 157.8047 |
| 2026-09-02 | 157.0502 |
| 2026-09-09 | 156.6136 |
| 2026-09-16 | 154.1662 |
| 2026-09-23 | 151.7591 |
High
188.6462
Low
149.4311
Average
168.5445
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.