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: show the values
| Point | TWD/HUF |
|---|---|
| 2021-09-27 | 11.0425 |
| 2021-11-08 | 11.1599 |
| 2021-12-20 | 11.6593 |
| 2022-02-01 | 11.3859 |
| 2022-03-15 | 11.8267 |
| 2022-04-29 | 12.1996 |
| 2022-06-15 | 12.8479 |
| 2022-07-27 | 13.2984 |
| 2022-09-07 | 13.1435 |
| 2022-10-19 | 13.1707 |
| 2022-11-30 | 12.7627 |
| 2023-01-12 | 12.1940 |
| 2023-02-23 | 11.8316 |
| 2023-04-11 | 11.2789 |
| 2023-05-26 | 11.2447 |
| 2023-07-10 | 11.1279 |
| 2023-08-21 | 10.9706 |
| 2023-10-02 | 11.4382 |
| 2023-11-13 | 10.9295 |
| 2023-12-27 | 11.1699 |
| 2024-02-08 | 11.4597 |
| 2024-03-21 | 11.3142 |
| 2024-05-08 | 11.1729 |
| 2024-06-24 | 11.3520 |
| 2024-08-05 | 11.1357 |
| 2024-09-13 | 11.3456 |
| 2024-10-16 | 11.6238 |
| 2024-11-15 | 12.0295 |
| 2024-12-15 | 12.1626 |
| 2025-01-14 | 12.3787 |
| 2025-02-13 | 11.9949 |
| 2025-03-15 | 11.1416 |
| 2025-04-14 | 11.3170 |
| 2025-05-14 | 12.1179 |
| 2025-06-13 | 12.0703 |
| 2025-07-13 | 11.8192 |
| 2025-08-12 | 11.6056 |
| 2025-09-11 | 11.2763 |
| 2025-10-11 | 11.0038 |
| 2025-11-10 | 10.6971 |
| 2025-12-10 | 10.5702 |
| 2026-01-09 | 10.4876 |
| 2026-02-08 | 10.1131 |
| 2026-03-10 | 10.4253 |
| 2026-04-09 | 10.1468 |
| 2026-05-09 | 9.5858 |
| 2026-06-09 | 9.7270 |
| 2026-07-09 | 9.7296 |
| 2026-08-08 | 9.7465 |
| 2026-09-07 | 9.8943 |
High
13.2984
Low
9.5858
Average
11.3374
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.