Skip to content

ZMW to ARS exchange rate API

Zambian Kwacha to Argentine Peso · quoted 2026-09-26

78.2332

▲ +39.24% over 1Y

1 ZMW = 78.2332 ARS · 1 ARS = 0.01278 ZMW · Get this rate via the API

1 ZMW buys 78.2332 ARS as of 2026-09-26, so 1 ARS buys 0.01278 ZMW. Over the last year, ZMW/ARS traded between 56.1844 and 82.1676, averaged 72.4954 and rose 39.24%. The API holds daily ZMW/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/ARS over 1Y

ZMW/ARS over 1Y: show the values
PointZMW/ARS
2025-09-2656.1844
2025-10-0359.8503
2025-10-1062.6218
2025-10-1762.0976
2025-10-2467.0011
2025-10-3164.9733
2025-11-0763.8912
2025-11-1462.1645
2025-11-2161.7140
2025-11-2863.3351
2025-12-0562.4548
2025-12-1362.2307
2025-12-2064.1231
2025-12-2764.3618
2026-01-0366.7984
2026-01-1075.2247
2026-01-1770.6367
2026-01-2473.2986
2026-01-3173.5491
2026-02-0776.9061
2026-02-1476.2790
2026-02-2172.4697
2026-02-2873.1326
2026-03-0773.5459
2026-03-1471.8910
2026-03-2170.6939
2026-03-2873.5126
2026-04-0472.3280
2026-04-1172.1085
2026-04-1871.9525
2026-04-2573.5945
2026-05-0274.5714
2026-05-0973.4671
2026-05-1773.7659
2026-05-2574.1996
2026-06-0176.6180
2026-06-1080.9215
2026-06-1780.9880
2026-06-2481.2713
2026-07-0182.1676
2026-07-0880.6501
2026-07-1580.9408
2026-07-2280.2244
2026-07-2979.9824
2026-08-0578.8499
2026-08-1279.2149
2026-08-2079.9169
2026-08-2779.5036
2026-09-0378.8912
2026-09-1078.4308
2026-09-1777.0612
2026-09-2477.4599

High

82.1676

Low

56.1844

Average

72.4954

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/ARS API questions

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

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

How far back does ZMW/ARS historical data go?

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