Skip to content

ZMW to AFN exchange rate API

Zambian Kwacha to Afghani · quoted 2026-09-26

3.2740

▲ +13.12% over 1Y

1 ZMW = 3.2740 AFN · 1 AFN = 0.30544 ZMW · Get this rate via the API

1 ZMW buys 3.2740 AFN as of 2026-09-26, so 1 AFN buys 0.30544 ZMW. Over the last year, ZMW/AFN traded between 2.8337 and 3.6541, averaged 3.2676 and rose 13.12%. The API holds daily ZMW/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/AFN over 1Y

ZMW/AFN over 1Y: show the values
PointZMW/AFN
2025-09-262.8942
2025-10-032.8337
2025-10-102.9427
2025-10-172.9389
2025-10-242.9990
2025-10-313.0142
2025-11-072.9285
2025-11-142.9311
2025-11-212.8791
2025-11-282.8880
2025-12-052.8363
2025-12-132.8618
2025-12-202.9265
2025-12-272.9375
2026-01-032.9992
2026-01-103.3843
2026-01-173.2180
2026-01-243.3317
2026-01-313.3364
2026-02-073.5073
2026-02-143.5750
2026-02-213.3415
2026-02-283.3552
2026-03-073.2336
2026-03-143.2170
2026-03-213.2796
2026-03-283.3731
2026-04-043.3759
2026-04-113.3921
2026-04-183.3907
2026-04-253.2816
2026-05-023.4263
2026-05-093.3617
2026-05-173.3664
2026-05-253.3373
2026-06-013.4187
2026-06-103.5039
2026-06-173.5576
2026-06-243.5083
2026-07-013.5374
2026-07-083.4585
2026-07-153.6541
2026-07-223.6178
2026-07-293.4968
2026-08-053.4507
2026-08-123.4757
2026-08-203.4939
2026-08-273.4297
2026-09-033.4352
2026-09-103.4021
2026-09-173.3041
2026-09-243.2695

High

3.6541

Low

2.8337

Average

3.2676

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/AFN API questions

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

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

How far back does ZMW/AFN historical data go?

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