Skip to content

PAB to HUF exchange rate API

Balboa to Forint · quoted 2026-09-25

320.1400

▼ +3.82% over 1Y

1 PAB = 320.1400 HUF · 1 HUF = 0.003124 PAB · Get this rate via the API

1 PAB buys 320.1400 HUF as of 2026-09-25, so 1 HUF buys 0.003124 PAB. Over the last year, PAB/HUF traded between 301.4749 and 341.1293, averaged 322.0570 and fell 3.82%. The API holds daily PAB/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/HUF over 1Y

PAB/HUF over 1Y: show the values
PointPAB/HUF
2025-09-25332.8478
2025-10-02330.7385
2025-10-09336.7324
2025-10-16334.6038
2025-10-23336.4013
2025-10-30336.7532
2025-11-06334.9519
2025-11-13330.4932
2025-11-20332.2043
2025-11-27329.4321
2025-12-04327.4730
2025-12-12327.7044
2025-12-19330.2596
2025-12-26329.7547
2026-01-02327.2588
2026-01-09331.5839
2026-01-16331.6949
2026-01-23325.4556
2026-01-30319.4060
2026-02-06320.4596
2026-02-13319.5751
2026-02-20322.6396
2026-02-27319.0428
2026-03-06340.2820
2026-03-13341.1293
2026-03-20339.6625
2026-03-27338.3954
2026-04-03333.8193
2026-04-10322.5014
2026-04-17307.4638
2026-04-24312.0490
2026-05-01309.8655
2026-05-08301.8410
2026-05-16311.1915
2026-05-24308.2978
2026-05-31303.6236
2026-06-09307.0336
2026-06-16301.4749
2026-06-23311.2535
2026-06-30312.7084
2026-07-07309.5426
2026-07-14316.8172
2026-07-21315.6420
2026-07-28317.4980
2026-08-04314.6331
2026-08-11315.8146
2026-08-18314.7028
2026-08-26308.6640
2026-09-02318.0169
2026-09-09312.3498
2026-09-16315.8967
2026-09-23319.2446

High

341.1293

Low

301.4749

Average

322.0570

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/HUF API questions

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

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

How far back does PAB/HUF historical data go?

Daily PAB/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 PAB/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.