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: show the values
| Point | HNL/ZWL |
|---|---|
| 2025-12-31 | 2459.40 |
| 2026-01-07 | 2449.88 |
| 2026-01-14 | 2435.49 |
| 2026-01-21 | 2429.13 |
| 2026-01-28 | 2423.90 |
| 2026-02-04 | 2429.12 |
| 2026-02-11 | 2412.81 |
| 2026-02-18 | 2418.23 |
| 2026-02-25 | 2429.71 |
| 2026-03-04 | 2432.55 |
| 2026-03-11 | 2417.41 |
| 2026-03-18 | 2387.73 |
| 2026-03-25 | 2390.66 |
| 2026-04-01 | 2384.57 |
| 2026-04-08 | 2384.22 |
| 2026-04-15 | 12.12 |
| 2026-04-22 | 12.10 |
| 2026-04-29 | 12.10 |
| 2026-05-06 | 12.14 |
| 2026-05-14 | 2420.91 |
| 2026-05-21 | 2463.44 |
| 2026-05-29 | 2530.03 |
| 2026-06-05 | 2522.08 |
| 2026-06-14 | 2506.46 |
| 2026-06-21 | 2503.68 |
| 2026-06-28 | 2506.11 |
| 2026-07-05 | 2507.30 |
| 2026-07-12 | 2493.30 |
| 2026-07-19 | 2492.56 |
| 2026-07-26 | 2484.46 |
| 2026-08-02 | 2487.67 |
| 2026-08-09 | 2480.06 |
| 2026-08-16 | 2474.30 |
| 2026-08-24 | 2476.83 |
| 2026-08-31 | 2465.98 |
| 2026-09-07 | 2472.98 |
| 2026-09-14 | 2483.00 |
| 2026-09-21 | 2478.94 |
High
2530.03
Low
12.0963
Average
2206.76
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=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¤cies=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.