Skip to content

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

ARS/ZWL over 1Y: show the values
PointARS/ZWL
2025-09-2649.6162
2025-10-0346.8000
2025-10-1046.9574
2025-10-1747.3552
2025-10-2444.7179
2025-10-3145.8663
2025-11-0745.2690
2025-11-1446.7143
2025-11-2146.3602
2025-11-2845.1159
2025-12-0545.2165
2025-12-1345.3732
2025-12-2044.8923
2025-12-2744.8136
2026-01-0343.8798
2026-01-1043.8854
2026-01-1744.9647
2026-01-2444.6730
2026-01-3144.0066
2026-02-0744.4771
2026-02-1445.8813
2026-02-2146.4301
2026-02-2846.5501
2026-03-0745.3144
2026-03-1445.5881
2026-03-2145.8296
2026-03-280.2327
2026-04-0445.5080
2026-04-110.2348
2026-04-180.2352
2026-04-250.2316
2026-05-020.2312
2026-05-090.2302
2026-05-1746.1638
2026-05-2546.9347
2026-06-0147.6157
2026-06-1046.3909
2026-06-1746.4377
2026-06-2445.5400
2026-07-0145.1743
2026-07-0844.8811
2026-07-1545.5325
2026-07-2245.3258
2026-07-2944.5250
2026-08-0544.5084
2026-08-1244.5887
2026-08-2044.5145
2026-08-2743.7356
2026-09-0344.1927
2026-09-1044.0599
2026-09-1744.0820
2026-09-2443.9321

High

49.6162

Low

0.23022

Average

40.2872

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ARS&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ARS&currencies=ZWL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ARS&currencies=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&currencies=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.