Skip to content

TWD to KZT exchange rate API

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

13.9061

▼ +23.11% over 1Y

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 year, TWD/KZT traded between 13.9061 and 18.3052, averaged 15.6018 and fell 23.11%. 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 1Y

TWD/KZT over 1Y: show the values
PointTWD/KZT
2025-09-2518.0851
2025-10-0218.3052
2025-10-0918.0068
2025-10-1617.5925
2025-10-2317.4668
2025-10-3017.2169
2025-11-0616.9926
2025-11-1316.8747
2025-11-2016.6003
2025-11-2716.5612
2025-12-0416.0564
2025-12-1216.6527
2025-12-1916.3667
2025-12-2616.2337
2026-01-0216.1469
2026-01-0916.1463
2026-01-1616.1901
2026-01-2315.9888
2026-01-3015.9874
2026-02-0615.6176
2026-02-1315.7329
2026-02-2015.6440
2026-02-2715.9366
2026-03-0615.5489
2026-03-1315.3612
2026-03-2014.9440
2026-03-2715.0378
2026-04-0314.7808
2026-04-1014.9963
2026-04-1714.9482
2026-04-2414.7498
2026-05-0114.6857
2026-05-0814.7960
2026-05-1614.8610
2026-05-2414.9874
2026-05-3115.4863
2026-06-0915.3860
2026-06-1615.5177
2026-06-2315.4060
2026-06-3015.2367
2026-07-0714.7168
2026-07-1414.7655
2026-07-2114.5713
2026-07-2814.6543
2026-08-0414.6597
2026-08-1114.4809
2026-08-1814.5076
2026-08-2614.3694
2026-09-0214.4307
2026-09-0914.4293
2026-09-1614.1466
2026-09-2314.1235

High

18.3052

Low

13.9061

Average

15.6018

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.