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: show the values
| Point | TJS/HUF |
|---|---|
| 2025-09-27 | 35.7546 |
| 2025-10-04 | 35.6525 |
| 2025-10-11 | 36.6424 |
| 2025-10-18 | 36.2152 |
| 2025-10-25 | 36.1134 |
| 2025-11-01 | 36.4334 |
| 2025-11-08 | 36.0578 |
| 2025-11-15 | 35.7980 |
| 2025-11-22 | 36.1187 |
| 2025-11-29 | 35.6290 |
| 2025-12-06 | 35.7496 |
| 2025-12-14 | 35.4718 |
| 2025-12-21 | 35.8414 |
| 2025-12-28 | 35.5814 |
| 2026-01-04 | 35.4533 |
| 2026-01-11 | 35.6546 |
| 2026-01-18 | 35.6529 |
| 2026-01-25 | 34.4622 |
| 2026-02-01 | 34.2461 |
| 2026-02-08 | 34.1160 |
| 2026-02-15 | 33.8059 |
| 2026-02-22 | 34.0766 |
| 2026-03-01 | 33.7794 |
| 2026-03-08 | 35.4297 |
| 2026-03-15 | 35.7840 |
| 2026-03-22 | 35.5181 |
| 2026-03-29 | 35.3676 |
| 2026-04-05 | 34.9023 |
| 2026-04-12 | 33.4692 |
| 2026-04-19 | 32.6203 |
| 2026-04-26 | 33.2504 |
| 2026-05-03 | 32.9752 |
| 2026-05-10 | 32.3353 |
| 2026-05-18 | 33.1604 |
| 2026-05-26 | 33.0349 |
| 2026-06-02 | 32.9538 |
| 2026-06-11 | 33.0020 |
| 2026-06-18 | 33.1990 |
| 2026-06-25 | 33.8322 |
| 2026-07-02 | 33.7503 |
| 2026-07-09 | 33.7834 |
| 2026-07-16 | 34.1975 |
| 2026-07-23 | 34.6341 |
| 2026-07-30 | 34.3541 |
| 2026-08-06 | 34.1769 |
| 2026-08-13 | 33.9938 |
| 2026-08-21 | 33.5212 |
| 2026-08-28 | 33.9267 |
| 2026-09-04 | 33.8771 |
| 2026-09-11 | 34.0314 |
| 2026-09-18 | 34.4620 |
| 2026-09-25 | 34.7494 |
High
36.6424
Low
32.3353
Average
34.5904
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.