TWD to KES exchange rate API
New Taiwan Dollar to Kenyan Shilling · quoted 2026-09-25
4.0758
▼ +5.48% over 1Y
1 TWD = 4.0758 KES · 1 KES = 0.24535 TWD · Get this rate via the API
1 TWD buys 4.0758 KES as of 2026-09-25, so 1 KES buys 0.24535 TWD. Over the last year, TWD/KES traded between 3.9943 and 4.3330, averaged 4.1052 and fell 5.48%. The API holds daily TWD/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/KES over 1Y: show the values
| Point | TWD/KES |
|---|---|
| 2025-09-25 | 4.3120 |
| 2025-10-02 | 4.3330 |
| 2025-10-09 | 4.3101 |
| 2025-10-16 | 4.2196 |
| 2025-10-23 | 4.1870 |
| 2025-10-30 | 4.2049 |
| 2025-11-06 | 4.1823 |
| 2025-11-13 | 4.1556 |
| 2025-11-20 | 4.1598 |
| 2025-11-27 | 4.1416 |
| 2025-12-04 | 4.1325 |
| 2025-12-12 | 4.1248 |
| 2025-12-19 | 4.0903 |
| 2025-12-26 | 4.1011 |
| 2026-01-02 | 4.1071 |
| 2026-01-09 | 4.0883 |
| 2026-01-16 | 4.0870 |
| 2026-01-23 | 4.0828 |
| 2026-01-30 | 4.1053 |
| 2026-02-06 | 4.0755 |
| 2026-02-13 | 4.1073 |
| 2026-02-20 | 4.0951 |
| 2026-02-27 | 4.1156 |
| 2026-03-06 | 4.0707 |
| 2026-03-13 | 4.0482 |
| 2026-03-20 | 4.0333 |
| 2026-03-27 | 4.0553 |
| 2026-04-03 | 4.0644 |
| 2026-04-10 | 4.0698 |
| 2026-04-17 | 4.0961 |
| 2026-04-24 | 4.1050 |
| 2026-05-01 | 4.0949 |
| 2026-05-08 | 4.1247 |
| 2026-05-16 | 4.0972 |
| 2026-05-24 | 4.1230 |
| 2026-05-31 | 4.1176 |
| 2026-06-09 | 4.0980 |
| 2026-06-16 | 4.1024 |
| 2026-06-23 | 4.0888 |
| 2026-06-30 | 4.0659 |
| 2026-07-07 | 4.0294 |
| 2026-07-14 | 4.0151 |
| 2026-07-21 | 4.0010 |
| 2026-07-28 | 3.9971 |
| 2026-08-04 | 3.9943 |
| 2026-08-11 | 4.0138 |
| 2026-08-18 | 4.0613 |
| 2026-08-26 | 4.0638 |
| 2026-09-02 | 4.0743 |
| 2026-09-09 | 4.1134 |
| 2026-09-16 | 4.0801 |
| 2026-09-23 | 4.0836 |
High
4.3330
Low
3.9943
Average
4.1052
Get this rate via the API
One GET request returns the TWD/KES 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=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=KES").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/KES API questions
How do I get the TWD/KES exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=KES, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/KES rate in rates.KES.
How far back does TWD/KES historical data go?
Daily TWD/KES 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/KES 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.