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: show the values
| Point | TWD/KZT |
|---|---|
| 2025-09-25 | 18.0851 |
| 2025-10-02 | 18.3052 |
| 2025-10-09 | 18.0068 |
| 2025-10-16 | 17.5925 |
| 2025-10-23 | 17.4668 |
| 2025-10-30 | 17.2169 |
| 2025-11-06 | 16.9926 |
| 2025-11-13 | 16.8747 |
| 2025-11-20 | 16.6003 |
| 2025-11-27 | 16.5612 |
| 2025-12-04 | 16.0564 |
| 2025-12-12 | 16.6527 |
| 2025-12-19 | 16.3667 |
| 2025-12-26 | 16.2337 |
| 2026-01-02 | 16.1469 |
| 2026-01-09 | 16.1463 |
| 2026-01-16 | 16.1901 |
| 2026-01-23 | 15.9888 |
| 2026-01-30 | 15.9874 |
| 2026-02-06 | 15.6176 |
| 2026-02-13 | 15.7329 |
| 2026-02-20 | 15.6440 |
| 2026-02-27 | 15.9366 |
| 2026-03-06 | 15.5489 |
| 2026-03-13 | 15.3612 |
| 2026-03-20 | 14.9440 |
| 2026-03-27 | 15.0378 |
| 2026-04-03 | 14.7808 |
| 2026-04-10 | 14.9963 |
| 2026-04-17 | 14.9482 |
| 2026-04-24 | 14.7498 |
| 2026-05-01 | 14.6857 |
| 2026-05-08 | 14.7960 |
| 2026-05-16 | 14.8610 |
| 2026-05-24 | 14.9874 |
| 2026-05-31 | 15.4863 |
| 2026-06-09 | 15.3860 |
| 2026-06-16 | 15.5177 |
| 2026-06-23 | 15.4060 |
| 2026-06-30 | 15.2367 |
| 2026-07-07 | 14.7168 |
| 2026-07-14 | 14.7655 |
| 2026-07-21 | 14.5713 |
| 2026-07-28 | 14.6543 |
| 2026-08-04 | 14.6597 |
| 2026-08-11 | 14.4809 |
| 2026-08-18 | 14.5076 |
| 2026-08-26 | 14.3694 |
| 2026-09-02 | 14.4307 |
| 2026-09-09 | 14.4293 |
| 2026-09-16 | 14.1466 |
| 2026-09-23 | 14.1235 |
High
18.3052
Low
13.9061
Average
15.6018
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.