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: show the values
| Point | ZMW/ARS |
|---|---|
| 2025-12-31 | 65.2845 |
| 2026-01-07 | 69.9198 |
| 2026-01-14 | 74.7659 |
| 2026-01-21 | 70.7662 |
| 2026-01-28 | 72.6775 |
| 2026-02-04 | 73.6536 |
| 2026-02-11 | 73.5098 |
| 2026-02-18 | 75.3434 |
| 2026-02-25 | 72.7197 |
| 2026-03-04 | 73.6894 |
| 2026-03-11 | 72.1420 |
| 2026-03-18 | 71.2762 |
| 2026-03-25 | 73.6507 |
| 2026-04-01 | 72.0047 |
| 2026-04-08 | 71.6100 |
| 2026-04-15 | 71.3903 |
| 2026-04-22 | 72.1708 |
| 2026-04-29 | 74.0505 |
| 2026-05-06 | 73.9434 |
| 2026-05-14 | 73.2692 |
| 2026-05-21 | 73.5338 |
| 2026-05-29 | 75.7745 |
| 2026-06-05 | 81.8350 |
| 2026-06-14 | 81.2978 |
| 2026-06-21 | 81.7644 |
| 2026-06-28 | 81.4307 |
| 2026-07-05 | 81.0227 |
| 2026-07-12 | 82.3300 |
| 2026-07-19 | 81.0739 |
| 2026-07-26 | 80.2883 |
| 2026-08-02 | 79.2442 |
| 2026-08-09 | 79.8005 |
| 2026-08-16 | 78.6046 |
| 2026-08-24 | 79.0328 |
| 2026-08-31 | 79.1666 |
| 2026-09-07 | 78.3984 |
| 2026-09-14 | 78.1912 |
| 2026-09-21 | 76.6175 |
High
82.3300
Low
65.2845
Average
75.7815
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.