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: show the values
| Point | TTD/KES |
|---|---|
| 2025-12-31 | 19.0273 |
| 2026-01-07 | 19.0214 |
| 2026-01-14 | 19.0250 |
| 2026-01-21 | 19.0429 |
| 2026-01-28 | 19.0099 |
| 2026-02-04 | 19.0249 |
| 2026-02-11 | 19.0114 |
| 2026-02-18 | 19.0208 |
| 2026-02-25 | 19.0409 |
| 2026-03-04 | 19.0651 |
| 2026-03-11 | 19.0498 |
| 2026-03-18 | 19.0931 |
| 2026-03-25 | 19.0939 |
| 2026-04-01 | 19.1489 |
| 2026-04-08 | 19.1960 |
| 2026-04-15 | 19.0363 |
| 2026-04-22 | 19.0380 |
| 2026-04-29 | 18.9899 |
| 2026-05-06 | 19.0521 |
| 2026-05-14 | 19.0338 |
| 2026-05-21 | 19.0892 |
| 2026-05-29 | 19.0404 |
| 2026-06-05 | 19.0879 |
| 2026-06-14 | 19.1032 |
| 2026-06-21 | 19.2064 |
| 2026-06-28 | 19.1131 |
| 2026-07-05 | 19.2536 |
| 2026-07-12 | 19.0862 |
| 2026-07-19 | 19.1164 |
| 2026-07-26 | 19.1702 |
| 2026-08-02 | 19.1896 |
| 2026-08-09 | 19.1344 |
| 2026-08-16 | 19.2087 |
| 2026-08-24 | 19.0657 |
| 2026-08-31 | 19.0370 |
| 2026-09-07 | 19.0855 |
| 2026-09-14 | 19.0665 |
| 2026-09-21 | 19.0733 |
High
19.2536
Low
18.9899
Average
19.0816
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.