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: show the values
| Point | PAB/HUF |
|---|---|
| 2025-09-25 | 332.8478 |
| 2025-10-02 | 330.7385 |
| 2025-10-09 | 336.7324 |
| 2025-10-16 | 334.6038 |
| 2025-10-23 | 336.4013 |
| 2025-10-30 | 336.7532 |
| 2025-11-06 | 334.9519 |
| 2025-11-13 | 330.4932 |
| 2025-11-20 | 332.2043 |
| 2025-11-27 | 329.4321 |
| 2025-12-04 | 327.4730 |
| 2025-12-12 | 327.7044 |
| 2025-12-19 | 330.2596 |
| 2025-12-26 | 329.7547 |
| 2026-01-02 | 327.2588 |
| 2026-01-09 | 331.5839 |
| 2026-01-16 | 331.6949 |
| 2026-01-23 | 325.4556 |
| 2026-01-30 | 319.4060 |
| 2026-02-06 | 320.4596 |
| 2026-02-13 | 319.5751 |
| 2026-02-20 | 322.6396 |
| 2026-02-27 | 319.0428 |
| 2026-03-06 | 340.2820 |
| 2026-03-13 | 341.1293 |
| 2026-03-20 | 339.6625 |
| 2026-03-27 | 338.3954 |
| 2026-04-03 | 333.8193 |
| 2026-04-10 | 322.5014 |
| 2026-04-17 | 307.4638 |
| 2026-04-24 | 312.0490 |
| 2026-05-01 | 309.8655 |
| 2026-05-08 | 301.8410 |
| 2026-05-16 | 311.1915 |
| 2026-05-24 | 308.2978 |
| 2026-05-31 | 303.6236 |
| 2026-06-09 | 307.0336 |
| 2026-06-16 | 301.4749 |
| 2026-06-23 | 311.2535 |
| 2026-06-30 | 312.7084 |
| 2026-07-07 | 309.5426 |
| 2026-07-14 | 316.8172 |
| 2026-07-21 | 315.6420 |
| 2026-07-28 | 317.4980 |
| 2026-08-04 | 314.6331 |
| 2026-08-11 | 315.8146 |
| 2026-08-18 | 314.7028 |
| 2026-08-26 | 308.6640 |
| 2026-09-02 | 318.0169 |
| 2026-09-09 | 312.3498 |
| 2026-09-16 | 315.8967 |
| 2026-09-23 | 319.2446 |
High
341.1293
Low
301.4749
Average
322.0570
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.