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: show the values
| Point | TND/ISK |
|---|---|
| 2025-09-27 | 41.5669 |
| 2025-10-04 | 41.6716 |
| 2025-10-11 | 41.4780 |
| 2025-10-18 | 41.5610 |
| 2025-10-25 | 41.9654 |
| 2025-11-01 | 42.7122 |
| 2025-11-08 | 42.8410 |
| 2025-11-15 | 43.0747 |
| 2025-11-22 | 43.2371 |
| 2025-11-29 | 43.4325 |
| 2025-12-06 | 43.6834 |
| 2025-12-14 | 43.3614 |
| 2025-12-21 | 43.0592 |
| 2025-12-28 | 43.5324 |
| 2026-01-04 | 43.5059 |
| 2026-01-11 | 43.4547 |
| 2026-01-18 | 43.4892 |
| 2026-01-25 | 42.9798 |
| 2026-02-01 | 42.9671 |
| 2026-02-08 | 43.1105 |
| 2026-02-15 | 42.5600 |
| 2026-02-22 | 42.7470 |
| 2026-03-01 | 42.5213 |
| 2026-03-08 | 42.9355 |
| 2026-03-15 | 42.8271 |
| 2026-03-22 | 42.6452 |
| 2026-03-29 | 42.5934 |
| 2026-04-05 | 42.7163 |
| 2026-04-12 | 41.8791 |
| 2026-04-19 | 41.9888 |
| 2026-04-26 | 42.0708 |
| 2026-05-03 | 42.5715 |
| 2026-05-10 | 42.1180 |
| 2026-05-18 | 41.9813 |
| 2026-05-26 | 42.6160 |
| 2026-06-02 | 42.3956 |
| 2026-06-11 | 42.6079 |
| 2026-06-18 | 42.9904 |
| 2026-06-25 | 42.9021 |
| 2026-07-02 | 42.9866 |
| 2026-07-09 | 42.5763 |
| 2026-07-16 | 42.3766 |
| 2026-07-23 | 42.7517 |
| 2026-07-30 | 42.1922 |
| 2026-08-06 | 42.1652 |
| 2026-08-13 | 41.9990 |
| 2026-08-21 | 41.7562 |
| 2026-08-28 | 41.6454 |
| 2026-09-04 | 41.6879 |
| 2026-09-11 | 41.4232 |
| 2026-09-18 | 41.7650 |
| 2026-09-25 | 40.5024 |
High
43.6834
Low
40.5024
Average
42.4696
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.