TJS to HUF exchange rate API
Somoni to Forint · quoted 2026-09-27
34.6915
▼ +2.06% over YTD
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 year to date, TJS/HUF traded between 32.5740 and 35.7182, averaged 33.9859 and fell 2.06%. 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 YTD: show the values
| Point | TJS/HUF |
|---|---|
| 2025-12-31 | 35.4222 |
| 2026-01-07 | 35.6100 |
| 2026-01-14 | 35.5566 |
| 2026-01-21 | 35.2106 |
| 2026-01-28 | 34.2098 |
| 2026-02-04 | 34.5405 |
| 2026-02-11 | 33.9005 |
| 2026-02-18 | 33.8024 |
| 2026-02-25 | 33.7337 |
| 2026-03-04 | 34.5481 |
| 2026-03-11 | 34.9567 |
| 2026-03-18 | 35.7182 |
| 2026-03-25 | 35.0883 |
| 2026-04-01 | 34.3198 |
| 2026-04-08 | 34.0063 |
| 2026-04-15 | 32.6912 |
| 2026-04-22 | 33.1477 |
| 2026-04-29 | 33.1463 |
| 2026-05-06 | 32.7258 |
| 2026-05-14 | 32.7111 |
| 2026-05-21 | 33.4313 |
| 2026-05-29 | 32.9865 |
| 2026-06-05 | 32.6852 |
| 2026-06-14 | 32.5740 |
| 2026-06-21 | 32.9677 |
| 2026-06-28 | 33.5453 |
| 2026-07-05 | 33.2858 |
| 2026-07-12 | 33.7596 |
| 2026-07-19 | 34.3279 |
| 2026-07-26 | 34.2534 |
| 2026-08-02 | 34.1656 |
| 2026-08-09 | 34.0024 |
| 2026-08-16 | 33.9123 |
| 2026-08-24 | 33.6452 |
| 2026-08-31 | 33.8890 |
| 2026-09-07 | 33.8822 |
| 2026-09-14 | 34.2157 |
| 2026-09-21 | 34.1835 |
High
35.7182
Low
32.5740
Average
33.9859
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.