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: show the values
| Point | ZMW/AFN |
|---|---|
| 2025-09-26 | 2.8942 |
| 2025-10-03 | 2.8337 |
| 2025-10-10 | 2.9427 |
| 2025-10-17 | 2.9389 |
| 2025-10-24 | 2.9990 |
| 2025-10-31 | 3.0142 |
| 2025-11-07 | 2.9285 |
| 2025-11-14 | 2.9311 |
| 2025-11-21 | 2.8791 |
| 2025-11-28 | 2.8880 |
| 2025-12-05 | 2.8363 |
| 2025-12-13 | 2.8618 |
| 2025-12-20 | 2.9265 |
| 2025-12-27 | 2.9375 |
| 2026-01-03 | 2.9992 |
| 2026-01-10 | 3.3843 |
| 2026-01-17 | 3.2180 |
| 2026-01-24 | 3.3317 |
| 2026-01-31 | 3.3364 |
| 2026-02-07 | 3.5073 |
| 2026-02-14 | 3.5750 |
| 2026-02-21 | 3.3415 |
| 2026-02-28 | 3.3552 |
| 2026-03-07 | 3.2336 |
| 2026-03-14 | 3.2170 |
| 2026-03-21 | 3.2796 |
| 2026-03-28 | 3.3731 |
| 2026-04-04 | 3.3759 |
| 2026-04-11 | 3.3921 |
| 2026-04-18 | 3.3907 |
| 2026-04-25 | 3.2816 |
| 2026-05-02 | 3.4263 |
| 2026-05-09 | 3.3617 |
| 2026-05-17 | 3.3664 |
| 2026-05-25 | 3.3373 |
| 2026-06-01 | 3.4187 |
| 2026-06-10 | 3.5039 |
| 2026-06-17 | 3.5576 |
| 2026-06-24 | 3.5083 |
| 2026-07-01 | 3.5374 |
| 2026-07-08 | 3.4585 |
| 2026-07-15 | 3.6541 |
| 2026-07-22 | 3.6178 |
| 2026-07-29 | 3.4968 |
| 2026-08-05 | 3.4507 |
| 2026-08-12 | 3.4757 |
| 2026-08-20 | 3.4939 |
| 2026-08-27 | 3.4297 |
| 2026-09-03 | 3.4352 |
| 2026-09-10 | 3.4021 |
| 2026-09-17 | 3.3041 |
| 2026-09-24 | 3.2695 |
High
3.6541
Low
2.8337
Average
3.2676
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.