Skip to content

TND to HUF exchange rate API

Tunisian Dinar to Forint · quoted 2026-09-25

108.3925

▼ +5.35% over 1Y

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 year, TND/HUF traded between 103.3542 and 117.1591, averaged 110.5210 and fell 5.35%. 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 1Y

TND/HUF over 1Y: show the values
PointTND/HUF
2025-09-25114.5166
2025-10-02114.0035
2025-10-09115.0009
2025-10-16114.4833
2025-10-23114.5090
2025-10-30114.9835
2025-11-06113.2389
2025-11-13112.1612
2025-11-20112.2741
2025-11-27111.8839
2025-12-04111.9190
2025-12-12112.2674
2025-12-19113.3772
2025-12-26114.1695
2026-01-02113.4925
2026-01-09114.3068
2026-01-16114.5476
2026-01-23113.2532
2026-01-30112.4079
2026-02-06111.8628
2026-02-13112.1698
2026-02-20112.2966
2026-02-27111.3436
2026-03-06117.1591
2026-03-13116.3505
2026-03-20116.5258
2026-03-27115.6041
2026-04-03113.8346
2026-04-10111.6915
2026-04-17106.5505
2026-04-24108.2649
2026-05-01107.5386
2026-05-08104.0570
2026-05-16107.0572
2026-05-24105.7955
2026-05-31104.5421
2026-06-09105.0237
2026-06-16103.3542
2026-06-23105.8433
2026-06-30106.0413
2026-07-07105.0037
2026-07-14107.2949
2026-07-21107.1015
2026-07-28107.0975
2026-08-04107.5232
2026-08-11107.9406
2026-08-18107.8845
2026-08-26106.4390
2026-09-02108.9405
2026-09-09107.7472
2026-09-16108.3429
2026-09-23108.2044

High

117.1591

Low

103.3542

Average

110.5210

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.