TOP to HUF exchange rate API
Pa’anga to Forint · quoted 2026-09-25
134.9512
▼ +2.00% over YTD
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 year to date, TOP/HUF traded between 129.7322 and 145.9418, averaged 135.3840 and fell 2.00%. 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 YTD: show the values
| Point | TOP/HUF |
|---|---|
| 2025-12-31 | 137.7076 |
| 2026-01-07 | 138.2682 |
| 2026-01-14 | 139.9361 |
| 2026-01-21 | 138.9137 |
| 2026-01-28 | 135.6364 |
| 2026-02-04 | 137.9288 |
| 2026-02-11 | 136.5153 |
| 2026-02-18 | 136.4774 |
| 2026-02-25 | 136.4868 |
| 2026-03-04 | 140.5833 |
| 2026-03-11 | 142.5927 |
| 2026-03-18 | 145.9418 |
| 2026-03-25 | 143.0088 |
| 2026-04-01 | 139.4168 |
| 2026-04-08 | 136.0634 |
| 2026-04-16 | 133.3594 |
| 2026-04-23 | 132.8944 |
| 2026-04-30 | 134.4148 |
| 2026-05-07 | 129.7322 |
| 2026-05-14 | 131.7010 |
| 2026-05-21 | 133.6293 |
| 2026-05-28 | 131.0571 |
| 2026-06-04 | 129.7547 |
| 2026-06-11 | 130.1356 |
| 2026-06-18 | 132.8978 |
| 2026-06-25 | 132.3776 |
| 2026-07-02 | 131.7881 |
| 2026-07-09 | 132.0988 |
| 2026-07-16 | 133.8948 |
| 2026-07-23 | 136.5285 |
| 2026-07-30 | 134.0321 |
| 2026-08-06 | 133.5268 |
| 2026-08-13 | 133.4777 |
| 2026-08-20 | 133.3950 |
| 2026-08-27 | 133.8347 |
| 2026-09-03 | 135.3526 |
| 2026-09-10 | 134.2215 |
| 2026-09-17 | 134.3815 |
| 2026-09-24 | 136.4469 |
High
145.9418
Low
129.7322
Average
135.3840
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.