Skip to content

PAB to HUF exchange rate API

Balboa to Forint · quoted 2026-09-25

320.5250

▼ +2.22% over YTD

1 PAB = 320.5250 HUF · 1 HUF = 0.003120 PAB · Get this rate via the API

1 PAB buys 320.5250 HUF as of 2026-09-25, so 1 HUF buys 0.003120 PAB. Over the year to date, PAB/HUF traded between 303.5449 and 341.5913, averaged 317.4420 and fell 2.22%. 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 YTD

PAB/HUF over YTD: show the values
PointPAB/HUF
2025-12-31327.7872
2026-01-07329.4933
2026-01-14332.1174
2026-01-21328.5203
2026-01-28318.1059
2026-02-04321.8105
2026-02-11318.3282
2026-02-18319.3162
2026-02-25318.9749
2026-03-04329.9253
2026-03-11334.8847
2026-03-18341.5913
2026-03-25335.7315
2026-04-01329.0823
2026-04-08320.8867
2026-04-15309.5787
2026-04-22311.5871
2026-04-29310.9235
2026-05-06305.9758
2026-05-14305.4435
2026-05-21310.8285
2026-05-29303.7530
2026-06-05304.2526
2026-06-14303.5449
2026-06-21306.9479
2026-06-28310.7679
2026-07-05308.9341
2026-07-12312.4420
2026-07-19317.5034
2026-07-26317.2458
2026-08-02315.8671
2026-08-09314.5095
2026-08-16313.8313
2026-08-24310.8282
2026-08-31314.2032
2026-09-07312.5108
2026-09-14316.2756
2026-09-21315.4047

High

341.5913

Low

303.5449

Average

317.4420

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.