Skip to content

HRK to ZMW exchange rate API

Croatian Kuna to Zambian Kwacha · quoted 2026-09-27

2.9482

▼ +20.15% over 1Y

1 HRK = 2.9482 ZMW · 1 ZMW = 0.33919 HRK · Get this rate via the API

1 HRK buys 2.9482 ZMW as of 2026-09-27, so 1 ZMW buys 0.33919 HRK. Over the last year, HRK/ZMW traded between 2.6898 and 3.7007, averaged 3.0902 and fell 20.15%. The API holds daily HRK/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HRK/ZMW over 1Y

HRK/ZMW over 1Y: show the values
PointHRK/ZMW
2025-09-273.6922
2025-10-043.7007
2025-10-113.5107
2025-10-183.5195
2025-10-253.4173
2025-11-013.4002
2025-11-083.4857
2025-11-153.4846
2025-11-223.5359
2025-11-293.5185
2025-12-063.5804
2025-12-143.6004
2025-12-213.5206
2025-12-283.5237
2026-01-043.4408
2026-01-113.0011
2026-01-183.1076
2026-01-253.0670
2026-02-013.1076
2026-02-082.9477
2026-02-152.8729
2026-02-222.9609
2026-03-012.9650
2026-03-082.9922
2026-03-152.9543
2026-03-223.0009
2026-03-292.8873
2026-04-052.9430
2026-04-122.9563
2026-04-192.9755
2026-04-262.9386
2026-05-032.9059
2026-05-102.9699
2026-05-182.9083
2026-05-262.9168
2026-06-022.8266
2026-06-112.6898
2026-06-182.7302
2026-06-252.7224
2026-07-022.7507
2026-07-092.7755
2026-07-162.7878
2026-07-232.7999
2026-07-302.8652
2026-08-062.9285
2026-08-132.8813
2026-08-212.9440
2026-08-282.9384
2026-09-042.9621
2026-09-112.9795
2026-09-182.9917
2026-09-252.9501

High

3.7007

Low

2.6898

Average

3.0902

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK&currencies=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

HRK/ZMW API questions

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

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

How far back does HRK/ZMW historical data go?

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