TND to HUF exchange rate API
Tunisian Dinar to Forint · quoted 2026-09-25
108.3925
▼ +5.97% over 5Y
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 last 5 years, TND/HUF traded between 105.3113 and 125.7228, averaged 115.5295 and fell 5.97%. 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 5Y: show the values
| Point | TND/HUF |
|---|---|
| 2024-08-24 | 115.2689 |
| 2024-10-07 | 119.4529 |
| 2024-11-06 | 123.6121 |
| 2024-12-06 | 124.4233 |
| 2025-01-05 | 125.7228 |
| 2025-02-04 | 122.7563 |
| 2025-03-06 | 119.6486 |
| 2025-04-06 | 121.2968 |
| 2025-05-06 | 119.3286 |
| 2025-06-07 | 120.2554 |
| 2025-07-07 | 117.9300 |
| 2025-08-06 | 118.3523 |
| 2025-09-05 | 115.2315 |
| 2025-10-06 | 114.6620 |
| 2025-11-05 | 114.1012 |
| 2025-12-05 | 111.6420 |
| 2026-01-05 | 113.4930 |
| 2026-02-04 | 112.7156 |
| 2026-03-06 | 117.1591 |
| 2026-04-05 | 113.8088 |
| 2026-05-05 | 107.6009 |
| 2026-06-06 | 105.3113 |
| 2026-07-08 | 106.4142 |
| 2026-08-07 | 108.0495 |
| 2026-09-07 | 107.1366 |
High
125.7228
Low
105.3113
Average
115.5295
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.