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: show the values
| Point | AZN/ZMW |
|---|---|
| 2025-09-25 | 14.2481 |
| 2025-10-02 | 14.4268 |
| 2025-10-09 | 14.2721 |
| 2025-10-16 | 13.3531 |
| 2025-10-23 | 13.1767 |
| 2025-10-30 | 13.0314 |
| 2025-11-06 | 13.3054 |
| 2025-11-13 | 13.2938 |
| 2025-11-20 | 13.4117 |
| 2025-11-27 | 13.4117 |
| 2025-12-04 | 13.6171 |
| 2025-12-12 | 13.5239 |
| 2025-12-19 | 13.3888 |
| 2025-12-26 | 13.2709 |
| 2026-01-02 | 13.0890 |
| 2026-01-09 | 11.6610 |
| 2026-01-16 | 11.6964 |
| 2026-01-23 | 11.6731 |
| 2026-01-30 | 11.6751 |
| 2026-02-06 | 10.9870 |
| 2026-02-13 | 10.8541 |
| 2026-02-20 | 11.1761 |
| 2026-02-27 | 11.1165 |
| 2026-03-06 | 11.3758 |
| 2026-03-13 | 11.4607 |
| 2026-03-20 | 11.4989 |
| 2026-03-27 | 11.1176 |
| 2026-04-03 | 11.3231 |
| 2026-04-10 | 11.1958 |
| 2026-04-17 | 11.2701 |
| 2026-04-24 | 10.9880 |
| 2026-05-01 | 11.0155 |
| 2026-05-08 | 11.2659 |
| 2026-05-16 | 11.1238 |
| 2026-05-24 | 11.0952 |
| 2026-05-31 | 10.8268 |
| 2026-06-09 | 10.4236 |
| 2026-06-16 | 10.3820 |
| 2026-06-23 | 10.5176 |
| 2026-06-30 | 10.6877 |
| 2026-07-07 | 10.7937 |
| 2026-07-14 | 10.6397 |
| 2026-07-21 | 10.7601 |
| 2026-07-28 | 10.9356 |
| 2026-08-04 | 11.0822 |
| 2026-08-11 | 11.0372 |
| 2026-08-18 | 11.1449 |
| 2026-08-26 | 11.2267 |
| 2026-09-02 | 11.2708 |
| 2026-09-09 | 11.3577 |
| 2026-09-16 | 11.5298 |
| 2026-09-23 | 11.4708 |
High
14.4268
Low
10.3820
Average
11.8109
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.