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: show the values
| Point | TND/KES |
|---|---|
| 2025-09-25 | 44.4795 |
| 2025-10-02 | 44.6546 |
| 2025-10-09 | 44.1700 |
| 2025-10-16 | 44.2049 |
| 2025-10-23 | 43.9302 |
| 2025-10-30 | 44.1164 |
| 2025-11-06 | 43.6922 |
| 2025-11-13 | 43.8516 |
| 2025-11-20 | 43.9339 |
| 2025-11-27 | 44.0611 |
| 2025-12-04 | 44.2254 |
| 2025-12-12 | 44.1216 |
| 2025-12-19 | 44.2710 |
| 2025-12-26 | 44.6444 |
| 2026-01-02 | 44.7443 |
| 2026-01-09 | 44.5589 |
| 2026-01-16 | 44.5925 |
| 2026-01-23 | 44.8895 |
| 2026-01-30 | 45.4428 |
| 2026-02-06 | 45.0530 |
| 2026-02-13 | 45.3410 |
| 2026-02-20 | 44.9480 |
| 2026-02-27 | 45.0223 |
| 2026-03-06 | 44.4910 |
| 2026-03-13 | 44.1368 |
| 2026-03-20 | 44.2283 |
| 2026-03-27 | 44.3096 |
| 2026-04-03 | 44.3117 |
| 2026-04-10 | 44.8202 |
| 2026-04-17 | 44.7896 |
| 2026-04-24 | 44.8581 |
| 2026-05-01 | 44.8230 |
| 2026-05-08 | 44.5062 |
| 2026-05-16 | 44.5097 |
| 2026-05-24 | 44.5258 |
| 2026-05-31 | 44.5728 |
| 2026-06-09 | 44.2468 |
| 2026-06-16 | 44.3726 |
| 2026-06-23 | 44.0012 |
| 2026-06-30 | 43.9071 |
| 2026-07-07 | 43.8639 |
| 2026-07-14 | 43.7619 |
| 2026-07-21 | 43.8661 |
| 2026-07-28 | 43.6983 |
| 2026-08-04 | 44.2153 |
| 2026-08-11 | 44.2165 |
| 2026-08-18 | 44.3454 |
| 2026-08-26 | 44.6291 |
| 2026-09-02 | 44.3412 |
| 2026-09-09 | 44.6468 |
| 2026-09-16 | 44.4645 |
| 2026-09-23 | 43.8789 |
High
45.4428
Low
43.6922
Average
44.3795
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.