Skip to content

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

TOP/HUF over YTD: show the values
PointTOP/HUF
2025-12-31137.7076
2026-01-07138.2682
2026-01-14139.9361
2026-01-21138.9137
2026-01-28135.6364
2026-02-04137.9288
2026-02-11136.5153
2026-02-18136.4774
2026-02-25136.4868
2026-03-04140.5833
2026-03-11142.5927
2026-03-18145.9418
2026-03-25143.0088
2026-04-01139.4168
2026-04-08136.0634
2026-04-16133.3594
2026-04-23132.8944
2026-04-30134.4148
2026-05-07129.7322
2026-05-14131.7010
2026-05-21133.6293
2026-05-28131.0571
2026-06-04129.7547
2026-06-11130.1356
2026-06-18132.8978
2026-06-25132.3776
2026-07-02131.7881
2026-07-09132.0988
2026-07-16133.8948
2026-07-23136.5285
2026-07-30134.0321
2026-08-06133.5268
2026-08-13133.4777
2026-08-20133.3950
2026-08-27133.8347
2026-09-03135.3526
2026-09-10134.2215
2026-09-17134.3815
2026-09-24136.4469

High

145.9418

Low

129.7322

Average

135.3840

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.