TJS to KES exchange rate API
Somoni to Kenyan Shilling · quoted 2026-09-27
14.0261
▲ +0.42% over YTD
1 TJS = 14.0261 KES · 1 KES = 0.07130 TJS · Get this rate via the API
1 TJS buys 14.0261 KES as of 2026-09-27, so 1 KES buys 0.07130 TJS. Over the year to date, TJS/KES traded between 13.4949 and 14.0328, averaged 13.8475 and rose 0.42%. The API holds daily TJS/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TJS/KES over YTD: show the values
| Point | TJS/KES |
|---|---|
| 2025-12-31 | 13.9670 |
| 2026-01-07 | 13.9536 |
| 2026-01-14 | 13.8211 |
| 2026-01-21 | 13.8316 |
| 2026-01-28 | 13.8809 |
| 2026-02-04 | 13.8096 |
| 2026-02-11 | 13.7336 |
| 2026-02-18 | 13.6449 |
| 2026-02-25 | 13.6437 |
| 2026-03-04 | 13.5276 |
| 2026-03-11 | 13.4949 |
| 2026-03-18 | 13.5302 |
| 2026-03-25 | 13.5277 |
| 2026-04-01 | 13.5561 |
| 2026-04-08 | 13.7836 |
| 2026-04-15 | 13.6592 |
| 2026-04-22 | 13.7528 |
| 2026-04-29 | 13.7657 |
| 2026-05-06 | 13.8127 |
| 2026-05-14 | 13.8345 |
| 2026-05-21 | 13.9219 |
| 2026-05-29 | 14.0229 |
| 2026-06-05 | 13.9009 |
| 2026-06-14 | 13.8957 |
| 2026-06-21 | 13.9036 |
| 2026-06-28 | 13.9781 |
| 2026-07-05 | 13.9308 |
| 2026-07-12 | 13.9601 |
| 2026-07-19 | 13.9748 |
| 2026-07-26 | 13.9818 |
| 2026-08-02 | 13.9912 |
| 2026-08-09 | 13.9856 |
| 2026-08-16 | 13.9697 |
| 2026-08-24 | 14.0118 |
| 2026-08-31 | 13.9973 |
| 2026-09-07 | 14.0326 |
| 2026-09-14 | 14.0036 |
| 2026-09-21 | 14.0328 |
High
14.0328
Low
13.4949
Average
13.8475
Get this rate via the API
One GET request returns the TJS/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=TJS¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=KES").json()Replace YOUR_API_KEY with the key from your dashboard.
TJS/KES API questions
How do I get the TJS/KES exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=KES, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/KES rate in rates.KES.
How far back does TJS/KES historical data go?
Daily TJS/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 TJS/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.