Skip to content

TND to KZT exchange rate API

Tunisian Dinar to Tenge · quoted 2026-09-25

149.4311

▼ +9.34% over 6M

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 6 months, TND/KZT traded between 149.4311 and 167.7568, averaged 159.9468 and fell 9.34%. 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 6M

TND/KZT over 6M: show the values
PointTND/KZT
2026-03-29164.8319
2026-04-05160.2374
2026-04-12161.7221
2026-04-19161.5612
2026-04-26159.0753
2026-05-03160.7662
2026-05-10159.1191
2026-05-18160.4018
2026-05-26163.1872
2026-06-02167.7568
2026-06-11166.8215
2026-06-18166.6072
2026-06-25164.3171
2026-07-02163.1434
2026-07-09159.1527
2026-07-16159.4502
2026-07-23158.7129
2026-07-30161.4339
2026-08-06160.9930
2026-08-13158.5218
2026-08-21157.6726
2026-08-28159.5785
2026-09-04156.7703
2026-09-11154.9439
2026-09-18152.9242
2026-09-25149.4311

High

167.7568

Low

149.4311

Average

159.9468

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=KZT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=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&currencies=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.