Skip to content

TND to DKK exchange rate API

Tunisian Dinar to Danish Krone · quoted 2026-09-25

2.2245

▲ +1.07% over YTD

1 TND = 2.2245 DKK · 1 DKK = 0.44954 TND · Get this rate via the API

1 TND buys 2.2245 DKK as of 2026-09-25, so 1 DKK buys 0.44954 TND. Over the year to date, TND/DKK traded between 2.1836 and 2.2368, averaged 2.2123 and rose 1.07%. The API holds daily TND/DKK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/DKK over YTD

TND/DKK over YTD: show the values
PointTND/DKK
2025-12-312.2010
2026-01-072.2140
2026-01-142.2134
2026-01-212.2094
2026-01-282.2056
2026-02-042.2127
2026-02-112.2106
2026-02-182.2141
2026-02-252.2119
2026-03-042.2115
2026-03-112.2123
2026-03-182.2153
2026-03-252.2175
2026-04-012.2007
2026-04-082.1959
2026-04-152.1836
2026-04-222.2221
2026-04-292.2137
2026-05-062.1987
2026-05-142.2098
2026-05-212.2168
2026-05-292.2146
2026-06-052.2069
2026-06-142.2062
2026-06-212.2125
2026-06-282.2175
2026-07-052.2170
2026-07-122.2185
2026-07-192.2163
2026-07-262.2137
2026-08-022.2079
2026-08-092.2138
2026-08-162.2169
2026-08-242.2172
2026-08-312.2368
2026-09-072.2049
2026-09-142.2338
2026-09-212.2092

High

2.2368

Low

2.1836

Average

2.2123

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/DKK API questions

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

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

How far back does TND/DKK historical data go?

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