TWD to HUF exchange rate API
New Taiwan Dollar to Forint · quoted 2026-09-24
10.1086
▼ +3.23% over YTD
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 year to date, TWD/HUF traded between 9.6994 and 10.7089, averaged 10.0218 and fell 3.23%. 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 YTD: show the values
| Point | TWD/HUF |
|---|---|
| 2025-12-31 | 10.4465 |
| 2026-01-07 | 10.4702 |
| 2026-01-14 | 10.4937 |
| 2026-01-21 | 10.3824 |
| 2026-01-28 | 10.1494 |
| 2026-02-04 | 10.1876 |
| 2026-02-11 | 10.1054 |
| 2026-02-18 | 10.1632 |
| 2026-02-25 | 10.1878 |
| 2026-03-04 | 10.4022 |
| 2026-03-11 | 10.5291 |
| 2026-03-18 | 10.7089 |
| 2026-03-25 | 10.5173 |
| 2026-04-01 | 10.3018 |
| 2026-04-08 | 10.1037 |
| 2026-04-15 | 9.7908 |
| 2026-04-22 | 9.8911 |
| 2026-04-29 | 9.8415 |
| 2026-05-06 | 9.6994 |
| 2026-05-13 | 9.7093 |
| 2026-05-20 | 9.8451 |
| 2026-05-27 | 9.7070 |
| 2026-06-03 | 9.7253 |
| 2026-06-11 | 9.7194 |
| 2026-06-18 | 9.7430 |
| 2026-06-25 | 9.8463 |
| 2026-07-02 | 9.7854 |
| 2026-07-09 | 9.7296 |
| 2026-07-16 | 9.7784 |
| 2026-07-23 | 9.9035 |
| 2026-07-30 | 9.7161 |
| 2026-08-06 | 9.7780 |
| 2026-08-13 | 9.7826 |
| 2026-08-20 | 9.8053 |
| 2026-08-27 | 9.8530 |
| 2026-09-03 | 9.9775 |
| 2026-09-10 | 9.9446 |
| 2026-09-17 | 9.9167 |
| 2026-09-24 | 10.1252 |
High
10.7089
Low
9.6994
Average
10.0218
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.