Skip to content

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

TWD/KES over 1Y: show the values
PointTWD/KES
2025-09-254.3120
2025-10-024.3330
2025-10-094.3101
2025-10-164.2196
2025-10-234.1870
2025-10-304.2049
2025-11-064.1823
2025-11-134.1556
2025-11-204.1598
2025-11-274.1416
2025-12-044.1325
2025-12-124.1248
2025-12-194.0903
2025-12-264.1011
2026-01-024.1071
2026-01-094.0883
2026-01-164.0870
2026-01-234.0828
2026-01-304.1053
2026-02-064.0755
2026-02-134.1073
2026-02-204.0951
2026-02-274.1156
2026-03-064.0707
2026-03-134.0482
2026-03-204.0333
2026-03-274.0553
2026-04-034.0644
2026-04-104.0698
2026-04-174.0961
2026-04-244.1050
2026-05-014.0949
2026-05-084.1247
2026-05-164.0972
2026-05-244.1230
2026-05-314.1176
2026-06-094.0980
2026-06-164.1024
2026-06-234.0888
2026-06-304.0659
2026-07-074.0294
2026-07-144.0151
2026-07-214.0010
2026-07-283.9971
2026-08-043.9943
2026-08-114.0138
2026-08-184.0613
2026-08-264.0638
2026-09-024.0743
2026-09-094.1134
2026-09-164.0801
2026-09-234.0836

High

4.3330

Low

3.9943

Average

4.1052

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=KES"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=KES");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=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&currencies=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.