ARS to ZWL exchange rate API
Argentine Peso to Zimbabwe Dollar · quoted 2026-09-26
43.6329
▼ +12.06% over 1Y
1 ARS = 43.6329 ZWL · 1 ZWL = 0.02292 ARS · Get this rate via the API
1 ARS buys 43.6329 ZWL as of 2026-09-26, so 1 ZWL buys 0.02292 ARS. Over the last year, ARS/ZWL traded between 0.23022 and 49.6162, averaged 40.2872 and fell 12.06%. The API holds daily ARS/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ARS/ZWL over 1Y: show the values
| Point | ARS/ZWL |
|---|---|
| 2025-09-26 | 49.6162 |
| 2025-10-03 | 46.8000 |
| 2025-10-10 | 46.9574 |
| 2025-10-17 | 47.3552 |
| 2025-10-24 | 44.7179 |
| 2025-10-31 | 45.8663 |
| 2025-11-07 | 45.2690 |
| 2025-11-14 | 46.7143 |
| 2025-11-21 | 46.3602 |
| 2025-11-28 | 45.1159 |
| 2025-12-05 | 45.2165 |
| 2025-12-13 | 45.3732 |
| 2025-12-20 | 44.8923 |
| 2025-12-27 | 44.8136 |
| 2026-01-03 | 43.8798 |
| 2026-01-10 | 43.8854 |
| 2026-01-17 | 44.9647 |
| 2026-01-24 | 44.6730 |
| 2026-01-31 | 44.0066 |
| 2026-02-07 | 44.4771 |
| 2026-02-14 | 45.8813 |
| 2026-02-21 | 46.4301 |
| 2026-02-28 | 46.5501 |
| 2026-03-07 | 45.3144 |
| 2026-03-14 | 45.5881 |
| 2026-03-21 | 45.8296 |
| 2026-03-28 | 0.2327 |
| 2026-04-04 | 45.5080 |
| 2026-04-11 | 0.2348 |
| 2026-04-18 | 0.2352 |
| 2026-04-25 | 0.2316 |
| 2026-05-02 | 0.2312 |
| 2026-05-09 | 0.2302 |
| 2026-05-17 | 46.1638 |
| 2026-05-25 | 46.9347 |
| 2026-06-01 | 47.6157 |
| 2026-06-10 | 46.3909 |
| 2026-06-17 | 46.4377 |
| 2026-06-24 | 45.5400 |
| 2026-07-01 | 45.1743 |
| 2026-07-08 | 44.8811 |
| 2026-07-15 | 45.5325 |
| 2026-07-22 | 45.3258 |
| 2026-07-29 | 44.5250 |
| 2026-08-05 | 44.5084 |
| 2026-08-12 | 44.5887 |
| 2026-08-20 | 44.5145 |
| 2026-08-27 | 43.7356 |
| 2026-09-03 | 44.1927 |
| 2026-09-10 | 44.0599 |
| 2026-09-17 | 44.0820 |
| 2026-09-24 | 43.9321 |
High
49.6162
Low
0.23022
Average
40.2872
Get this rate via the API
One GET request returns the ARS/ZWL 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=ARS¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ARS¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ARS¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
ARS/ZWL API questions
How do I get the ARS/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ARS¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ARS/ZWL rate in rates.ZWL.
How far back does ARS/ZWL historical data go?
Daily ARS/ZWL 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 ARS/ZWL 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.