Skip to content

TJS to DKK exchange rate API

Somoni to Danish Krone · quoted 2026-09-27

0.71026

▲ +3.40% over YTD

1 TJS = 0.71026 DKK · 1 DKK = 1.4079 TJS · Get this rate via the API

1 TJS buys 0.71026 DKK as of 2026-09-27, so 1 DKK buys 1.4079 TJS. Over the year to date, TJS/DKK traded between 0.66772 and 0.71026, averaged 0.68845 and rose 3.40%. The API holds daily TJS/DKK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/DKK over YTD

TJS/DKK over YTD: show the values
PointTJS/DKK
2025-12-310.68691
2026-01-070.69119
2026-01-140.68662
2026-01-210.68207
2026-01-280.67060
2026-02-040.67807
2026-02-110.66885
2026-02-180.66772
2026-02-250.67052
2026-03-040.67163
2026-03-110.67346
2026-03-180.67939
2026-03-250.67364
2026-04-010.67153
2026-04-080.67652
2026-04-150.66954
2026-04-220.67771
2026-04-290.68070
2026-05-060.68089
2026-05-140.68390
2026-05-210.69296
2026-05-290.69697
2026-06-050.68982
2026-06-140.69175
2026-06-210.70003
2026-06-280.70868
2026-07-050.70421
2026-07-120.70815
2026-07-190.70701
2026-07-260.70900
2026-08-020.70042
2026-08-090.69922
2026-08-160.69821
2026-08-240.69376
2026-08-310.69527
2026-09-070.69729
2026-09-140.70011
2026-09-210.70513

High

0.71026

Low

0.66772

Average

0.68845

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/DKK API questions

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

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

How far back does TJS/DKK historical data go?

Daily TJS/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 TJS/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.