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: show the values
| Point | TWD/MWK |
|---|---|
| 2025-09-26 | 57.9377 |
| 2025-10-03 | 58.0264 |
| 2025-10-10 | 57.8223 |
| 2025-10-17 | 56.3985 |
| 2025-10-24 | 56.1833 |
| 2025-10-31 | 56.4253 |
| 2025-11-07 | 56.0191 |
| 2025-11-14 | 56.1402 |
| 2025-11-21 | 55.2674 |
| 2025-11-28 | 55.2680 |
| 2025-12-05 | 55.3825 |
| 2025-12-13 | 55.3479 |
| 2025-12-20 | 55.0016 |
| 2025-12-27 | 55.2112 |
| 2026-01-03 | 55.3863 |
| 2026-01-10 | 54.9083 |
| 2026-01-17 | 54.7773 |
| 2026-01-24 | 55.2356 |
| 2026-01-31 | 54.8915 |
| 2026-02-07 | 55.0105 |
| 2026-02-14 | 55.3105 |
| 2026-02-21 | 55.0309 |
| 2026-02-28 | 55.3020 |
| 2026-03-07 | 54.5838 |
| 2026-03-14 | 53.9849 |
| 2026-03-21 | 54.1136 |
| 2026-03-28 | 54.2060 |
| 2026-04-04 | 54.0719 |
| 2026-04-11 | 54.7072 |
| 2026-04-18 | 55.1455 |
| 2026-04-25 | 54.9875 |
| 2026-05-02 | 55.0595 |
| 2026-05-09 | 55.6265 |
| 2026-05-17 | 54.9101 |
| 2026-05-25 | 55.0586 |
| 2026-06-01 | 55.3887 |
| 2026-06-10 | 54.8973 |
| 2026-06-17 | 54.9458 |
| 2026-06-24 | 54.7025 |
| 2026-07-01 | 54.3752 |
| 2026-07-08 | 54.2380 |
| 2026-07-15 | 53.6719 |
| 2026-07-22 | 53.5458 |
| 2026-07-29 | 53.5121 |
| 2026-08-05 | 53.6294 |
| 2026-08-12 | 53.8179 |
| 2026-08-20 | 54.1483 |
| 2026-08-27 | 54.6813 |
| 2026-09-03 | 54.6470 |
| 2026-09-10 | 54.9137 |
| 2026-09-17 | 54.4904 |
| 2026-09-24 | 54.6625 |
High
58.0264
Low
53.5121
Average
55.0491
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.