TOP to HUF exchange rate API
Pa’anga to Forint · quoted 2026-09-25
134.9512
▼ +5.24% over 1Y
1 TOP = 134.9512 HUF · 1 HUF = 0.007410 TOP · Get this rate via the API
1 TOP buys 134.9512 HUF as of 2026-09-25, so 1 HUF buys 0.007410 TOP. Over the last year, TOP/HUF traded between 129.1554 and 146.1453, averaged 136.5819 and fell 5.24%. The API holds daily TOP/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/HUF over 1Y: show the values
| Point | TOP/HUF |
|---|---|
| 2025-09-25 | 142.4084 |
| 2025-10-02 | 139.9188 |
| 2025-10-09 | 142.3375 |
| 2025-10-16 | 141.8503 |
| 2025-10-23 | 142.6068 |
| 2025-10-30 | 141.8209 |
| 2025-11-06 | 142.0152 |
| 2025-11-13 | 140.2802 |
| 2025-11-20 | 138.7383 |
| 2025-11-27 | 137.3611 |
| 2025-12-04 | 137.0639 |
| 2025-12-11 | 137.5280 |
| 2025-12-18 | 137.9082 |
| 2025-12-25 | 137.2397 |
| 2026-01-01 | 136.7872 |
| 2026-01-08 | 137.6951 |
| 2026-01-15 | 139.6774 |
| 2026-01-22 | 138.1204 |
| 2026-01-29 | 135.2797 |
| 2026-02-05 | 137.2148 |
| 2026-02-12 | 136.9745 |
| 2026-02-19 | 138.0164 |
| 2026-02-26 | 135.8191 |
| 2026-03-05 | 142.1478 |
| 2026-03-12 | 143.6320 |
| 2026-03-19 | 146.1453 |
| 2026-03-26 | 144.1074 |
| 2026-04-02 | 141.6160 |
| 2026-04-09 | 137.0786 |
| 2026-04-17 | 130.8948 |
| 2026-04-24 | 132.7897 |
| 2026-05-01 | 134.3343 |
| 2026-05-08 | 129.1554 |
| 2026-05-15 | 134.4564 |
| 2026-05-22 | 132.6040 |
| 2026-05-29 | 131.2833 |
| 2026-06-05 | 130.2748 |
| 2026-06-12 | 129.7595 |
| 2026-06-19 | 131.2467 |
| 2026-06-26 | 132.0211 |
| 2026-07-03 | 130.2739 |
| 2026-07-10 | 131.7987 |
| 2026-07-17 | 136.4074 |
| 2026-07-24 | 135.9013 |
| 2026-07-31 | 135.1279 |
| 2026-08-07 | 135.1936 |
| 2026-08-14 | 132.8340 |
| 2026-08-21 | 132.3902 |
| 2026-08-28 | 134.2416 |
| 2026-09-04 | 133.6724 |
| 2026-09-11 | 134.1886 |
| 2026-09-18 | 134.6655 |
| 2026-09-25 | 135.5689 |
High
146.1453
Low
129.1554
Average
136.5819
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/HUF API questions
How do I get the TOP/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/HUF rate in rates.HUF.
How far back does TOP/HUF historical data go?
Daily TOP/HUF 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 TOP/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.