Skip to content

ZMW to HUF exchange rate API

Zambian Kwacha to Forint · quoted 2026-09-26

16.3984

▲ +16.52% over 1Y

1 ZMW = 16.3984 HUF · 1 HUF = 0.06098 ZMW · Get this rate via the API

1 ZMW buys 16.3984 HUF as of 2026-09-26, so 1 HUF buys 0.06098 ZMW. Over the last year, ZMW/HUF traded between 13.9253 and 17.9544, averaged 16.1845 and rose 16.52%. The API holds daily ZMW/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/HUF over 1Y

ZMW/HUF over 1Y: show the values
PointZMW/HUF
2025-09-2614.0730
2025-10-0313.9253
2025-10-1014.8702
2025-10-1714.7405
2025-10-2415.1559
2025-10-3115.1657
2025-11-0714.6866
2025-11-1414.5891
2025-11-2114.4346
2025-11-2814.4014
2025-12-0514.1625
2025-12-1314.1983
2025-12-2014.5850
2025-12-2714.5739
2026-01-0314.7890
2026-01-1016.9965
2026-01-1716.4399
2026-01-2416.5295
2026-01-3116.2859
2026-02-0717.0945
2026-02-1417.5016
2026-02-2117.0286
2026-02-2816.8578
2026-03-0717.4917
2026-03-1417.7201
2026-03-2117.4182
2026-03-2817.9544
2026-04-0417.3477
2026-04-1116.8386
2026-04-1816.1540
2026-04-2516.4882
2026-05-0216.5932
2026-05-0915.7681
2026-05-1716.4464
2026-05-2516.2027
2026-06-0116.5304
2026-06-1017.3418
2026-06-1717.0058
2026-06-2417.3533
2026-07-0117.3088
2026-07-0816.9682
2026-07-1517.3572
2026-07-2217.3176
2026-07-2916.9734
2026-08-0516.5118
2026-08-1216.7569
2026-08-2016.6850
2026-08-2716.4063
2026-09-0316.5193
2026-09-1016.2691
2026-09-1716.1053
2026-09-2416.4599

High

17.9544

Low

13.9253

Average

16.1845

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/HUF API questions

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

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

How far back does ZMW/HUF historical data go?

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