Skip to content

ZMW to ETB exchange rate API

Zambian Kwacha to Ethiopian Birr · quoted 2026-09-26

8.3402

▲ +37.51% over 1Y

1 ZMW = 8.3402 ETB · 1 ETB = 0.11990 ZMW · Get this rate via the API

1 ZMW buys 8.3402 ETB as of 2026-09-26, so 1 ETB buys 0.11990 ZMW. Over the last year, ZMW/ETB traded between 6.0653 and 9.0400, averaged 7.9042 and rose 37.51%. The API holds daily ZMW/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/ETB over 1Y

ZMW/ETB over 1Y: show the values
PointZMW/ETB
2025-09-266.0653
2025-10-036.1009
2025-10-106.4174
2025-10-176.5150
2025-10-246.8131
2025-10-316.8775
2025-11-076.7707
2025-11-146.7813
2025-11-216.7213
2025-11-286.7242
2025-12-056.7221
2025-12-136.7271
2025-12-206.8624
2025-12-276.9013
2026-01-037.0196
2026-01-107.9691
2026-01-177.7027
2026-01-247.9629
2026-01-317.8686
2026-02-078.2883
2026-02-148.5032
2026-02-218.1916
2026-02-288.2559
2026-03-078.0832
2026-03-148.0895
2026-03-218.0577
2026-03-288.3194
2026-04-048.1463
2026-04-118.2301
2026-04-188.2528
2026-04-258.1688
2026-05-028.4052
2026-05-098.2627
2026-05-178.3382
2026-05-258.5086
2026-06-018.6651
2026-06-109.0400
2026-06-178.9491
2026-06-248.8935
2026-07-018.8413
2026-07-088.6577
2026-07-158.8374
2026-07-228.7424
2026-07-298.5385
2026-08-058.4395
2026-08-128.5806
2026-08-208.6754
2026-08-278.5410
2026-09-038.4957
2026-09-108.4420
2026-09-178.2627
2026-09-248.3591

High

9.0400

Low

6.0653

Average

7.9042

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=ETB").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/ETB API questions

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

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

How far back does ZMW/ETB historical data go?

Daily ZMW/ETB 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 ZMW/ETB 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.