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: show the values
| Point | PAB/HUF |
|---|---|
| 2025-12-31 | 327.7872 |
| 2026-01-07 | 329.4933 |
| 2026-01-14 | 332.1174 |
| 2026-01-21 | 328.5203 |
| 2026-01-28 | 318.1059 |
| 2026-02-04 | 321.8105 |
| 2026-02-11 | 318.3282 |
| 2026-02-18 | 319.3162 |
| 2026-02-25 | 318.9749 |
| 2026-03-04 | 329.9253 |
| 2026-03-11 | 334.8847 |
| 2026-03-18 | 341.5913 |
| 2026-03-25 | 335.7315 |
| 2026-04-01 | 329.0823 |
| 2026-04-08 | 320.8867 |
| 2026-04-15 | 309.5787 |
| 2026-04-22 | 311.5871 |
| 2026-04-29 | 310.9235 |
| 2026-05-06 | 305.9758 |
| 2026-05-14 | 305.4435 |
| 2026-05-21 | 310.8285 |
| 2026-05-29 | 303.7530 |
| 2026-06-05 | 304.2526 |
| 2026-06-14 | 303.5449 |
| 2026-06-21 | 306.9479 |
| 2026-06-28 | 310.7679 |
| 2026-07-05 | 308.9341 |
| 2026-07-12 | 312.4420 |
| 2026-07-19 | 317.5034 |
| 2026-07-26 | 317.2458 |
| 2026-08-02 | 315.8671 |
| 2026-08-09 | 314.5095 |
| 2026-08-16 | 313.8313 |
| 2026-08-24 | 310.8282 |
| 2026-08-31 | 314.2032 |
| 2026-09-07 | 312.5108 |
| 2026-09-14 | 316.2756 |
| 2026-09-21 | 315.4047 |
High
341.5913
Low
303.5449
Average
317.4420
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.