Skip to content

HUF to TOP exchange rate API

Forint to Pa’anga · quoted 2026-09-25

0.007410

▲ +5.53% over 1Y

1 HUF = 0.007410 TOP · 1 TOP = 134.9528 HUF · Get this rate via the API

1 HUF buys 0.007410 TOP as of 2026-09-25, so 1 TOP buys 134.9528 HUF. Over the last year, HUF/TOP traded between 0.006842 and 0.007742, averaged 0.007328 and rose 5.53%. The API holds daily HUF/TOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HUF/TOP over 1Y

HUF/TOP over 1Y: show the values
PointHUF/TOP
2025-09-250.007022
2025-10-020.007147
2025-10-090.007025
2025-10-160.007049
2025-10-230.007012
2025-10-300.007051
2025-11-060.007041
2025-11-130.007128
2025-11-200.007207
2025-11-270.007280
2025-12-040.007295
2025-12-110.007271
2025-12-180.007251
2025-12-250.007286
2026-01-010.007310
2026-01-080.007262
2026-01-150.007159
2026-01-220.007240
2026-01-290.007392
2026-02-050.007287
2026-02-120.007300
2026-02-190.007245
2026-02-260.007362
2026-03-050.007034
2026-03-120.006962
2026-03-190.006842
2026-03-260.006939
2026-04-020.007061
2026-04-090.007295
2026-04-170.007639
2026-04-240.007530
2026-05-010.007444
2026-05-080.007742
2026-05-150.007437
2026-05-220.007541
2026-05-290.007617
2026-06-050.007676
2026-06-120.007706
2026-06-190.007619
2026-06-260.007574
2026-07-030.007676
2026-07-100.007587
2026-07-170.007330
2026-07-240.007358
2026-07-310.007400
2026-08-070.007396
2026-08-140.007528
2026-08-210.007553
2026-08-280.007449
2026-09-040.007480
2026-09-110.007452
2026-09-180.007425
2026-09-250.007376

High

0.007742

Low

0.006842

Average

0.007328

For developers

Get this rate via the API

One GET request returns the HUF/TOP 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=HUF&currencies=TOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF&currencies=TOP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF&currencies=TOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

HUF/TOP API questions

How do I get the HUF/TOP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF&currencies=TOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HUF/TOP rate in rates.TOP.

How far back does HUF/TOP historical data go?

Daily HUF/TOP 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 HUF/TOP 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.