Skip to content

TWD to HUF exchange rate API

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

10.0804

▼ +8.71% over 5Y

1 TWD = 10.0804 HUF · 1 HUF = 0.09920 TWD · Get this rate via the API

1 TWD buys 10.0804 HUF as of 2026-09-25, so 1 HUF buys 0.09920 TWD. Over the last 5 years, TWD/HUF traded between 9.5858 and 13.2984, averaged 11.3374 and fell 8.71%. 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 5Y

TWD/HUF over 5Y: show the values
PointTWD/HUF
2021-09-2711.0425
2021-11-0811.1599
2021-12-2011.6593
2022-02-0111.3859
2022-03-1511.8267
2022-04-2912.1996
2022-06-1512.8479
2022-07-2713.2984
2022-09-0713.1435
2022-10-1913.1707
2022-11-3012.7627
2023-01-1212.1940
2023-02-2311.8316
2023-04-1111.2789
2023-05-2611.2447
2023-07-1011.1279
2023-08-2110.9706
2023-10-0211.4382
2023-11-1310.9295
2023-12-2711.1699
2024-02-0811.4597
2024-03-2111.3142
2024-05-0811.1729
2024-06-2411.3520
2024-08-0511.1357
2024-09-1311.3456
2024-10-1611.6238
2024-11-1512.0295
2024-12-1512.1626
2025-01-1412.3787
2025-02-1311.9949
2025-03-1511.1416
2025-04-1411.3170
2025-05-1412.1179
2025-06-1312.0703
2025-07-1311.8192
2025-08-1211.6056
2025-09-1111.2763
2025-10-1111.0038
2025-11-1010.6971
2025-12-1010.5702
2026-01-0910.4876
2026-02-0810.1131
2026-03-1010.4253
2026-04-0910.1468
2026-05-099.5858
2026-06-099.7270
2026-07-099.7296
2026-08-089.7465
2026-09-079.8943

High

13.2984

Low

9.5858

Average

11.3374

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.