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: show the values
| Point | TWD/KZT |
|---|---|
| 2026-08-26 | 14.3694 |
| 2026-08-27 | 14.5604 |
| 2026-08-28 | 14.6540 |
| 2026-08-29 | 14.6532 |
| 2026-08-30 | 14.6742 |
| 2026-08-31 | 14.6571 |
| 2026-09-01 | 14.5725 |
| 2026-09-02 | 14.4307 |
| 2026-09-03 | 14.3529 |
| 2026-09-04 | 14.3749 |
| 2026-09-05 | 14.3858 |
| 2026-09-06 | 14.3944 |
| 2026-09-07 | 14.4331 |
| 2026-09-08 | 14.4147 |
| 2026-09-09 | 14.4293 |
| 2026-09-10 | 14.4285 |
| 2026-09-11 | 14.2331 |
| 2026-09-12 | 14.2731 |
| 2026-09-13 | 14.2428 |
| 2026-09-14 | 14.2482 |
| 2026-09-15 | 14.1473 |
| 2026-09-16 | 14.1466 |
| 2026-09-17 | 14.0108 |
| 2026-09-18 | 13.9984 |
| 2026-09-19 | 14.0665 |
| 2026-09-20 | 14.0506 |
| 2026-09-21 | 14.0711 |
| 2026-09-22 | 14.1552 |
| 2026-09-23 | 14.1235 |
| 2026-09-24 | 14.0069 |
| 2026-09-25 | 13.9061 |
High
14.6742
Low
13.9061
Average
14.2928
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.