Skip to content

ZMW to AMD exchange rate API

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

18.6428

▲ +25.71% over 5Y

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 5 years, ZMW/AMD traded between 13.6513 and 20.9423, averaged 16.6781 and rose 25.71%. 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 5Y

ZMW/AMD over 5Y: show the values
PointZMW/AMD
2024-08-2414.8297
2024-10-0714.5478
2024-11-0614.4211
2024-12-0614.8613
2025-01-0514.1495
2025-02-0414.2082
2025-03-0613.6513
2025-04-0614.0218
2025-05-0613.9729
2025-06-0714.3960
2025-07-0715.7436
2025-08-0616.4911
2025-09-0515.9377
2025-10-0616.0996
2025-11-0516.9869
2025-12-0516.4660
2026-01-0517.2535
2026-02-0419.1846
2026-03-0619.4965
2026-04-0519.5928
2026-05-0519.8011
2026-06-0620.9423
2026-07-0819.8505
2026-08-0719.1805
2026-09-0718.9011

High

20.9423

Low

13.6513

Average

16.6781

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.