Skip to content

ZMW to ARS exchange rate API

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

78.2332

▲ +19.83% over YTD

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 year to date, ZMW/ARS traded between 65.2845 and 82.3300, averaged 75.7815 and rose 19.83%. 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 YTD

ZMW/ARS over YTD: show the values
PointZMW/ARS
2025-12-3165.2845
2026-01-0769.9198
2026-01-1474.7659
2026-01-2170.7662
2026-01-2872.6775
2026-02-0473.6536
2026-02-1173.5098
2026-02-1875.3434
2026-02-2572.7197
2026-03-0473.6894
2026-03-1172.1420
2026-03-1871.2762
2026-03-2573.6507
2026-04-0172.0047
2026-04-0871.6100
2026-04-1571.3903
2026-04-2272.1708
2026-04-2974.0505
2026-05-0673.9434
2026-05-1473.2692
2026-05-2173.5338
2026-05-2975.7745
2026-06-0581.8350
2026-06-1481.2978
2026-06-2181.7644
2026-06-2881.4307
2026-07-0581.0227
2026-07-1282.3300
2026-07-1981.0739
2026-07-2680.2883
2026-08-0279.2442
2026-08-0979.8005
2026-08-1678.6046
2026-08-2479.0328
2026-08-3179.1666
2026-09-0778.3984
2026-09-1478.1912
2026-09-2176.6175

High

82.3300

Low

65.2845

Average

75.7815

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.