Skip to content

ERN to ZMW exchange rate API

Nakfa to Zambian Kwacha · quoted 2026-09-26

1.3033

▼ +18.00% over 1Y

1 ERN = 1.3033 ZMW · 1 ZMW = 0.76726 ERN · Get this rate via the API

1 ERN buys 1.3033 ZMW as of 2026-09-26, so 1 ZMW buys 0.76726 ERN. Over the last year, ERN/ZMW traded between 1.1827 and 1.5894, averaged 1.3352 and fell 18.00%. The API holds daily ERN/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ERN/ZMW over 1Y

ERN/ZMW over 1Y: show the values
PointERN/ZMW
2025-09-261.5894
2025-10-031.5866
2025-10-101.5134
2025-10-171.5090
2025-10-241.4756
2025-10-311.4766
2025-11-071.5134
2025-11-141.5100
2025-11-211.5372
2025-11-281.5266
2025-12-051.5433
2025-12-131.5400
2025-12-201.5093
2025-12-271.5032
2026-01-031.4740
2026-01-101.3000
2026-01-171.3467
2026-01-241.3033
2026-01-311.3167
2026-02-071.2468
2026-02-141.2168
2026-02-211.2647
2026-02-281.2613
2026-03-071.2875
2026-03-141.2940
2026-03-211.3001
2026-03-281.2551
2026-04-041.2833
2026-04-111.2677
2026-04-181.2683
2026-04-251.2596
2026-05-021.2453
2026-05-091.2692
2026-05-171.2607
2026-05-251.2593
2026-06-011.2287
2026-06-101.1880
2026-06-171.1827
2026-06-241.2067
2026-07-011.2040
2026-07-081.2334
2026-07-151.2111
2026-07-221.2280
2026-07-291.2500
2026-08-051.2653
2026-08-121.2547
2026-08-201.2489
2026-08-271.2700
2026-09-031.2767
2026-09-101.2867
2026-09-171.3087
2026-09-241.3046

High

1.5894

Low

1.1827

Average

1.3352

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ERN/ZMW API questions

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

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

How far back does ERN/ZMW historical data go?

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