Skip to content

TWD to ZMW exchange rate API

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

0.61490

▼ +22.21% over 1Y

1 TWD = 0.61490 ZMW · 1 ZMW = 1.6263 TWD · Get this rate via the API

1 TWD buys 0.61490 ZMW as of 2026-09-24, so 1 ZMW buys 1.6263 TWD. Over the last year, TWD/ZMW traded between 0.55690 and 0.79917, averaged 0.63877 and fell 22.21%. The API holds daily TWD/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/ZMW over 1Y

TWD/ZMW over 1Y: show the values
PointTWD/ZMW
2025-09-240.79050
2025-10-010.79917
2025-10-080.79484
2025-10-150.73709
2025-10-220.73532
2025-10-290.72212
2025-11-050.72594
2025-11-120.73094
2025-11-190.72936
2025-11-260.73070
2025-12-030.73634
2025-12-110.74551
2025-12-180.73181
2025-12-250.71750
2026-01-010.71027
2026-01-080.63356
2026-01-150.62558
2026-01-220.63946
2026-01-290.63469
2026-02-050.61309
2026-02-120.60754
2026-02-190.59388
2026-02-260.60271
2026-03-050.60595
2026-03-120.61222
2026-03-190.61416
2026-03-260.58568
2026-04-020.60140
2026-04-090.60095
2026-04-160.60614
2026-04-230.60528
2026-04-300.59682
2026-05-070.60545
2026-05-150.59941
2026-05-230.60038
2026-05-300.58604
2026-06-060.55690
2026-06-150.55772
2026-06-220.56554
2026-06-290.56917
2026-07-060.57220
2026-07-130.56565
2026-07-200.56561
2026-07-270.57614
2026-08-030.57864
2026-08-100.58192
2026-08-170.59526
2026-08-250.60115
2026-09-010.60486
2026-09-080.61119
2026-09-150.60983
2026-09-220.62033

High

0.79917

Low

0.55690

Average

0.63877

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/ZMW API questions

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

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

How far back does TWD/ZMW historical data go?

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