Skip to content

TND to ISK exchange rate API

Tunisian Dinar to Iceland Krona · quoted 2026-09-27

40.7114

▼ +2.06% over 1Y

1 TND = 40.7114 ISK · 1 ISK = 0.02456 TND · Get this rate via the API

1 TND buys 40.7114 ISK as of 2026-09-27, so 1 ISK buys 0.02456 TND. Over the last year, TND/ISK traded between 40.5024 and 43.6834, averaged 42.4696 and fell 2.06%. The API holds daily TND/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/ISK over 1Y

TND/ISK over 1Y: show the values
PointTND/ISK
2025-09-2741.5669
2025-10-0441.6716
2025-10-1141.4780
2025-10-1841.5610
2025-10-2541.9654
2025-11-0142.7122
2025-11-0842.8410
2025-11-1543.0747
2025-11-2243.2371
2025-11-2943.4325
2025-12-0643.6834
2025-12-1443.3614
2025-12-2143.0592
2025-12-2843.5324
2026-01-0443.5059
2026-01-1143.4547
2026-01-1843.4892
2026-01-2542.9798
2026-02-0142.9671
2026-02-0843.1105
2026-02-1542.5600
2026-02-2242.7470
2026-03-0142.5213
2026-03-0842.9355
2026-03-1542.8271
2026-03-2242.6452
2026-03-2942.5934
2026-04-0542.7163
2026-04-1241.8791
2026-04-1941.9888
2026-04-2642.0708
2026-05-0342.5715
2026-05-1042.1180
2026-05-1841.9813
2026-05-2642.6160
2026-06-0242.3956
2026-06-1142.6079
2026-06-1842.9904
2026-06-2542.9021
2026-07-0242.9866
2026-07-0942.5763
2026-07-1642.3766
2026-07-2342.7517
2026-07-3042.1922
2026-08-0642.1652
2026-08-1341.9990
2026-08-2141.7562
2026-08-2841.6454
2026-09-0441.6879
2026-09-1141.4232
2026-09-1841.7650
2026-09-2540.5024

High

43.6834

Low

40.5024

Average

42.4696

For developers

Get this rate via the API

One GET request returns the TND/ISK 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=ISK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=ISK");
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=ISK").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/ISK API questions

How do I get the TND/ISK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/ISK rate in rates.ISK.

How far back does TND/ISK historical data go?

Daily TND/ISK 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/ISK 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.