Skip to content

TWD to KZT exchange rate API

New Taiwan Dollar to Tenge · quoted 2026-09-25

13.9061

▼ +3.22% over 30D

1 TWD = 13.9061 KZT · 1 KZT = 0.07191 TWD · Get this rate via the API

1 TWD buys 13.9061 KZT as of 2026-09-25, so 1 KZT buys 0.07191 TWD. Over the last 30 days, TWD/KZT traded between 13.9061 and 14.6742, averaged 14.2928 and fell 3.22%. The API holds daily TWD/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/KZT over 30D

TWD/KZT over 30D: show the values
PointTWD/KZT
2026-08-2614.3694
2026-08-2714.5604
2026-08-2814.6540
2026-08-2914.6532
2026-08-3014.6742
2026-08-3114.6571
2026-09-0114.5725
2026-09-0214.4307
2026-09-0314.3529
2026-09-0414.3749
2026-09-0514.3858
2026-09-0614.3944
2026-09-0714.4331
2026-09-0814.4147
2026-09-0914.4293
2026-09-1014.4285
2026-09-1114.2331
2026-09-1214.2731
2026-09-1314.2428
2026-09-1414.2482
2026-09-1514.1473
2026-09-1614.1466
2026-09-1714.0108
2026-09-1813.9984
2026-09-1914.0665
2026-09-2014.0506
2026-09-2114.0711
2026-09-2214.1552
2026-09-2314.1235
2026-09-2414.0069
2026-09-2513.9061

High

14.6742

Low

13.9061

Average

14.2928

For developers

Get this rate via the API

One GET request returns the TWD/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=TWD&currencies=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&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=TWD&currencies=KZT").json()

Replace YOUR_API_KEY with the key from your dashboard.

TWD/KZT API questions

How do I get the TWD/KZT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/KZT rate in rates.KZT.

How far back does TWD/KZT historical data go?

Daily TWD/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 TWD/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.