Skip to content

IDR to ZWL exchange rate API

Rupiah to Zimbabwe Dollar · quoted 2026-09-25

3.7328

▼ +5.82% over 1Y

1 IDR = 3.7328 ZWL · 1 ZWL = 0.26789 IDR · Get this rate via the API

1 IDR buys 3.7328 ZWL as of 2026-09-25, so 1 ZWL buys 0.26789 IDR. Over the last year, IDR/ZWL traded between 0.01853 and 4.0327, averaged 3.4585 and fell 5.82%. The API holds daily IDR/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

IDR/ZWL over 1Y

IDR/ZWL over 1Y: show the values
PointIDR/ZWL
2025-09-253.9634
2025-10-024.0160
2025-10-094.0327
2025-10-164.0093
2025-10-233.9902
2025-10-303.9660
2025-11-063.9435
2025-11-133.9378
2025-11-203.9190
2025-11-273.9335
2025-12-043.9295
2025-12-123.9175
2025-12-193.8977
2025-12-263.8735
2026-01-023.8844
2026-01-093.8124
2026-01-163.7871
2026-01-233.8045
2026-01-303.8088
2026-02-063.8150
2026-02-133.7963
2026-02-203.7842
2026-02-273.8151
2026-03-063.7915
2026-03-133.7662
2026-03-203.7355
2026-03-273.7323
2026-04-033.7223
2026-04-100.0188
2026-04-170.0187
2026-04-240.0187
2026-05-010.0185
2026-05-080.0185
2026-05-163.6576
2026-05-243.7125
2026-05-313.7635
2026-06-093.7311
2026-06-163.7631
2026-06-233.7324
2026-06-303.7455
2026-07-073.7563
2026-07-143.7101
2026-07-213.7402
2026-07-283.7116
2026-08-043.7054
2026-08-113.7267
2026-08-183.7361
2026-08-263.7596
2026-09-023.7801
2026-09-093.8216
2026-09-163.7888
2026-09-233.7486

High

4.0327

Low

0.01853

Average

3.4585

For developers

Get this rate via the API

One GET request returns the IDR/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=IDR&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IDR&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=IDR&currencies=ZWL").json()

Replace YOUR_API_KEY with the key from your dashboard.

IDR/ZWL API questions

How do I get the IDR/ZWL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IDR&currencies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest IDR/ZWL rate in rates.ZWL.

How far back does IDR/ZWL historical data go?

Daily IDR/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 IDR/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.