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: show the values
| Point | HUF/ZWL |
|---|---|
| 2025-09-26 | 198.0859 |
| 2025-10-03 | 201.1435 |
| 2025-10-10 | 197.7479 |
| 2025-10-17 | 199.4943 |
| 2025-10-24 | 197.6885 |
| 2025-10-31 | 196.5016 |
| 2025-11-07 | 196.9340 |
| 2025-11-14 | 199.0511 |
| 2025-11-21 | 198.2093 |
| 2025-11-28 | 198.4125 |
| 2025-12-05 | 199.3991 |
| 2025-12-13 | 198.8696 |
| 2025-12-20 | 197.3692 |
| 2025-12-27 | 197.9080 |
| 2026-01-03 | 198.1943 |
| 2026-01-10 | 194.2321 |
| 2026-01-17 | 193.1987 |
| 2026-01-24 | 198.0987 |
| 2026-01-31 | 198.7388 |
| 2026-02-07 | 200.0977 |
| 2026-02-14 | 199.9689 |
| 2026-02-21 | 197.5958 |
| 2026-02-28 | 201.9435 |
| 2026-03-07 | 190.5300 |
| 2026-03-14 | 184.9523 |
| 2026-03-21 | 186.0050 |
| 2026-03-28 | 0.9526 |
| 2026-04-04 | 189.7366 |
| 2026-04-11 | 1.0056 |
| 2026-04-18 | 1.0478 |
| 2026-04-25 | 1.0336 |
| 2026-05-02 | 1.0389 |
| 2026-05-09 | 1.0727 |
| 2026-05-17 | 207.0556 |
| 2026-05-25 | 214.9353 |
| 2026-06-01 | 220.6971 |
| 2026-06-10 | 216.4723 |
| 2026-06-17 | 221.1535 |
| 2026-06-24 | 213.2782 |
| 2026-07-01 | 214.4500 |
| 2026-07-08 | 213.3202 |
| 2026-07-15 | 212.3285 |
| 2026-07-22 | 209.9732 |
| 2026-07-29 | 209.8110 |
| 2026-08-05 | 212.5441 |
| 2026-08-12 | 210.7836 |
| 2026-08-20 | 213.2135 |
| 2026-08-27 | 211.9386 |
| 2026-09-03 | 211.0513 |
| 2026-09-10 | 212.4055 |
| 2026-09-17 | 210.9247 |
| 2026-09-24 | 206.7428 |
High
221.1535
Low
0.95260
Average
180.5085
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=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¤cies=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.