Skip to content

TJS to HKD exchange rate API

Somoni to Hong Kong Dollar · quoted 2026-09-27

0.84894

▲ +0.92% over YTD

1 TJS = 0.84894 HKD · 1 HKD = 1.1779 TJS · Get this rate via the API

1 TJS buys 0.84894 HKD as of 2026-09-27, so 1 HKD buys 1.1779 TJS. Over the year to date, TJS/HKD traded between 0.81699 and 0.85092, averaged 0.83841 and rose 0.92%. The API holds daily TJS/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/HKD over YTD

TJS/HKD over YTD: show the values
PointTJS/HKD
2025-12-310.84119
2026-01-070.84151
2026-01-140.83473
2026-01-210.83570
2026-01-280.83899
2026-02-040.83844
2026-02-110.83246
2026-02-180.82725
2026-02-250.82707
2026-03-040.81859
2026-03-110.81699
2026-03-180.81955
2026-03-250.81718
2026-04-010.81737
2026-04-080.83004
2026-04-150.82686
2026-04-220.83329
2026-04-290.83563
2026-05-060.83979
2026-05-140.83887
2026-05-210.84265
2026-05-290.85092
2026-06-050.84156
2026-06-140.84086
2026-06-210.84169
2026-06-280.84649
2026-07-050.84506
2026-07-120.84706
2026-07-190.84768
2026-07-260.84674
2026-08-020.84824
2026-08-090.84808
2026-08-160.84786
2026-08-240.84828
2026-08-310.84537
2026-09-070.85003
2026-09-140.84852
2026-09-210.85028

High

0.85092

Low

0.81699

Average

0.83841

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/HKD API questions

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

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

How far back does TJS/HKD historical data go?

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