Skip to content

TWD to MWK exchange rate API

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

54.5948

▼ +5.77% over 1Y

1 TWD = 54.5948 MWK · 1 MWK = 0.01832 TWD · Get this rate via the API

1 TWD buys 54.5948 MWK as of 2026-09-26, so 1 MWK buys 0.01832 TWD. Over the last year, TWD/MWK traded between 53.5121 and 58.0264, averaged 55.0491 and fell 5.77%. The API holds daily TWD/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/MWK over 1Y

TWD/MWK over 1Y: show the values
PointTWD/MWK
2025-09-2657.9377
2025-10-0358.0264
2025-10-1057.8223
2025-10-1756.3985
2025-10-2456.1833
2025-10-3156.4253
2025-11-0756.0191
2025-11-1456.1402
2025-11-2155.2674
2025-11-2855.2680
2025-12-0555.3825
2025-12-1355.3479
2025-12-2055.0016
2025-12-2755.2112
2026-01-0355.3863
2026-01-1054.9083
2026-01-1754.7773
2026-01-2455.2356
2026-01-3154.8915
2026-02-0755.0105
2026-02-1455.3105
2026-02-2155.0309
2026-02-2855.3020
2026-03-0754.5838
2026-03-1453.9849
2026-03-2154.1136
2026-03-2854.2060
2026-04-0454.0719
2026-04-1154.7072
2026-04-1855.1455
2026-04-2554.9875
2026-05-0255.0595
2026-05-0955.6265
2026-05-1754.9101
2026-05-2555.0586
2026-06-0155.3887
2026-06-1054.8973
2026-06-1754.9458
2026-06-2454.7025
2026-07-0154.3752
2026-07-0854.2380
2026-07-1553.6719
2026-07-2253.5458
2026-07-2953.5121
2026-08-0553.6294
2026-08-1253.8179
2026-08-2054.1483
2026-08-2754.6813
2026-09-0354.6470
2026-09-1054.9137
2026-09-1754.4904
2026-09-2454.6625

High

58.0264

Low

53.5121

Average

55.0491

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/MWK API questions

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

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

How far back does TWD/MWK historical data go?

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