Skip to content

HUF to ZWL exchange rate API

Forint to Zimbabwe Dollar · quoted 2026-09-26

207.6139

▲ +4.81% over 1Y

1 HUF = 207.6139 ZWL · 1 ZWL = 0.004817 HUF · Get this rate via the API

1 HUF buys 207.6139 ZWL as of 2026-09-26, so 1 ZWL buys 0.004817 HUF. Over the last year, HUF/ZWL traded between 0.95260 and 221.1535, averaged 180.5085 and rose 4.81%. The API holds daily HUF/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HUF/ZWL over 1Y

HUF/ZWL over 1Y: show the values
PointHUF/ZWL
2025-09-26198.0859
2025-10-03201.1435
2025-10-10197.7479
2025-10-17199.4943
2025-10-24197.6885
2025-10-31196.5016
2025-11-07196.9340
2025-11-14199.0511
2025-11-21198.2093
2025-11-28198.4125
2025-12-05199.3991
2025-12-13198.8696
2025-12-20197.3692
2025-12-27197.9080
2026-01-03198.1943
2026-01-10194.2321
2026-01-17193.1987
2026-01-24198.0987
2026-01-31198.7388
2026-02-07200.0977
2026-02-14199.9689
2026-02-21197.5958
2026-02-28201.9435
2026-03-07190.5300
2026-03-14184.9523
2026-03-21186.0050
2026-03-280.9526
2026-04-04189.7366
2026-04-111.0056
2026-04-181.0478
2026-04-251.0336
2026-05-021.0389
2026-05-091.0727
2026-05-17207.0556
2026-05-25214.9353
2026-06-01220.6971
2026-06-10216.4723
2026-06-17221.1535
2026-06-24213.2782
2026-07-01214.4500
2026-07-08213.3202
2026-07-15212.3285
2026-07-22209.9732
2026-07-29209.8110
2026-08-05212.5441
2026-08-12210.7836
2026-08-20213.2135
2026-08-27211.9386
2026-09-03211.0513
2026-09-10212.4055
2026-09-17210.9247
2026-09-24206.7428

High

221.1535

Low

0.95260

Average

180.5085

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HUF/ZWL API questions

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

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

How far back does HUF/ZWL historical data go?

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