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: show the values
| Point | ZMW/ARS |
|---|---|
| 2025-09-26 | 56.1844 |
| 2025-10-03 | 59.8503 |
| 2025-10-10 | 62.6218 |
| 2025-10-17 | 62.0976 |
| 2025-10-24 | 67.0011 |
| 2025-10-31 | 64.9733 |
| 2025-11-07 | 63.8912 |
| 2025-11-14 | 62.1645 |
| 2025-11-21 | 61.7140 |
| 2025-11-28 | 63.3351 |
| 2025-12-05 | 62.4548 |
| 2025-12-13 | 62.2307 |
| 2025-12-20 | 64.1231 |
| 2025-12-27 | 64.3618 |
| 2026-01-03 | 66.7984 |
| 2026-01-10 | 75.2247 |
| 2026-01-17 | 70.6367 |
| 2026-01-24 | 73.2986 |
| 2026-01-31 | 73.5491 |
| 2026-02-07 | 76.9061 |
| 2026-02-14 | 76.2790 |
| 2026-02-21 | 72.4697 |
| 2026-02-28 | 73.1326 |
| 2026-03-07 | 73.5459 |
| 2026-03-14 | 71.8910 |
| 2026-03-21 | 70.6939 |
| 2026-03-28 | 73.5126 |
| 2026-04-04 | 72.3280 |
| 2026-04-11 | 72.1085 |
| 2026-04-18 | 71.9525 |
| 2026-04-25 | 73.5945 |
| 2026-05-02 | 74.5714 |
| 2026-05-09 | 73.4671 |
| 2026-05-17 | 73.7659 |
| 2026-05-25 | 74.1996 |
| 2026-06-01 | 76.6180 |
| 2026-06-10 | 80.9215 |
| 2026-06-17 | 80.9880 |
| 2026-06-24 | 81.2713 |
| 2026-07-01 | 82.1676 |
| 2026-07-08 | 80.6501 |
| 2026-07-15 | 80.9408 |
| 2026-07-22 | 80.2244 |
| 2026-07-29 | 79.9824 |
| 2026-08-05 | 78.8499 |
| 2026-08-12 | 79.2149 |
| 2026-08-20 | 79.9169 |
| 2026-08-27 | 79.5036 |
| 2026-09-03 | 78.8912 |
| 2026-09-10 | 78.4308 |
| 2026-09-17 | 77.0612 |
| 2026-09-24 | 77.4599 |
High
82.1676
Low
56.1844
Average
72.4954
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.