Skip to content

TTD to KES exchange rate API

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

19.0342

▲ +0.04% over YTD

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 year to date, TTD/KES traded between 18.9899 and 19.2536, averaged 19.0816 and rose 0.04%. 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 YTD

TTD/KES over YTD: show the values
PointTTD/KES
2025-12-3119.0273
2026-01-0719.0214
2026-01-1419.0250
2026-01-2119.0429
2026-01-2819.0099
2026-02-0419.0249
2026-02-1119.0114
2026-02-1819.0208
2026-02-2519.0409
2026-03-0419.0651
2026-03-1119.0498
2026-03-1819.0931
2026-03-2519.0939
2026-04-0119.1489
2026-04-0819.1960
2026-04-1519.0363
2026-04-2219.0380
2026-04-2918.9899
2026-05-0619.0521
2026-05-1419.0338
2026-05-2119.0892
2026-05-2919.0404
2026-06-0519.0879
2026-06-1419.1032
2026-06-2119.2064
2026-06-2819.1131
2026-07-0519.2536
2026-07-1219.0862
2026-07-1919.1164
2026-07-2619.1702
2026-08-0219.1896
2026-08-0919.1344
2026-08-1619.2087
2026-08-2419.0657
2026-08-3119.0370
2026-09-0719.0855
2026-09-1419.0665
2026-09-2119.0733

High

19.2536

Low

18.9899

Average

19.0816

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.