Skip to content

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

TND/KGS over 1Y: show the values
PointTND/KGS
2025-09-2530.0908
2025-10-0230.1296
2025-10-0929.8663
2025-10-1629.9232
2025-10-2329.7716
2025-10-3029.8644
2025-11-0629.5702
2025-11-1329.6842
2025-11-2029.6305
2025-11-2729.7119
2025-12-0429.9015
2025-12-1229.9656
2025-12-1930.0259
2025-12-2630.2822
2026-01-0230.3146
2026-01-0930.1407
2026-01-1630.2056
2026-01-2330.4339
2026-01-3030.7804
2026-02-0630.5314
2026-02-1330.7008
2026-02-2030.4407
2026-02-2730.5202
2026-03-0630.1087
2026-03-1329.8282
2026-03-2030.0102
2026-03-2729.8770
2026-04-0329.8240
2026-04-1030.3246
2026-04-1730.3067
2026-04-2430.3262
2026-05-0130.3332
2026-05-0830.0397
2026-05-1630.0938
2026-05-2430.0162
2026-05-3130.1136
2026-06-0929.9107
2026-06-1629.9828
2026-06-2329.7367
2026-06-3029.6635
2026-07-0729.6709
2026-07-1429.6217
2026-07-2129.6709
2026-07-2829.6153
2026-08-0430.0071
2026-08-1129.9012
2026-08-1830.1095
2026-08-2630.1890
2026-09-0229.9894
2026-09-0930.1948
2026-09-1629.9973
2026-09-2329.6432

High

30.7804

Low

29.5702

Average

30.0224

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=KGS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=KGS");
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=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&currencies=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.