Skip to content

ZMW to TWD exchange rate API

Zambian Kwacha to New Taiwan Dollar · quoted 2026-09-26

1.6257

▲ +29.03% over 1Y

1 ZMW = 1.6257 TWD · 1 TWD = 0.61513 ZMW · Get this rate via the API

1 ZMW buys 1.6257 TWD as of 2026-09-26, so 1 TWD buys 0.61513 ZMW. Over the last year, ZMW/TWD traded between 1.2564 and 1.7805, averaged 1.5879 and rose 29.03%. The API holds daily ZMW/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/TWD over 1Y

ZMW/TWD over 1Y: show the values
PointZMW/TWD
2025-09-261.2599
2025-10-031.2564
2025-10-101.3243
2025-10-171.3552
2025-10-241.3923
2025-10-311.3880
2025-11-071.3654
2025-11-141.3658
2025-11-211.3606
2025-11-281.3697
2025-12-051.3530
2025-12-131.3567
2025-12-201.3922
2025-12-271.3926
2026-01-031.4191
2026-01-101.6209
2026-01-171.5654
2026-01-241.6054
2026-01-311.6004
2026-02-071.6892
2026-02-141.7195
2026-02-211.6625
2026-02-281.6592
2026-03-071.6476
2026-03-141.6561
2026-03-211.6427
2026-03-281.7021
2026-04-041.6621
2026-04-111.6692
2026-04-181.6548
2026-04-251.6664
2026-05-021.6933
2026-05-091.6449
2026-05-171.6704
2026-05-251.6619
2026-06-011.7001
2026-06-101.7755
2026-06-171.7805
2026-06-241.7538
2026-07-011.7648
2026-07-081.7314
2026-07-151.7728
2026-07-221.7592
2026-07-291.7304
2026-08-051.7015
2026-08-121.7113
2026-08-201.7016
2026-08-271.6651
2026-09-031.6557
2026-09-101.6360
2026-09-171.6241
2026-09-241.6256

High

1.7805

Low

1.2564

Average

1.5879

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/TWD API questions

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

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

How far back does ZMW/TWD historical data go?

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