Skip to content

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

TND/HUF over 5Y: show the values
PointTND/HUF
2024-08-24115.2689
2024-10-07119.4529
2024-11-06123.6121
2024-12-06124.4233
2025-01-05125.7228
2025-02-04122.7563
2025-03-06119.6486
2025-04-06121.2968
2025-05-06119.3286
2025-06-07120.2554
2025-07-07117.9300
2025-08-06118.3523
2025-09-05115.2315
2025-10-06114.6620
2025-11-05114.1012
2025-12-05111.6420
2026-01-05113.4930
2026-02-04112.7156
2026-03-06117.1591
2026-04-05113.8088
2026-05-05107.6009
2026-06-06105.3113
2026-07-08106.4142
2026-08-07108.0495
2026-09-07107.1366

High

125.7228

Low

105.3113

Average

115.5295

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.