Skip to content

ZMW to HUF exchange rate API

Zambian Kwacha to Forint · quoted 2026-09-26

16.3984

▼ +8.63% over 6M

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 6 months, ZMW/HUF traded between 15.9375 and 17.9470, averaged 16.7173 and fell 8.63%. 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 6M

ZMW/HUF over 6M: show the values
PointZMW/HUF
2026-03-3017.9470
2026-04-0617.2385
2026-04-1316.5303
2026-04-2016.1473
2026-04-2716.3834
2026-05-0416.6250
2026-05-1115.9375
2026-05-1916.4217
2026-05-2716.1797
2026-06-0317.0215
2026-06-1217.5331
2026-06-1917.0874
2026-06-2617.1800
2026-07-0316.8579
2026-07-1017.1332
2026-07-1717.4095
2026-07-2417.1007
2026-07-3116.8605
2026-08-0716.5458
2026-08-1416.7085
2026-08-2216.3709
2026-08-2916.5282
2026-09-0516.2003
2026-09-1216.2006
2026-09-1916.1029

High

17.9470

Low

15.9375

Average

16.7173

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.