BAM to HNL exchange rate API
Convertible Mark to Lempira · quoted 2026-09-27
15.6734
▼ +1.12% over YTD
1 BAM = 15.6734 HNL · 1 HNL = 0.06380 BAM · Get this rate via the API
1 BAM buys 15.6734 HNL as of 2026-09-27, so 1 HNL buys 0.06380 BAM. Over the year to date, BAM/HNL traded between 15.5801 and 16.1912, averaged 15.8287 and fell 1.12%. The API holds daily BAM/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/HNL over YTD: show the values
| Point | BAM/HNL |
|---|---|
| 2025-12-31 | 15.8508 |
| 2026-01-07 | 15.7936 |
| 2026-01-14 | 15.7189 |
| 2026-01-21 | 15.8133 |
| 2026-01-28 | 16.1912 |
| 2026-02-04 | 15.9508 |
| 2026-02-11 | 16.1373 |
| 2026-02-18 | 16.0145 |
| 2026-02-25 | 15.9513 |
| 2026-03-04 | 15.6966 |
| 2026-03-11 | 15.7356 |
| 2026-03-18 | 15.6195 |
| 2026-03-25 | 15.7320 |
| 2026-04-01 | 15.7205 |
| 2026-04-08 | 15.8482 |
| 2026-04-15 | 16.0205 |
| 2026-04-22 | 15.9777 |
| 2026-04-29 | 15.9187 |
| 2026-05-06 | 15.8877 |
| 2026-05-14 | 15.9316 |
| 2026-05-21 | 15.8049 |
| 2026-05-29 | 15.8048 |
| 2026-06-05 | 15.8183 |
| 2026-06-14 | 15.8052 |
| 2026-06-21 | 15.6833 |
| 2026-06-28 | 15.5801 |
| 2026-07-05 | 15.6573 |
| 2026-07-12 | 15.6329 |
| 2026-07-19 | 15.6670 |
| 2026-07-26 | 15.5896 |
| 2026-08-02 | 15.8177 |
| 2026-08-09 | 15.8749 |
| 2026-08-16 | 15.8816 |
| 2026-08-24 | 16.0434 |
| 2026-08-31 | 15.9137 |
| 2026-09-07 | 15.9318 |
| 2026-09-14 | 15.8649 |
| 2026-09-21 | 15.7637 |
High
16.1912
Low
15.5801
Average
15.8287
Get this rate via the API
One GET request returns the BAM/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=BAM¤cies=HNL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=HNL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=HNL").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/HNL API questions
How do I get the BAM/HNL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=HNL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/HNL rate in rates.HNL.
How far back does BAM/HNL historical data go?
Daily BAM/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 BAM/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.