Skip to content

AZN to ZMW exchange rate API

Azerbaijanian Manat to Zambian Kwacha · quoted 2026-09-25

11.5001

▼ +19.29% over 1Y

1 AZN = 11.5001 ZMW · 1 ZMW = 0.08696 AZN · Get this rate via the API

1 AZN buys 11.5001 ZMW as of 2026-09-25, so 1 ZMW buys 0.08696 AZN. Over the last year, AZN/ZMW traded between 10.3820 and 14.4268, averaged 11.8109 and fell 19.29%. The API holds daily AZN/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/ZMW over 1Y

AZN/ZMW over 1Y: show the values
PointAZN/ZMW
2025-09-2514.2481
2025-10-0214.4268
2025-10-0914.2721
2025-10-1613.3531
2025-10-2313.1767
2025-10-3013.0314
2025-11-0613.3054
2025-11-1313.2938
2025-11-2013.4117
2025-11-2713.4117
2025-12-0413.6171
2025-12-1213.5239
2025-12-1913.3888
2025-12-2613.2709
2026-01-0213.0890
2026-01-0911.6610
2026-01-1611.6964
2026-01-2311.6731
2026-01-3011.6751
2026-02-0610.9870
2026-02-1310.8541
2026-02-2011.1761
2026-02-2711.1165
2026-03-0611.3758
2026-03-1311.4607
2026-03-2011.4989
2026-03-2711.1176
2026-04-0311.3231
2026-04-1011.1958
2026-04-1711.2701
2026-04-2410.9880
2026-05-0111.0155
2026-05-0811.2659
2026-05-1611.1238
2026-05-2411.0952
2026-05-3110.8268
2026-06-0910.4236
2026-06-1610.3820
2026-06-2310.5176
2026-06-3010.6877
2026-07-0710.7937
2026-07-1410.6397
2026-07-2110.7601
2026-07-2810.9356
2026-08-0411.0822
2026-08-1111.0372
2026-08-1811.1449
2026-08-2611.2267
2026-09-0211.2708
2026-09-0911.3577
2026-09-1611.5298
2026-09-2311.4708

High

14.4268

Low

10.3820

Average

11.8109

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/ZMW API questions

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

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

How far back does AZN/ZMW historical data go?

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