Skip to content

HRK to ZWL exchange rate API

Croatian Kuna to Zimbabwe Dollar · quoted 2026-09-25

10043.76

▼ +3.12% over 1Y

1 HRK = 10043.76 ZWL · 1 ZWL = 0.000100 HRK · Get this rate via the API

1 HRK buys 10043.76 ZWL as of 2026-09-25, so 1 ZWL buys 0.000100 HRK. Over the last year, HRK/ZWL traded between 49.9046 and 10404.85, averaged 9165.15 and fell 3.12%. The API holds daily HRK/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HRK/ZWL over 1Y

HRK/ZWL over 1Y: show the values
PointHRK/ZWL
2025-09-2510367.27
2025-10-0210395.25
2025-10-0910316.59
2025-10-1610316.23
2025-10-2310214.80
2025-10-3010188.77
2025-11-0610045.40
2025-11-1310122.03
2025-11-2010040.26
2025-11-2710086.99
2025-12-0410130.75
2025-12-1210158.62
2025-12-1910152.89
2025-12-2610173.91
2026-01-0210137.68
2026-01-099937.96
2026-01-169871.61
2026-01-239979.03
2026-01-3010105.30
2026-02-0610072.96
2026-02-1310061.07
2026-02-209971.94
2026-02-2710036.54
2026-03-069924.77
2026-03-139730.72
2026-03-209705.26
2026-03-279707.47
2026-04-039700.86
2026-04-1049.97
2026-04-1750.33
2026-04-2449.90
2026-05-0150.14
2026-05-0850.12
2026-05-169935.20
2026-05-2410139.14
2026-05-3110404.85
2026-06-0910255.97
2026-06-1610250.15
2026-06-2310147.01
2026-06-3010145.21
2026-07-0710201.49
2026-07-1410131.21
2026-07-2110138.21
2026-07-2810146.70
2026-08-0410181.60
2026-08-1110186.56
2026-08-1810254.80
2026-08-2610314.03
2026-09-0210291.32
2026-09-0910309.85
2026-09-1610256.32
2026-09-2310116.21

High

10404.85

Low

49.9046

Average

9165.15

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HRK/ZWL API questions

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

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

How far back does HRK/ZWL historical data go?

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