TWD to KZT exchange rate API
New Taiwan Dollar to Tenge · quoted 2026-09-25
13.9061
▼ +7.72% over 6M
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 6 months, TWD/KZT traded between 13.9061 and 15.5109, averaged 14.7020 and fell 7.72%. 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 6M: show the values
| Point | TWD/KZT |
|---|---|
| 2026-03-29 | 15.0698 |
| 2026-04-05 | 14.6899 |
| 2026-04-12 | 14.8654 |
| 2026-04-19 | 14.9202 |
| 2026-04-26 | 14.7302 |
| 2026-05-03 | 14.6473 |
| 2026-05-10 | 14.7192 |
| 2026-05-18 | 14.8783 |
| 2026-05-26 | 15.0190 |
| 2026-06-02 | 15.5109 |
| 2026-06-11 | 15.4103 |
| 2026-06-18 | 15.4545 |
| 2026-06-25 | 15.2743 |
| 2026-07-02 | 15.0229 |
| 2026-07-09 | 14.5763 |
| 2026-07-16 | 14.5726 |
| 2026-07-23 | 14.4663 |
| 2026-07-30 | 14.6512 |
| 2026-08-06 | 14.5743 |
| 2026-08-13 | 14.4703 |
| 2026-08-21 | 14.3581 |
| 2026-08-28 | 14.6540 |
| 2026-09-04 | 14.3749 |
| 2026-09-11 | 14.2331 |
| 2026-09-18 | 13.9984 |
| 2026-09-25 | 13.9061 |
High
15.5109
Low
13.9061
Average
14.7020
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.