Skip to content

ZMW to AMD exchange rate API

Zambian Kwacha to Armenian Dram · quoted 2026-09-26

18.6428

▲ +16.09% over 1Y

1 ZMW = 18.6428 AMD · 1 AMD = 0.05364 ZMW · Get this rate via the API

1 ZMW buys 18.6428 AMD as of 2026-09-26, so 1 AMD buys 0.05364 ZMW. Over the last year, ZMW/AMD traded between 16.0589 and 20.7560, averaged 18.7983 and rose 16.09%. The API holds daily ZMW/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/AMD over 1Y

ZMW/AMD over 1Y: show the values
PointZMW/AMD
2025-09-2616.0589
2025-10-0316.0619
2025-10-1016.8497
2025-10-1716.8498
2025-10-2417.2046
2025-10-3117.2617
2025-11-0716.8162
2025-11-1416.8631
2025-11-2116.5515
2025-11-2816.5908
2025-12-0516.4660
2025-12-1316.5276
2025-12-2016.8500
2025-12-2716.9191
2026-01-0317.2456
2026-01-1019.5487
2026-01-1718.8105
2026-01-2419.3889
2026-01-3119.2455
2026-02-0720.1952
2026-02-1420.6513
2026-02-2119.8602
2026-02-2819.9245
2026-03-0719.5396
2026-03-1419.4459
2026-03-2119.3542
2026-03-2820.0345
2026-04-0419.5925
2026-04-1119.7586
2026-04-1819.6667
2026-04-2519.6775
2026-05-0219.8502
2026-05-0919.3830
2026-05-1719.4746
2026-05-2519.4250
2026-06-0119.9774
2026-06-1020.6773
2026-06-1720.7560
2026-06-2420.3260
2026-07-0120.3692
2026-07-0819.8505
2026-07-1520.1178
2026-07-2219.8878
2026-07-2919.5481
2026-08-0519.2797
2026-08-1219.4293
2026-08-2019.3773
2026-08-2719.1086
2026-09-0319.0107
2026-09-1018.8353
2026-09-1718.5753
2026-09-2418.5974

High

20.7560

Low

16.0589

Average

18.7983

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/AMD API questions

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

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

How far back does ZMW/AMD historical data go?

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