Skip to content

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

TND/KZT over 5Y: show the values
PointTND/KZT
2024-08-24158.5927
2024-10-07157.4468
2024-11-06157.5595
2024-12-06165.8573
2025-01-05163.6973
2025-02-04162.2449
2025-03-06160.1212
2025-04-06165.9718
2025-05-06172.2911
2025-06-07173.1890
2025-07-07179.7060
2025-08-06185.2526
2025-09-05185.2480
2025-10-06188.4924
2025-11-05177.6888
2025-12-05172.1536
2026-01-05175.0184
2026-02-04175.9830
2026-03-06169.9419
2026-04-05160.2374
2026-05-05160.7969
2026-06-06165.8679
2026-07-08159.4829
2026-08-07160.4510
2026-09-07156.2834

High

188.4924

Low

149.4311

Average

167.6541

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.