Skip to content

HNL to USD exchange rate API

Lempira to US Dollar · quoted 2026-09-24

0.03721

▼ +1.76% over YTD

1 HNL = 0.03721 USD · 1 USD = 26.8781 HNL · Get this rate via the API

1 HNL buys 0.03721 USD as of 2026-09-24, so 1 USD buys 26.8781 HNL. Over the year to date, HNL/USD traded between 0.03721 and 0.03792, averaged 0.03755 and fell 1.76%. The API holds daily HNL/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HNL/USD over YTD

HNL/USD over YTD: show the values
PointHNL/USD
2025-12-310.03787
2026-01-070.03788
2026-01-140.03786
2026-01-210.03792
2026-01-280.03787
2026-02-040.03790
2026-02-110.03773
2026-02-180.03782
2026-02-250.03778
2026-03-040.03778
2026-03-110.03776
2026-03-180.03776
2026-03-250.03772
2026-04-010.03762
2026-04-080.03765
2026-04-150.03763
2026-04-220.03759
2026-04-290.03757
2026-05-060.03770
2026-05-140.03759
2026-05-210.03759
2026-05-290.03765
2026-06-050.03754
2026-06-140.03744
2026-06-210.03741
2026-06-280.03737
2026-07-050.03736
2026-07-120.03734
2026-07-190.03733
2026-07-260.03730
2026-08-020.03728
2026-08-090.03723
2026-08-160.03725
2026-08-240.03722
2026-08-310.03724
2026-09-070.03726
2026-09-140.03728
2026-09-210.03723

High

0.03792

Low

0.03721

Average

0.03755

For developers

Get this rate via the API

One GET request returns the HNL/USD rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&currencies=USD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&currencies=USD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&currencies=USD").json()

Replace YOUR_API_KEY with the key from your dashboard.

HNL/USD API questions

How do I get the HNL/USD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&currencies=USD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HNL/USD rate in rates.USD.

How far back does HNL/USD historical data go?

Daily HNL/USD 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 HNL/USD 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.