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: show the values
| Point | TND/KES |
|---|---|
| 2025-12-31 | 44.7537 |
| 2026-01-07 | 44.6952 |
| 2026-01-14 | 44.5544 |
| 2026-01-21 | 44.8042 |
| 2026-01-28 | 45.6534 |
| 2026-02-04 | 45.0647 |
| 2026-02-11 | 45.3906 |
| 2026-02-18 | 45.2456 |
| 2026-02-25 | 45.0069 |
| 2026-03-04 | 44.5419 |
| 2026-03-11 | 44.3294 |
| 2026-03-18 | 44.1182 |
| 2026-03-25 | 44.5311 |
| 2026-04-01 | 44.4257 |
| 2026-04-08 | 44.7405 |
| 2026-04-15 | 44.5484 |
| 2026-04-22 | 45.0934 |
| 2026-04-29 | 44.7667 |
| 2026-05-06 | 44.6028 |
| 2026-05-14 | 44.7016 |
| 2026-05-21 | 44.5370 |
| 2026-05-29 | 44.5576 |
| 2026-06-05 | 44.4733 |
| 2026-06-14 | 44.3181 |
| 2026-06-21 | 43.9436 |
| 2026-06-28 | 43.7386 |
| 2026-07-05 | 43.8576 |
| 2026-07-12 | 43.7346 |
| 2026-07-19 | 43.8077 |
| 2026-07-26 | 43.6563 |
| 2026-08-02 | 44.1034 |
| 2026-08-09 | 44.2801 |
| 2026-08-16 | 44.3550 |
| 2026-08-24 | 44.7816 |
| 2026-08-31 | 45.0312 |
| 2026-09-07 | 44.3715 |
| 2026-09-14 | 44.6805 |
| 2026-09-21 | 43.9658 |
High
45.6534
Low
43.6563
Average
44.5022
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.