Skip to content

AMD to ZMW exchange rate API

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

0.05364

▼ +13.86% over 1Y

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

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

AMD/ZMW over 1Y

AMD/ZMW over 1Y: show the values
PointAMD/ZMW
2025-09-260.06227
2025-10-030.06226
2025-10-100.05935
2025-10-170.05935
2025-10-240.05812
2025-10-310.05793
2025-11-070.05947
2025-11-140.05930
2025-11-210.06042
2025-11-280.06027
2025-12-050.06073
2025-12-130.06050
2025-12-200.05935
2025-12-270.05910
2026-01-030.05799
2026-01-100.05115
2026-01-170.05316
2026-01-240.05158
2026-01-310.05196
2026-02-070.04952
2026-02-140.04842
2026-02-210.05035
2026-02-280.05019
2026-03-070.05118
2026-03-140.05142
2026-03-210.05167
2026-03-280.04991
2026-04-040.05104
2026-04-110.05061
2026-04-180.05085
2026-04-250.05082
2026-05-020.05038
2026-05-090.05159
2026-05-170.05135
2026-05-250.05148
2026-06-010.05006
2026-06-100.04836
2026-06-170.04818
2026-06-240.04920
2026-07-010.04909
2026-07-080.05038
2026-07-150.04971
2026-07-220.05028
2026-07-290.05115
2026-08-050.05187
2026-08-120.05147
2026-08-200.05161
2026-08-270.05233
2026-09-030.05260
2026-09-100.05309
2026-09-170.05383
2026-09-240.05377

High

0.06227

Low

0.04818

Average

0.05350

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AMD/ZMW API questions

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

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

How far back does AMD/ZMW historical data go?

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