Skip to content

TJS to HUF exchange rate API

Somoni to Forint · quoted 2026-09-27

34.6915

▼ +2.97% over 1Y

1 TJS = 34.6915 HUF · 1 HUF = 0.02883 TJS · Get this rate via the API

1 TJS buys 34.6915 HUF as of 2026-09-27, so 1 HUF buys 0.02883 TJS. Over the last year, TJS/HUF traded between 32.3353 and 36.6424, averaged 34.5904 and fell 2.97%. The API holds daily TJS/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/HUF over 1Y

TJS/HUF over 1Y: show the values
PointTJS/HUF
2025-09-2735.7546
2025-10-0435.6525
2025-10-1136.6424
2025-10-1836.2152
2025-10-2536.1134
2025-11-0136.4334
2025-11-0836.0578
2025-11-1535.7980
2025-11-2236.1187
2025-11-2935.6290
2025-12-0635.7496
2025-12-1435.4718
2025-12-2135.8414
2025-12-2835.5814
2026-01-0435.4533
2026-01-1135.6546
2026-01-1835.6529
2026-01-2534.4622
2026-02-0134.2461
2026-02-0834.1160
2026-02-1533.8059
2026-02-2234.0766
2026-03-0133.7794
2026-03-0835.4297
2026-03-1535.7840
2026-03-2235.5181
2026-03-2935.3676
2026-04-0534.9023
2026-04-1233.4692
2026-04-1932.6203
2026-04-2633.2504
2026-05-0332.9752
2026-05-1032.3353
2026-05-1833.1604
2026-05-2633.0349
2026-06-0232.9538
2026-06-1133.0020
2026-06-1833.1990
2026-06-2533.8322
2026-07-0233.7503
2026-07-0933.7834
2026-07-1634.1975
2026-07-2334.6341
2026-07-3034.3541
2026-08-0634.1769
2026-08-1333.9938
2026-08-2133.5212
2026-08-2833.9267
2026-09-0433.8771
2026-09-1134.0314
2026-09-1834.4620
2026-09-2534.7494

High

36.6424

Low

32.3353

Average

34.5904

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/HUF API questions

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

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

How far back does TJS/HUF historical data go?

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