Skip to content

TND to KES exchange rate API

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

43.8248

▼ +2.08% over YTD

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 year to date, TND/KES traded between 43.6563 and 45.6534, averaged 44.5022 and fell 2.08%. 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 YTD

TND/KES over YTD: show the values
PointTND/KES
2025-12-3144.7537
2026-01-0744.6952
2026-01-1444.5544
2026-01-2144.8042
2026-01-2845.6534
2026-02-0445.0647
2026-02-1145.3906
2026-02-1845.2456
2026-02-2545.0069
2026-03-0444.5419
2026-03-1144.3294
2026-03-1844.1182
2026-03-2544.5311
2026-04-0144.4257
2026-04-0844.7405
2026-04-1544.5484
2026-04-2245.0934
2026-04-2944.7667
2026-05-0644.6028
2026-05-1444.7016
2026-05-2144.5370
2026-05-2944.5576
2026-06-0544.4733
2026-06-1444.3181
2026-06-2143.9436
2026-06-2843.7386
2026-07-0543.8576
2026-07-1243.7346
2026-07-1943.8077
2026-07-2643.6563
2026-08-0244.1034
2026-08-0944.2801
2026-08-1644.3550
2026-08-2444.7816
2026-08-3145.0312
2026-09-0744.3715
2026-09-1444.6805
2026-09-2143.9658

High

45.6534

Low

43.6563

Average

44.5022

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.