Skip to content

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

TND/HUF over YTD: show the values
PointTND/HUF
2025-12-31113.5011
2026-01-07114.0631
2026-01-14114.6223
2026-01-21114.0562
2026-01-28112.5139
2026-02-04112.7156
2026-02-11112.0436
2026-02-18112.0866
2026-02-25111.2788
2026-03-04113.7558
2026-03-11114.8294
2026-03-18116.4669
2026-03-25115.5049
2026-04-01112.4719
2026-04-08110.3815
2026-04-15106.6195
2026-04-22108.6862
2026-04-29107.7934
2026-05-06105.6750
2026-05-14105.6948
2026-05-21106.9491
2026-05-29104.8143
2026-06-05104.5696
2026-06-14103.8895
2026-06-21104.1977
2026-06-28104.9664
2026-07-05104.7925
2026-07-12105.7628
2026-07-19107.6099
2026-07-26106.9513
2026-08-02107.6977
2026-08-09107.6557
2026-08-16107.6747
2026-08-24107.5299
2026-08-31109.0253
2026-09-07107.1366
2026-09-14109.1697
2026-09-21107.0990

High

116.4669

Low

103.8895

Average

109.2473

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=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&currencies=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.