Skip to content

TWD to HUF exchange rate API

New Taiwan Dollar to Forint · quoted 2026-09-24

10.1086

▼ +9.27% over 1Y

1 TWD = 10.1086 HUF · 1 HUF = 0.09893 TWD · Get this rate via the API

1 TWD buys 10.1086 HUF as of 2026-09-24, so 1 HUF buys 0.09893 TWD. Over the last year, TWD/HUF traded between 9.6994 and 11.2241, averaged 10.2192 and fell 9.27%. The API holds daily TWD/HUF rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

TWD/HUF over 1Y

TWD/HUF over 1Y: show the values
PointTWD/HUF
2025-09-2411.1420
2025-10-0111.0860
2025-10-0811.2241
2025-10-1510.9709
2025-10-2210.9343
2025-10-2910.9118
2025-11-0510.8800
2025-11-1210.7104
2025-11-1910.5828
2025-11-2610.5243
2025-12-0310.4307
2025-12-1010.5702
2025-12-1710.4880
2025-12-2410.5092
2025-12-3110.4465
2026-01-0710.4702
2026-01-1410.4937
2026-01-2110.3824
2026-01-2810.1494
2026-02-0410.1876
2026-02-1110.1054
2026-02-1810.1632
2026-02-2510.1878
2026-03-0410.4022
2026-03-1110.5291
2026-03-1810.7089
2026-03-2510.5173
2026-04-0110.3018
2026-04-0810.1037
2026-04-159.7908
2026-04-229.8911
2026-04-299.8415
2026-05-069.6994
2026-05-139.7093
2026-05-209.8451
2026-05-279.7070
2026-06-039.7253
2026-06-119.7194
2026-06-189.7430
2026-06-259.8463
2026-07-029.7854
2026-07-099.7296
2026-07-169.7784
2026-07-239.9035
2026-07-309.7161
2026-08-069.7780
2026-08-139.7826
2026-08-209.8053
2026-08-279.8530
2026-09-039.9775
2026-09-109.9446
2026-09-179.9167
2026-09-2410.1252

High

11.2241

Low

9.6994

Average

10.2192

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/HUF API questions

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

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

How far back does TWD/HUF historical data go?

Daily TWD/HUF rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free TWD/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.