Skip to content

ZWL to TWD exchange rate API

Zimbabwe Dollar to New Taiwan Dollar · quoted 2026-09-26

0.000476

▲ +5.54% over 1Y

1 ZWL = 0.000476 TWD · 1 TWD = 2100.84 ZWL · Get this rate via the API

1 ZWL buys 0.000476 TWD as of 2026-09-26, so 1 TWD buys 2100.84 ZWL. Over the last year, ZWL/TWD traded between 0.000448 and 0.09952, averaged 0.01154 and rose 5.54%. The API holds daily ZWL/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/TWD over 1Y

ZWL/TWD over 1Y: show the values
PointZWL/TWD
2025-09-260.000451
2025-10-030.000448
2025-10-100.000450
2025-10-170.000460
2025-10-240.000464
2025-10-310.000465
2025-11-070.000472
2025-11-140.000470
2025-11-210.000475
2025-11-280.000479
2025-12-050.000479
2025-12-130.000480
2025-12-200.000483
2025-12-270.000482
2026-01-030.000484
2026-01-100.000490
2026-01-170.000492
2026-01-240.000490
2026-01-310.000494
2026-02-070.000493
2026-02-140.000491
2026-02-210.000494
2026-02-280.000487
2026-03-070.000494
2026-03-140.000505
2026-03-210.000507
2026-03-280.099516
2026-04-040.000504
2026-04-110.098577
2026-04-180.097765
2026-04-250.097774
2026-05-020.098228
2026-05-090.097254
2026-05-170.000490
2026-05-250.000477
2026-06-010.000466
2026-06-100.000472
2026-06-170.000473
2026-06-240.000473
2026-07-010.000475
2026-07-080.000478
2026-07-150.000481
2026-07-220.000483
2026-07-290.000485
2026-08-050.000484
2026-08-120.000484
2026-08-200.000478
2026-08-270.000478
2026-09-030.000474
2026-09-100.000473
2026-09-170.000478
2026-09-240.000477

High

0.09952

Low

0.000448

Average

0.01154

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=TWD").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/TWD API questions

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

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

How far back does ZWL/TWD historical data go?

Daily ZWL/TWD 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 ZWL/TWD 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.