Skip to content

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

ZMW/HTG over 1Y: show the values
PointZMW/HTG
2025-09-265.4910
2025-10-035.5147
2025-10-105.7881
2025-10-175.7667
2025-10-245.9034
2025-10-315.9454
2025-11-075.7645
2025-11-145.7821
2025-11-215.6787
2025-11-285.7131
2025-12-055.6789
2025-12-135.6752
2025-12-205.7889
2025-12-275.8040
2026-01-035.9218
2026-01-106.7166
2026-01-176.4860
2026-01-246.7017
2026-01-316.6462
2026-02-076.9841
2026-02-147.1840
2026-02-216.9102
2026-02-286.9248
2026-03-076.7939
2026-03-146.7927
2026-03-216.7250
2026-03-286.9635
2026-04-046.8027
2026-04-116.8928
2026-04-186.8833
2026-04-256.9180
2026-05-027.0146
2026-05-096.8768
2026-05-176.9731
2026-05-256.9133
2026-06-017.1052
2026-06-107.3458
2026-06-177.3683
2026-06-247.2324
2026-07-017.2352
2026-07-087.0870
2026-07-157.1689
2026-07-227.1334
2026-07-296.9724
2026-08-056.8871
2026-08-126.9602
2026-08-206.9430
2026-08-276.8870
2026-09-036.8301
2026-09-106.7754
2026-09-176.7088
2026-09-246.6910

High

7.3683

Low

5.4910

Average

6.5914

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.