Skip to content

ERN to ZWL exchange rate API

Nakfa to Zimbabwe Dollar · quoted 2026-09-25

4437.23

▲ +0.05% over 1Y

1 ERN = 4437.23 ZWL · 1 ZWL = 0.000225 ERN · Get this rate via the API

1 ERN buys 4437.23 ZWL as of 2026-09-25, so 1 ZWL buys 0.000225 ERN. Over the last year, ERN/ZWL traded between 21.4666 and 4482.42, averaged 3966.73 and rose 0.05%. The API holds daily ERN/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ERN/ZWL over 1Y

ERN/ZWL over 1Y: show the values
PointERN/ZWL
2025-09-254434.81
2025-10-024448.47
2025-10-094452.08
2025-10-164438.87
2025-10-234422.35
2025-10-304406.42
2025-11-064384.47
2025-11-134387.09
2025-11-204375.98
2025-11-274363.56
2025-12-044362.99
2025-12-124349.06
2025-12-194348.71
2025-12-264335.55
2026-01-024328.82
2026-01-094285.11
2026-01-164271.38
2026-01-234266.94
2026-01-304262.86
2026-02-064291.35
2026-02-134257.62
2026-02-204260.66
2026-02-274273.20
2026-03-064290.35
2026-03-134243.43
2026-03-204214.94
2026-03-274225.64
2026-04-034224.21
2026-04-1021.47
2026-04-1721.47
2026-04-2421.47
2026-05-0121.47
2026-05-0821.47
2026-05-164292.94
2026-05-244388.98
2026-05-314482.42
2026-06-094464.94
2026-06-164445.90
2026-06-234459.31
2026-06-304470.49
2026-07-074480.35
2026-07-144467.11
2026-07-214462.86
2026-07-284479.16
2026-08-044443.25
2026-08-114431.73
2026-08-184449.02
2026-08-264439.44
2026-09-024464.41
2026-09-094452.38
2026-09-164463.27
2026-09-234447.09

High

4482.42

Low

21.4666

Average

3966.73

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ERN/ZWL API questions

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

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

How far back does ERN/ZWL historical data go?

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