Skip to content

TND to SEK exchange rate API

Tunisian Dinar to Swedish Krona · quoted 2026-09-25

3.3589

▲ +5.33% over YTD

1 TND = 3.3589 SEK · 1 SEK = 0.29771 TND · Get this rate via the API

1 TND buys 3.3589 SEK as of 2026-09-25, so 1 SEK buys 0.29771 TND. Over the year to date, TND/SEK traded between 3.1242 and 3.3710, averaged 3.2224 and rose 5.33%. The API holds daily TND/SEK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/SEK over YTD

TND/SEK over YTD: show the values
PointTND/SEK
2025-12-313.1890
2026-01-073.1810
2026-01-143.1764
2026-01-213.1530
2026-01-283.1277
2026-02-043.1342
2026-02-113.1242
2026-02-183.1460
2026-02-253.1608
2026-03-043.1607
2026-03-113.1545
2026-03-183.1954
2026-03-253.1969
2026-04-013.2066
2026-04-083.1690
2026-04-153.1704
2026-04-223.2040
2026-04-293.2113
2026-05-063.1876
2026-05-143.2275
2026-05-213.2220
2026-05-293.1922
2026-06-053.2088
2026-06-143.2214
2026-06-213.2538
2026-06-283.2884
2026-07-053.2722
2026-07-123.2762
2026-07-193.2727
2026-07-263.2717
2026-08-023.2417
2026-08-093.2432
2026-08-163.2684
2026-08-243.2864
2026-08-313.3245
2026-09-073.2926
2026-09-143.3710
2026-09-213.3321

High

3.3710

Low

3.1242

Average

3.2224

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/SEK API questions

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

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

How far back does TND/SEK historical data go?

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