PAB to HNL exchange rate API
Balboa to Lempira · quoted 2026-09-25
26.8345
▲ +1.63% over YTD
1 PAB = 26.8345 HNL · 1 HNL = 0.03727 PAB · Get this rate via the API
1 PAB buys 26.8345 HNL as of 2026-09-25, so 1 HNL buys 0.03727 PAB. Over the year to date, PAB/HNL traded between 26.3699 and 26.8699, averaged 26.6305 and rose 1.63%. The API holds daily PAB/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/HNL over YTD: show the values
| Point | PAB/HNL |
|---|---|
| 2025-12-31 | 26.4042 |
| 2026-01-07 | 26.3988 |
| 2026-01-14 | 26.4146 |
| 2026-01-21 | 26.3699 |
| 2026-01-28 | 26.4061 |
| 2026-02-04 | 26.3822 |
| 2026-02-11 | 26.5016 |
| 2026-02-18 | 26.4420 |
| 2026-02-25 | 26.4679 |
| 2026-03-04 | 26.4684 |
| 2026-03-11 | 26.4846 |
| 2026-03-18 | 26.4829 |
| 2026-03-25 | 26.5102 |
| 2026-04-01 | 26.5819 |
| 2026-04-08 | 26.5588 |
| 2026-04-15 | 26.5599 |
| 2026-04-22 | 26.6076 |
| 2026-04-29 | 26.6261 |
| 2026-05-06 | 26.5810 |
| 2026-05-14 | 26.5997 |
| 2026-05-21 | 26.6010 |
| 2026-05-29 | 26.5584 |
| 2026-06-05 | 26.6363 |
| 2026-06-14 | 26.7075 |
| 2026-06-21 | 26.7276 |
| 2026-06-28 | 26.7556 |
| 2026-07-05 | 26.7651 |
| 2026-07-12 | 26.7811 |
| 2026-07-19 | 26.7897 |
| 2026-07-26 | 26.8095 |
| 2026-08-02 | 26.8235 |
| 2026-08-09 | 26.8579 |
| 2026-08-16 | 26.8492 |
| 2026-08-24 | 26.8699 |
| 2026-08-31 | 26.8521 |
| 2026-09-07 | 26.8380 |
| 2026-09-14 | 26.8238 |
| 2026-09-21 | 26.8623 |
High
26.8699
Low
26.3699
Average
26.6305
Get this rate via the API
One GET request returns the PAB/HNL 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=HNL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=HNL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=HNL").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/HNL API questions
How do I get the PAB/HNL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=HNL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/HNL rate in rates.HNL.
How far back does PAB/HNL historical data go?
Daily PAB/HNL 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/HNL 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.