Skip to content

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

TOP/HUF over 1Y: show the values
PointTOP/HUF
2025-09-25142.4084
2025-10-02139.9188
2025-10-09142.3375
2025-10-16141.8503
2025-10-23142.6068
2025-10-30141.8209
2025-11-06142.0152
2025-11-13140.2802
2025-11-20138.7383
2025-11-27137.3611
2025-12-04137.0639
2025-12-11137.5280
2025-12-18137.9082
2025-12-25137.2397
2026-01-01136.7872
2026-01-08137.6951
2026-01-15139.6774
2026-01-22138.1204
2026-01-29135.2797
2026-02-05137.2148
2026-02-12136.9745
2026-02-19138.0164
2026-02-26135.8191
2026-03-05142.1478
2026-03-12143.6320
2026-03-19146.1453
2026-03-26144.1074
2026-04-02141.6160
2026-04-09137.0786
2026-04-17130.8948
2026-04-24132.7897
2026-05-01134.3343
2026-05-08129.1554
2026-05-15134.4564
2026-05-22132.6040
2026-05-29131.2833
2026-06-05130.2748
2026-06-12129.7595
2026-06-19131.2467
2026-06-26132.0211
2026-07-03130.2739
2026-07-10131.7987
2026-07-17136.4074
2026-07-24135.9013
2026-07-31135.1279
2026-08-07135.1936
2026-08-14132.8340
2026-08-21132.3902
2026-08-28134.2416
2026-09-04133.6724
2026-09-11134.1886
2026-09-18134.6655
2026-09-25135.5689

High

146.1453

Low

129.1554

Average

136.5819

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&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=TOP&currencies=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&currencies=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.