ZMW to HTG exchange rate API
Zambian Kwacha to Gourde · quoted 2026-09-26
6.6918
▲ +21.87% over 1Y
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 last year, ZMW/HTG traded between 5.4910 and 7.3683, averaged 6.5914 and rose 21.87%. 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 1Y: show the values
| Point | ZMW/HTG |
|---|---|
| 2025-09-26 | 5.4910 |
| 2025-10-03 | 5.5147 |
| 2025-10-10 | 5.7881 |
| 2025-10-17 | 5.7667 |
| 2025-10-24 | 5.9034 |
| 2025-10-31 | 5.9454 |
| 2025-11-07 | 5.7645 |
| 2025-11-14 | 5.7821 |
| 2025-11-21 | 5.6787 |
| 2025-11-28 | 5.7131 |
| 2025-12-05 | 5.6789 |
| 2025-12-13 | 5.6752 |
| 2025-12-20 | 5.7889 |
| 2025-12-27 | 5.8040 |
| 2026-01-03 | 5.9218 |
| 2026-01-10 | 6.7166 |
| 2026-01-17 | 6.4860 |
| 2026-01-24 | 6.7017 |
| 2026-01-31 | 6.6462 |
| 2026-02-07 | 6.9841 |
| 2026-02-14 | 7.1840 |
| 2026-02-21 | 6.9102 |
| 2026-02-28 | 6.9248 |
| 2026-03-07 | 6.7939 |
| 2026-03-14 | 6.7927 |
| 2026-03-21 | 6.7250 |
| 2026-03-28 | 6.9635 |
| 2026-04-04 | 6.8027 |
| 2026-04-11 | 6.8928 |
| 2026-04-18 | 6.8833 |
| 2026-04-25 | 6.9180 |
| 2026-05-02 | 7.0146 |
| 2026-05-09 | 6.8768 |
| 2026-05-17 | 6.9731 |
| 2026-05-25 | 6.9133 |
| 2026-06-01 | 7.1052 |
| 2026-06-10 | 7.3458 |
| 2026-06-17 | 7.3683 |
| 2026-06-24 | 7.2324 |
| 2026-07-01 | 7.2352 |
| 2026-07-08 | 7.0870 |
| 2026-07-15 | 7.1689 |
| 2026-07-22 | 7.1334 |
| 2026-07-29 | 6.9724 |
| 2026-08-05 | 6.8871 |
| 2026-08-12 | 6.9602 |
| 2026-08-20 | 6.9430 |
| 2026-08-27 | 6.8870 |
| 2026-09-03 | 6.8301 |
| 2026-09-10 | 6.7754 |
| 2026-09-17 | 6.7088 |
| 2026-09-24 | 6.6910 |
High
7.3683
Low
5.4910
Average
6.5914
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.