Skip to content

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

TJS/KES over YTD: show the values
PointTJS/KES
2025-12-3113.9670
2026-01-0713.9536
2026-01-1413.8211
2026-01-2113.8316
2026-01-2813.8809
2026-02-0413.8096
2026-02-1113.7336
2026-02-1813.6449
2026-02-2513.6437
2026-03-0413.5276
2026-03-1113.4949
2026-03-1813.5302
2026-03-2513.5277
2026-04-0113.5561
2026-04-0813.7836
2026-04-1513.6592
2026-04-2213.7528
2026-04-2913.7657
2026-05-0613.8127
2026-05-1413.8345
2026-05-2113.9219
2026-05-2914.0229
2026-06-0513.9009
2026-06-1413.8957
2026-06-2113.9036
2026-06-2813.9781
2026-07-0513.9308
2026-07-1213.9601
2026-07-1913.9748
2026-07-2613.9818
2026-08-0213.9912
2026-08-0913.9856
2026-08-1613.9697
2026-08-2414.0118
2026-08-3113.9973
2026-09-0714.0326
2026-09-1414.0036
2026-09-2114.0328

High

14.0328

Low

13.4949

Average

13.8475

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=KES"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&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=TJS&currencies=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&currencies=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.