Skip to content

TND to KES exchange rate API

Tunisian Dinar to Kenyan Shilling · quoted 2026-09-25

43.8248

▼ +1.47% over 1Y

1 TND = 43.8248 KES · 1 KES = 0.02282 TND · Get this rate via the API

1 TND buys 43.8248 KES as of 2026-09-25, so 1 KES buys 0.02282 TND. Over the last year, TND/KES traded between 43.6922 and 45.4428, averaged 44.3795 and fell 1.47%. The API holds daily TND/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/KES over 1Y

TND/KES over 1Y: show the values
PointTND/KES
2025-09-2544.4795
2025-10-0244.6546
2025-10-0944.1700
2025-10-1644.2049
2025-10-2343.9302
2025-10-3044.1164
2025-11-0643.6922
2025-11-1343.8516
2025-11-2043.9339
2025-11-2744.0611
2025-12-0444.2254
2025-12-1244.1216
2025-12-1944.2710
2025-12-2644.6444
2026-01-0244.7443
2026-01-0944.5589
2026-01-1644.5925
2026-01-2344.8895
2026-01-3045.4428
2026-02-0645.0530
2026-02-1345.3410
2026-02-2044.9480
2026-02-2745.0223
2026-03-0644.4910
2026-03-1344.1368
2026-03-2044.2283
2026-03-2744.3096
2026-04-0344.3117
2026-04-1044.8202
2026-04-1744.7896
2026-04-2444.8581
2026-05-0144.8230
2026-05-0844.5062
2026-05-1644.5097
2026-05-2444.5258
2026-05-3144.5728
2026-06-0944.2468
2026-06-1644.3726
2026-06-2344.0012
2026-06-3043.9071
2026-07-0743.8639
2026-07-1443.7619
2026-07-2143.8661
2026-07-2843.6983
2026-08-0444.2153
2026-08-1144.2165
2026-08-1844.3454
2026-08-2644.6291
2026-09-0244.3412
2026-09-0944.6468
2026-09-1644.4645
2026-09-2343.8789

High

45.4428

Low

43.6922

Average

44.3795

For developers

Get this rate via the API

One GET request returns the TND/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=TND&currencies=KES"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=KES").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/KES API questions

How do I get the TND/KES exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=KES, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/KES rate in rates.KES.

How far back does TND/KES historical data go?

Daily TND/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 TND/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.