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: show the values
| Point | TTD/KES |
|---|---|
| 2025-09-25 | 19.0733 |
| 2025-10-02 | 19.0831 |
| 2025-10-09 | 19.0592 |
| 2025-10-16 | 19.0423 |
| 2025-10-23 | 19.0253 |
| 2025-10-30 | 19.0931 |
| 2025-11-06 | 19.0804 |
| 2025-11-13 | 19.0853 |
| 2025-11-20 | 19.1645 |
| 2025-11-27 | 19.1053 |
| 2025-12-04 | 19.1037 |
| 2025-12-12 | 18.9978 |
| 2025-12-19 | 19.0068 |
| 2025-12-26 | 18.9709 |
| 2026-01-02 | 19.0021 |
| 2026-01-09 | 19.0284 |
| 2026-01-16 | 19.0189 |
| 2026-01-23 | 19.0207 |
| 2026-01-30 | 19.0170 |
| 2026-02-06 | 19.0567 |
| 2026-02-13 | 19.0362 |
| 2026-02-20 | 19.1140 |
| 2026-02-27 | 19.0016 |
| 2026-03-06 | 19.0886 |
| 2026-03-13 | 19.0402 |
| 2026-03-20 | 19.0127 |
| 2026-03-27 | 19.1291 |
| 2026-04-03 | 19.1736 |
| 2026-04-10 | 19.0778 |
| 2026-04-17 | 19.0267 |
| 2026-04-24 | 19.0708 |
| 2026-05-01 | 19.0268 |
| 2026-05-08 | 19.0845 |
| 2026-05-16 | 19.0575 |
| 2026-05-24 | 19.2457 |
| 2026-05-31 | 19.1231 |
| 2026-06-09 | 19.0948 |
| 2026-06-16 | 19.0569 |
| 2026-06-23 | 19.0537 |
| 2026-06-30 | 19.0749 |
| 2026-07-07 | 19.0807 |
| 2026-07-14 | 19.0311 |
| 2026-07-21 | 19.0346 |
| 2026-07-28 | 19.0455 |
| 2026-08-04 | 19.0594 |
| 2026-08-11 | 19.0811 |
| 2026-08-18 | 19.0773 |
| 2026-08-26 | 19.0582 |
| 2026-09-02 | 19.0934 |
| 2026-09-09 | 19.1092 |
| 2026-09-16 | 19.1168 |
| 2026-09-23 | 19.0497 |
High
19.2457
Low
18.9709
Average
19.0659
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.