Skip to content

ZMW to HTG exchange rate API

Zambian Kwacha to Gourde · quoted 2026-09-26

6.6918

▲ +13.34% over YTD

1 ZMW = 6.6918 HTG · 1 HTG = 0.14944 ZMW · Get this rate via the API

1 ZMW buys 6.6918 HTG as of 2026-09-26, so 1 HTG buys 0.14944 ZMW. Over the year to date, ZMW/HTG traded between 5.9040 and 7.4567, averaged 6.8858 and rose 13.34%. The API holds daily ZMW/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/HTG over YTD

ZMW/HTG over YTD: show the values
PointZMW/HTG
2025-12-315.9040
2026-01-076.2414
2026-01-146.7483
2026-01-216.4628
2026-01-286.6398
2026-02-046.6729
2026-02-116.8737
2026-02-187.0796
2026-02-256.9457
2026-03-046.8359
2026-03-116.7798
2026-03-186.6875
2026-03-256.9157
2026-04-016.8367
2026-04-086.7247
2026-04-156.8499
2026-04-226.8831
2026-04-296.9043
2026-05-066.9339
2026-05-146.8734
2026-05-216.8911
2026-05-297.0226
2026-06-057.4550
2026-06-147.4567
2026-06-217.3364
2026-06-287.2209
2026-07-057.1543
2026-07-127.2852
2026-07-197.2019
2026-07-267.0673
2026-08-027.0306
2026-08-096.9872
2026-08-166.9621
2026-08-246.9009
2026-08-316.9042
2026-09-076.7953
2026-09-146.7603
2026-09-216.6281

High

7.4567

Low

5.9040

Average

6.8858

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/HTG API questions

How do I get the ZMW/HTG exchange rate from an API?

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

How far back does ZMW/HTG historical data go?

Daily ZMW/HTG 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 ZMW/HTG 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.