BAM to HNL exchange rate API
Convertible Mark to Lempira · quoted 2026-09-27
15.6734
▼ +0.07% over 1Y
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 last year, BAM/HNL traded between 15.2932 and 16.0889, averaged 15.7705 and fell 0.07%. 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 1Y: show the values
| Point | BAM/HNL |
|---|---|
| 2025-09-27 | 15.6849 |
| 2025-10-04 | 15.7315 |
| 2025-10-11 | 15.5493 |
| 2025-10-18 | 15.6283 |
| 2025-10-25 | 15.6162 |
| 2025-11-01 | 15.5320 |
| 2025-11-08 | 15.5624 |
| 2025-11-15 | 15.6264 |
| 2025-11-22 | 15.4970 |
| 2025-11-29 | 15.6118 |
| 2025-12-06 | 15.6619 |
| 2025-12-14 | 15.8211 |
| 2025-12-21 | 15.8012 |
| 2025-12-28 | 15.8794 |
| 2026-01-04 | 15.8289 |
| 2026-01-11 | 15.7313 |
| 2026-01-18 | 15.6948 |
| 2026-01-25 | 15.9910 |
| 2026-02-01 | 16.0387 |
| 2026-02-08 | 15.9970 |
| 2026-02-15 | 16.0889 |
| 2026-02-22 | 15.9750 |
| 2026-03-01 | 16.0217 |
| 2026-03-08 | 15.7591 |
| 2026-03-15 | 15.5629 |
| 2026-03-22 | 15.7355 |
| 2026-03-29 | 15.6630 |
| 2026-04-05 | 15.6456 |
| 2026-04-12 | 15.9055 |
| 2026-04-19 | 16.0231 |
| 2026-04-26 | 15.9009 |
| 2026-05-03 | 15.9432 |
| 2026-05-10 | 15.9904 |
| 2026-05-18 | 15.8406 |
| 2026-05-26 | 15.8195 |
| 2026-06-02 | 15.8466 |
| 2026-06-11 | 15.7865 |
| 2026-06-18 | 15.7402 |
| 2026-06-25 | 15.5619 |
| 2026-07-02 | 15.2932 |
| 2026-07-09 | 15.6286 |
| 2026-07-16 | 15.6593 |
| 2026-07-23 | 15.6373 |
| 2026-07-30 | 15.6826 |
| 2026-08-06 | 15.8411 |
| 2026-08-13 | 15.8227 |
| 2026-08-21 | 16.0359 |
| 2026-08-28 | 15.9817 |
| 2026-09-04 | 15.9698 |
| 2026-09-11 | 15.9156 |
| 2026-09-18 | 15.8013 |
| 2026-09-25 | 15.5994 |
High
16.0889
Low
15.2932
Average
15.7705
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.