Skip to content

TND to KZT exchange rate API

Tunisian Dinar to Tenge · quoted 2026-09-25

149.4311

▼ +14.15% over YTD

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 year to date, TND/KZT traded between 149.4311 and 177.4761, averaged 164.6856 and fell 14.15%. 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 YTD

TND/KZT over YTD: show the values
PointTND/KZT
2025-12-31174.0671
2026-01-07176.3890
2026-01-14175.8830
2026-01-21176.4565
2026-01-28177.4761
2026-02-04175.9830
2026-02-11173.1842
2026-02-18172.0550
2026-02-25174.0952
2026-03-04172.4379
2026-03-11167.5346
2026-03-18163.8883
2026-03-25165.7096
2026-04-01163.4404
2026-04-08159.0700
2026-04-15163.6290
2026-04-22162.1938
2026-04-29158.9159
2026-05-06160.4789
2026-05-14162.4739
2026-05-21162.2610
2026-05-29166.7563
2026-06-05166.9030
2026-06-14167.5011
2026-06-21165.6869
2026-06-28164.1503
2026-07-05160.3144
2026-07-12159.5283
2026-07-19159.4754
2026-07-26160.0373
2026-08-02161.6675
2026-08-09160.5210
2026-08-16159.0383
2026-08-24158.8712
2026-08-31161.1411
2026-09-07156.2834
2026-09-14156.0923
2026-09-21151.7171

High

177.4761

Low

149.4311

Average

164.6856

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.