TWD to KZT exchange rate API
New Taiwan Dollar to Tenge · quoted 2026-09-25
13.9061
▼ +13.20% over YTD
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 year to date, TWD/KZT traded between 13.9061 and 16.1912, averaged 15.0823 and fell 13.20%. 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 YTD: show the values
| Point | TWD/KZT |
|---|---|
| 2025-12-31 | 16.0210 |
| 2026-01-07 | 16.1912 |
| 2026-01-14 | 16.1022 |
| 2026-01-21 | 16.0626 |
| 2026-01-28 | 16.0093 |
| 2026-02-04 | 15.9059 |
| 2026-02-11 | 15.6197 |
| 2026-02-18 | 15.6007 |
| 2026-02-25 | 15.9387 |
| 2026-03-04 | 15.7683 |
| 2026-03-11 | 15.3618 |
| 2026-03-18 | 15.0692 |
| 2026-03-25 | 15.0887 |
| 2026-04-01 | 14.9703 |
| 2026-04-08 | 14.5604 |
| 2026-04-15 | 15.0259 |
| 2026-04-22 | 14.7607 |
| 2026-04-29 | 14.5089 |
| 2026-05-06 | 14.7296 |
| 2026-05-14 | 14.8918 |
| 2026-05-21 | 14.9342 |
| 2026-05-29 | 15.3944 |
| 2026-06-05 | 15.4112 |
| 2026-06-14 | 15.4780 |
| 2026-06-21 | 15.3989 |
| 2026-06-28 | 15.2540 |
| 2026-07-05 | 14.7965 |
| 2026-07-12 | 14.6913 |
| 2026-07-19 | 14.5138 |
| 2026-07-26 | 14.6782 |
| 2026-08-02 | 14.6816 |
| 2026-08-09 | 14.5585 |
| 2026-08-16 | 14.4851 |
| 2026-08-24 | 14.4326 |
| 2026-08-31 | 14.6571 |
| 2026-09-07 | 14.4331 |
| 2026-09-14 | 14.2482 |
| 2026-09-21 | 14.0711 |
High
16.1912
Low
13.9061
Average
15.0823
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.