Skip to content

TTD to KES exchange rate API

Trinidad and Tobago Dollar to Kenyan Shilling · quoted 2026-09-25

19.0342

▼ +0.21% over 1Y

1 TTD = 19.0342 KES · 1 KES = 0.05254 TTD · Get this rate via the API

1 TTD buys 19.0342 KES as of 2026-09-25, so 1 KES buys 0.05254 TTD. Over the last year, TTD/KES traded between 18.9709 and 19.2457, averaged 19.0659 and fell 0.21%. The API holds daily TTD/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/KES over 1Y

TTD/KES over 1Y: show the values
PointTTD/KES
2025-09-2519.0733
2025-10-0219.0831
2025-10-0919.0592
2025-10-1619.0423
2025-10-2319.0253
2025-10-3019.0931
2025-11-0619.0804
2025-11-1319.0853
2025-11-2019.1645
2025-11-2719.1053
2025-12-0419.1037
2025-12-1218.9978
2025-12-1919.0068
2025-12-2618.9709
2026-01-0219.0021
2026-01-0919.0284
2026-01-1619.0189
2026-01-2319.0207
2026-01-3019.0170
2026-02-0619.0567
2026-02-1319.0362
2026-02-2019.1140
2026-02-2719.0016
2026-03-0619.0886
2026-03-1319.0402
2026-03-2019.0127
2026-03-2719.1291
2026-04-0319.1736
2026-04-1019.0778
2026-04-1719.0267
2026-04-2419.0708
2026-05-0119.0268
2026-05-0819.0845
2026-05-1619.0575
2026-05-2419.2457
2026-05-3119.1231
2026-06-0919.0948
2026-06-1619.0569
2026-06-2319.0537
2026-06-3019.0749
2026-07-0719.0807
2026-07-1419.0311
2026-07-2119.0346
2026-07-2819.0455
2026-08-0419.0594
2026-08-1119.0811
2026-08-1819.0773
2026-08-2619.0582
2026-09-0219.0934
2026-09-0919.1092
2026-09-1619.1168
2026-09-2319.0497

High

19.2457

Low

18.9709

Average

19.0659

For developers

Get this rate via the API

One GET request returns the TTD/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=TTD&currencies=KES"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&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=TTD&currencies=KES").json()

Replace YOUR_API_KEY with the key from your dashboard.

TTD/KES API questions

How do I get the TTD/KES exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=KES, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/KES rate in rates.KES.

How far back does TTD/KES historical data go?

Daily TTD/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 TTD/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.