Skip to content

HUF to TND exchange rate API

Forint to Tunisian Dinar · quoted 2026-09-25

0.009225

▲ +5.65% over 1Y

1 HUF = 0.009225 TND · 1 TND = 108.4011 HUF · Get this rate via the API

1 HUF buys 0.009225 TND as of 2026-09-25, so 1 TND buys 108.4011 HUF. Over the last year, HUF/TND traded between 0.008535 and 0.009675, averaged 0.009058 and rose 5.65%. The API holds daily HUF/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HUF/TND over 1Y

HUF/TND over 1Y: show the values
PointHUF/TND
2025-09-250.008732
2025-10-020.008771
2025-10-090.008695
2025-10-160.008734
2025-10-230.008732
2025-10-300.008696
2025-11-060.008830
2025-11-130.008915
2025-11-200.008906
2025-11-270.008937
2025-12-040.008935
2025-12-120.008907
2025-12-190.008820
2025-12-260.008758
2026-01-020.008811
2026-01-090.008748
2026-01-160.008729
2026-01-230.008829
2026-01-300.008896
2026-02-060.008939
2026-02-130.008915
2026-02-200.008904
2026-02-270.008981
2026-03-060.008535
2026-03-130.008594
2026-03-200.008581
2026-03-270.008650
2026-04-030.008784
2026-04-100.008953
2026-04-170.009385
2026-04-240.009236
2026-05-010.009298
2026-05-080.009610
2026-05-160.009340
2026-05-240.009452
2026-05-310.009565
2026-06-090.009521
2026-06-160.009675
2026-06-230.009447
2026-06-300.009430
2026-07-070.009523
2026-07-140.009320
2026-07-210.009336
2026-07-280.009337
2026-08-040.009300
2026-08-110.009264
2026-08-180.009269
2026-08-260.009395
2026-09-020.009179
2026-09-090.009280
2026-09-160.009229
2026-09-230.009241

High

0.009675

Low

0.008535

Average

0.009058

For developers

Get this rate via the API

One GET request returns the HUF/TND 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=HUF&currencies=TND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF&currencies=TND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF&currencies=TND").json()

Replace YOUR_API_KEY with the key from your dashboard.

HUF/TND API questions

How do I get the HUF/TND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF&currencies=TND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HUF/TND rate in rates.TND.

How far back does HUF/TND historical data go?

Daily HUF/TND 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 HUF/TND 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.