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: show the values
| Point | ZMW/HTG |
|---|---|
| 2025-12-31 | 5.9040 |
| 2026-01-07 | 6.2414 |
| 2026-01-14 | 6.7483 |
| 2026-01-21 | 6.4628 |
| 2026-01-28 | 6.6398 |
| 2026-02-04 | 6.6729 |
| 2026-02-11 | 6.8737 |
| 2026-02-18 | 7.0796 |
| 2026-02-25 | 6.9457 |
| 2026-03-04 | 6.8359 |
| 2026-03-11 | 6.7798 |
| 2026-03-18 | 6.6875 |
| 2026-03-25 | 6.9157 |
| 2026-04-01 | 6.8367 |
| 2026-04-08 | 6.7247 |
| 2026-04-15 | 6.8499 |
| 2026-04-22 | 6.8831 |
| 2026-04-29 | 6.9043 |
| 2026-05-06 | 6.9339 |
| 2026-05-14 | 6.8734 |
| 2026-05-21 | 6.8911 |
| 2026-05-29 | 7.0226 |
| 2026-06-05 | 7.4550 |
| 2026-06-14 | 7.4567 |
| 2026-06-21 | 7.3364 |
| 2026-06-28 | 7.2209 |
| 2026-07-05 | 7.1543 |
| 2026-07-12 | 7.2852 |
| 2026-07-19 | 7.2019 |
| 2026-07-26 | 7.0673 |
| 2026-08-02 | 7.0306 |
| 2026-08-09 | 6.9872 |
| 2026-08-16 | 6.9621 |
| 2026-08-24 | 6.9009 |
| 2026-08-31 | 6.9042 |
| 2026-09-07 | 6.7953 |
| 2026-09-14 | 6.7603 |
| 2026-09-21 | 6.6281 |
High
7.4567
Low
5.9040
Average
6.8858
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.