Skip to content

HNL to ZWL exchange rate API

Lempira to Zimbabwe Dollar · quoted 2026-09-25

2480.34

▲ +0.85% over YTD

1 HNL = 2480.34 ZWL · 1 ZWL = 0.000403 HNL · Get this rate via the API

1 HNL buys 2480.34 ZWL as of 2026-09-25, so 1 ZWL buys 0.000403 HNL. Over the year to date, HNL/ZWL traded between 12.0963 and 2530.03, averaged 2206.76 and rose 0.85%. The API holds daily HNL/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HNL/ZWL over YTD

HNL/ZWL over YTD: show the values
PointHNL/ZWL
2025-12-312459.40
2026-01-072449.88
2026-01-142435.49
2026-01-212429.13
2026-01-282423.90
2026-02-042429.12
2026-02-112412.81
2026-02-182418.23
2026-02-252429.71
2026-03-042432.55
2026-03-112417.41
2026-03-182387.73
2026-03-252390.66
2026-04-012384.57
2026-04-082384.22
2026-04-1512.12
2026-04-2212.10
2026-04-2912.10
2026-05-0612.14
2026-05-142420.91
2026-05-212463.44
2026-05-292530.03
2026-06-052522.08
2026-06-142506.46
2026-06-212503.68
2026-06-282506.11
2026-07-052507.30
2026-07-122493.30
2026-07-192492.56
2026-07-262484.46
2026-08-022487.67
2026-08-092480.06
2026-08-162474.30
2026-08-242476.83
2026-08-312465.98
2026-09-072472.98
2026-09-142483.00
2026-09-212478.94

High

2530.03

Low

12.0963

Average

2206.76

For developers

Get this rate via the API

One GET request returns the HNL/ZWL 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=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&currencies=ZWL");
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=ZWL").json()

Replace YOUR_API_KEY with the key from your dashboard.

HNL/ZWL API questions

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

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

How far back does HNL/ZWL historical data go?

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