TND to HUF exchange rate API
Tunisian Dinar to Forint · quoted 2026-09-25
108.3925
▼ +4.50% over YTD
1 TND = 108.3925 HUF · 1 HUF = 0.009226 TND · Get this rate via the API
1 TND buys 108.3925 HUF as of 2026-09-25, so 1 HUF buys 0.009226 TND. Over the year to date, TND/HUF traded between 103.8895 and 116.4669, averaged 109.2473 and fell 4.50%. The API holds daily TND/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/HUF over YTD: show the values
| Point | TND/HUF |
|---|---|
| 2025-12-31 | 113.5011 |
| 2026-01-07 | 114.0631 |
| 2026-01-14 | 114.6223 |
| 2026-01-21 | 114.0562 |
| 2026-01-28 | 112.5139 |
| 2026-02-04 | 112.7156 |
| 2026-02-11 | 112.0436 |
| 2026-02-18 | 112.0866 |
| 2026-02-25 | 111.2788 |
| 2026-03-04 | 113.7558 |
| 2026-03-11 | 114.8294 |
| 2026-03-18 | 116.4669 |
| 2026-03-25 | 115.5049 |
| 2026-04-01 | 112.4719 |
| 2026-04-08 | 110.3815 |
| 2026-04-15 | 106.6195 |
| 2026-04-22 | 108.6862 |
| 2026-04-29 | 107.7934 |
| 2026-05-06 | 105.6750 |
| 2026-05-14 | 105.6948 |
| 2026-05-21 | 106.9491 |
| 2026-05-29 | 104.8143 |
| 2026-06-05 | 104.5696 |
| 2026-06-14 | 103.8895 |
| 2026-06-21 | 104.1977 |
| 2026-06-28 | 104.9664 |
| 2026-07-05 | 104.7925 |
| 2026-07-12 | 105.7628 |
| 2026-07-19 | 107.6099 |
| 2026-07-26 | 106.9513 |
| 2026-08-02 | 107.6977 |
| 2026-08-09 | 107.6557 |
| 2026-08-16 | 107.6747 |
| 2026-08-24 | 107.5299 |
| 2026-08-31 | 109.0253 |
| 2026-09-07 | 107.1366 |
| 2026-09-14 | 109.1697 |
| 2026-09-21 | 107.0990 |
High
116.4669
Low
103.8895
Average
109.2473
Get this rate via the API
One GET request returns the TND/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=TND¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/HUF API questions
How do I get the TND/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/HUF rate in rates.HUF.
How far back does TND/HUF historical data go?
Daily TND/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 TND/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.