TND to KGS exchange rate API
Tunisian Dinar to Som · quoted 2026-09-25
29.5968
▼ +1.64% over 1Y
1 TND = 29.5968 KGS · 1 KGS = 0.03379 TND · Get this rate via the API
1 TND buys 29.5968 KGS as of 2026-09-25, so 1 KGS buys 0.03379 TND. Over the last year, TND/KGS traded between 29.5702 and 30.7804, averaged 30.0224 and fell 1.64%. The API holds daily TND/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/KGS over 1Y: show the values
| Point | TND/KGS |
|---|---|
| 2025-09-25 | 30.0908 |
| 2025-10-02 | 30.1296 |
| 2025-10-09 | 29.8663 |
| 2025-10-16 | 29.9232 |
| 2025-10-23 | 29.7716 |
| 2025-10-30 | 29.8644 |
| 2025-11-06 | 29.5702 |
| 2025-11-13 | 29.6842 |
| 2025-11-20 | 29.6305 |
| 2025-11-27 | 29.7119 |
| 2025-12-04 | 29.9015 |
| 2025-12-12 | 29.9656 |
| 2025-12-19 | 30.0259 |
| 2025-12-26 | 30.2822 |
| 2026-01-02 | 30.3146 |
| 2026-01-09 | 30.1407 |
| 2026-01-16 | 30.2056 |
| 2026-01-23 | 30.4339 |
| 2026-01-30 | 30.7804 |
| 2026-02-06 | 30.5314 |
| 2026-02-13 | 30.7008 |
| 2026-02-20 | 30.4407 |
| 2026-02-27 | 30.5202 |
| 2026-03-06 | 30.1087 |
| 2026-03-13 | 29.8282 |
| 2026-03-20 | 30.0102 |
| 2026-03-27 | 29.8770 |
| 2026-04-03 | 29.8240 |
| 2026-04-10 | 30.3246 |
| 2026-04-17 | 30.3067 |
| 2026-04-24 | 30.3262 |
| 2026-05-01 | 30.3332 |
| 2026-05-08 | 30.0397 |
| 2026-05-16 | 30.0938 |
| 2026-05-24 | 30.0162 |
| 2026-05-31 | 30.1136 |
| 2026-06-09 | 29.9107 |
| 2026-06-16 | 29.9828 |
| 2026-06-23 | 29.7367 |
| 2026-06-30 | 29.6635 |
| 2026-07-07 | 29.6709 |
| 2026-07-14 | 29.6217 |
| 2026-07-21 | 29.6709 |
| 2026-07-28 | 29.6153 |
| 2026-08-04 | 30.0071 |
| 2026-08-11 | 29.9012 |
| 2026-08-18 | 30.1095 |
| 2026-08-26 | 30.1890 |
| 2026-09-02 | 29.9894 |
| 2026-09-09 | 30.1948 |
| 2026-09-16 | 29.9973 |
| 2026-09-23 | 29.6432 |
High
30.7804
Low
29.5702
Average
30.0224
Get this rate via the API
One GET request returns the TND/KGS 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=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=KGS").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/KGS API questions
How do I get the TND/KGS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/KGS rate in rates.KGS.
How far back does TND/KGS historical data go?
Daily TND/KGS 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/KGS 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.